HT
HTTPX
Fully featured async HTTP client for Python — Requests-compatible API with HTTP/2 and async/await support.
HTTPX is the modern async successor to Requests — it provides the same intuitive API with native async/await support, HTTP/2, and connection timeouts. Its sync client is a drop-in Requests replacement while the async client pairs naturally with FastAPI and Starlette applications.
// commonly used with
// related libraries
Simple, elegant HTTP library for Python — human-friendly API for GET, POST, sessions, …
http
2011
open source
// tags
httpasyncpythonhttp2networkingrest