Is httpx the best HTTP client for Python right now? or How does httpx compare to requests in real-wor

18 Replies, 551 Views

httpx is a beast for async, no doubt.

but yeah, it’s not a drop-in replacement—had to update a bunch of custom auth handlers and retry logic.

the http/2 support is nice tho, and the client is way more configurable.

if you’re starting a new project, go httpx. for old stuff? maybe wait til you’re bored one weekend lol.

Messages In This Thread



Users browsing this thread: 1 Guest(s)