Show HN: Safest, Fastest, Easiest, and Most Advanced Python HTTP Client(github.com)
github.com
Show HN: Safest, Fastest, Easiest, and Most Advanced Python HTTP Client
https://github.com/jawah/niquests/blob/v3.17.0/README.md
https://github.com/jawah/niquests/blob/v3.17.0/README.md
I'm the maintainer of Niquests. It is a drop-in replacement for the Python requests library that focuses on bringing modern HTTP features to the familiar API we all know.
I started this because requests is effectively feature-frozen, but I really missed having support for newer standards like HTTP/2 and HTTP/3 without switching to a completely different tool. Not only due to Requests current state but, as some of you may be aware, httpx is in a tough situation too, risking to take the same path forward as Requests did(...)
Some of the main differences from the original library:
The goal is to let you upgrade your network stack just by changing your import to "import niquests as requests".
I'd love to hear your feedback or answer any questions about the implementation!