GitHub - jawah/niquests: Requests but with HTTP/3, HTTP/2, Multiplexed Connections, System CAs, Certificate Revocation, DNS over HTTPS / TLS / QUIC or UDP, Async, DNSSEC, and (much) pain removed!
Niquests is a simple, yet elegant, HTTP library. It is a drop-in replacement for Requests that is no longer under
feature freeze.
Niquests, is the “Safest, Fastest*, Easiest, and Most advanced” Python HTTP Client. Production Ready!
✔️ Try before you switch: See Multiplexed in Action
📖 See why you should switch: Read about 10 reasons why
>>> import niquests
>>> s = niquests.Session(resolver="doh+google://", multiplexed=True)
>>> r = s.get('https://pie.dev/basic-auth/user/pass', auth=('user', 'pa...
Read more at github.com