-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
HTTP/2 #6856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Try a more modern python library: httpx, http/2 support is declared. Syntax is the same as requests. |
urllib3 would need to add support for HTTP/2, Requests doesn't actually do any HTTP handling itself. Closing this issue as not actionable. |
@3052 Being rude to volunteers is not a good look.
I also maintain urllib3 which is actively working on HTTP/2 support, duplicating work makes no sense to me, does it make sense to you?
Fork it yourself, then. |
check a mirror - you initial comment is incredibly rude and frankly just wrong - the problem is actionable, you are just refusing to action on it. "wont fix" would be a better response |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to get HTTP/2 with requests, and I found these:
#2082 (comment)
#3601 (comment)
#5506 (comment)
the problem is that Hyper is archived now:
https://github.com/python-hyper/hyper
and further, it does not support Python 3.10 (2021) or higher
The text was updated successfully, but these errors were encountered: