-
Notifications
You must be signed in to change notification settings - Fork 37
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
Use httpx instead of requests #360
Comments
Probably unexpected, It's a drop-in replacement for Requests. We took what was established and proven; only to extend its capabilities. You mentioned some pros/cons, I would present them as follow for Niquests:
This will produce a patch that will (i) simplify your code (ii) have a true upgrade from Requests. Regards, |
Hi @Ousret, Niquests looks very interesting, I will consider it when I start working on this issue; thank you! |
Don't hesitate to ping us if you need anything. We can assist. |
Requests is great and battle-tested, but suffers from a number of issues, which may never get fixed due to feature freeze:
Bad reasons to move away from Requests:
Reasons to move to httpx:
Reasons to not move to httpx:
Important: Under no circumstances will reader support both Requests and httpx – the entire point of using a high level library like this is to have a single abstraction.
The text was updated successfully, but these errors were encountered: