Samwel K.

Results 4 issues of Samwel K.

Do we need a custom adapter to enable a developer to configure a HTTP proxy that will be used for outgoing requests or can we reuse the default python `requests`...

promote
P2

- [x] Adds a HTTP/2 compliant request adapter using httpx package. #1403 - [x] Adds support for no content responses #1459

Python

Current HTTP library for Python only supports `HTTP/1.1` and is unlikely to add `HTTP/2` support in future owing to its synchronous codebase.

enhancement
Python