-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Hyper alternative #146
Comments
I think using this library is a good idea. It looks well maintained. Also, based on documentation it has all the features that we need. We can use parallel requst, similarly than it is done with Hyper now:
It also offers an Async client if we would like to switch to. |
When parallel requests are ready we switch to httpx: encode/httpx#52 |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just stumbled on this interesting stuff: https://github.com/encode/httpx. We could test it as a replacement for now unmaintained Hyper...
Thoughts?
The text was updated successfully, but these errors were encountered: