HTTPX is a modern HTTP client for Python 3, that handles both HTTP/1.1 and HTTP/2, and includes optional async support.
We’ll cover:
httpx to make HTTP requests, and an overview of it’s functionality.httpx differs from requests, and where it does not.httpx‘s HTTP/2 support and async support.