Is your feature request related to a problem?
http1.1 is inefficient and slow in case of tls and large requests
Describe the solution you'd like
support for h2 / http2
Describe alternatives you've considered
use a different python module: httpx
Related component
Client
Additional context
it looks like http3 support is in progress here: #5999 (?). but this feature request is from 2021 so not sure whether it is still alive.
then there was a http2 support ticket here: #5631
but it was closed ?
note: support for http2 is there on many webservers now (compared to 2021 / 2022). so my thought was give this another bump..
Code of Conduct
Is your feature request related to a problem?
http1.1 is inefficient and slow in case of tls and large requests
Describe the solution you'd like
support for h2 / http2
Describe alternatives you've considered
use a different python module: httpx
Related component
Client
Additional context
it looks like http3 support is in progress here: #5999 (?). but this feature request is from 2021 so not sure whether it is still alive.
then there was a http2 support ticket here: #5631
but it was closed ?
note: support for http2 is there on many webservers now (compared to 2021 / 2022). so my thought was give this another bump..
Code of Conduct