httpx==0.28.1
# The next generation HTTP client.
$ pip install httpx
downloads/wk
178,334,230
license
BSD-3-Clause
version
0.28.1
python
>=3.8
What is httpx?
httpx is a modern Python HTTP client library for making requests to web services and APIs. It provides a user-friendly interface similar to the popular requests library but with additional features like async/await support, HTTP/2 support, and better handling of timeouts and connection pooling. Developers use httpx when they need reliable HTTP communication in their applications, particularly for async code or when working with APIs that benefit from HTTP/2's performance improvements.