| Port variant | v14 |
| Summary | Next generation HTTP client (3.14) |
| Package version | 0.28.1 |
| Homepage | https://github.com/encode/httpx |
| Keywords | python |
| Maintainer | Python Automaton |
| License | Not yet specified |
| Other variants | v13 |
| Ravenports | Buildsheet | History |
| Ravensource | Port Directory | History |
| Last modified | 22 MAY 2026, 14:41:05 UTC |
| Port created | 14 MAY 2026, 22:09:26 UTC |
| single | [image] HTTPX - A next-generation HTTP client for Python. [image] [image] HTTPX is a fully featured HTTP client library for Python 3. It includes **an integrated command line client**, has support for both **HTTP/1.1 and HTTP/2**, and provides both **sync and async APIs**. --- Install HTTPX using pip: ```shell $ pip install httpx ``` Now, let's get started: ```pycon >>> import httpx >>> r = httpx.get('https://www.example.org/') >>> r[image] Sending a request...[image] ## Features HTTPX builds on the well-established usability of `requests`, and gives you: * A broadly [requests-compatible API]. * An integrated command-line client. * HTTP/1.1 [and HTTP/2 support]. * Standard synchronous interface, but with [async support if you need it]. * Ability to make requests directly to [WSGI applications] or [ASGI applications]. * Strict timeouts everywhere. * Fully type annotated. * 100% test coverage. Plus all the standard features of `requests`... * International Domains and URLs * Keep-Alive & Connection Pooling * Sessions with Cookie Persistence * Browser-style SSL Verification * Basic/Digest Authentication * Elegant Key/Value Cookies * Automatic Decompression * Automatic Content Decoding * Unicode Response Bodies * Multipart File Uploads * HTTP(S) Proxy Support * Connection Timeouts * Streaming Downloads * .netrc Support * Chunked Requests ## Installation Install with pip: ```shell $ pip install httpx |
| Build (only) |
python314:dev:std python-pip:single:v14 autoselect-python:single:std |
| Build and Runtime | python314:primary:std |
| Runtime (only) |
python-anyio:single:v14 python-certifi:single:v14 python-httpcore:single:v14 python-idna:single:v14 |
| main | mirror://PYPIWHL/2a/39/e50c7c3a983047577ee07d2a9e53faf5a69493943ec3f6a384bdc792deb2 |
| python-puccinialin:v14 | Bootstraps rust-based python modules (3.14) |