Skip to content
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

HTTP/2 #6856

Open
3052 opened this issue Dec 15, 2024 · 1 comment
Open

HTTP/2 #6856

3052 opened this issue Dec 15, 2024 · 1 comment

Comments

@3052
Copy link

3052 commented Dec 15, 2024

I am trying to get HTTP/2 with requests, and I found these:

It can: http://hyper.readthedocs.org/en/development/quickstart.html#requests-integration

#2082 (comment)

There is no roadmap for this. HTTP/2 is a complex protocol and it is not likely that Requests in its current form will achieve good support for it any time soon. In the meantime, you can use this.

#3601 (comment)

hyper is a possible Python alternative. I believe they still support using the Requests interface over the top of their H2 stack.

#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

@3052
Copy link
Author

3052 commented Dec 15, 2024

also for some context - other languages like Go have had HTTP/2 since at least 2014:

golang/net@e9e3f10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant