Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

httpx

httpx

An HTTP toolkit for folks who give a damn.


Engineered for simplicity, httpx provides a complete Python web suite…

  • Supports both client and server functionality.
  • Presents a clear, simple, and tightly constrained API.
  • A miminal, easily readable implementation.

Installation

Install the package from PyPI…

$ uv add httpx --pre

Client

Sending HTTP requests…

>>> import httpx

>>> cli = httpx.Client()
>>> r = cli.get('https://www.example.com/')
>>> r
<Response [200 OK]>

Server

Creating web apps…

>>> import httpx

>>> def app(request):
...     content = httpx.HTML('<html><body>¡Hola, mundo!</body></html>')
...     return httpx.Response(200, content=content)

>>> s = httpx.Server(app)
>>> s.serve()

Motivation

A clean modern design, with a focused API and an exceptionally light installation footprint.

For comparison, see httpx vs requests

$ uv add httpx
$ uv tree --show-sizes --package httpx
httpx v1.0.dev5 (33.5KiB)
└── truststore v0.10.0 (17.8KiB)

$ uv add requests
$ uv tree --show-sizes --package requests
requests v2.33.1 (63.4KiB)
├── certifi v2026.2.25 (150.1KiB)
├── charset-normalizer v3.4.7 (302.4KiB)
├── idna v3.11 (69.3KiB)
└── urllib3 v2.6.3 (128.5KiB)

Contribution

The httpx redesign is currently in early development and not yet public.


MIT Licensed.
Designed & Built with Love.

— 💖 —

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

httpx-1.0.dev6.tar.gz (29.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

httpx-1.0.dev6-py3-none-any.whl (37.9 kB view details)

Uploaded Python 3

File details

Details for the file httpx-1.0.dev6.tar.gz.

File metadata

  • Download URL: httpx-1.0.dev6.tar.gz
  • Upload date:
  • Size: 29.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.6 {"installer":{"name":"uv","version":"0.12.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for httpx-1.0.dev6.tar.gz
Algorithm Hash digest
SHA256 918d99857fb7b841e6d79a7cda909125df8b2466e6959c3ca4c23130052b6e6a
MD5 e34566121ff99007730196e922993df1
BLAKE2b-256 fbcfb69904e914caa43e662c2275612a347c8a3f084cba7ecbcab45bb0487d63

See more details on using hashes here.

File details

Details for the file httpx-1.0.dev6-py3-none-any.whl.

File metadata

  • Download URL: httpx-1.0.dev6-py3-none-any.whl
  • Upload date:
  • Size: 37.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.6 {"installer":{"name":"uv","version":"0.12.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for httpx-1.0.dev6-py3-none-any.whl
Algorithm Hash digest
SHA256 516cd76d86f016b2bc25d544d892a3ecce8db263459b3084894753fec322c841
MD5 b382573e3e99f23b49d31867c0237f48
BLAKE2b-256 74bcdc055edab7b3aad9da517f4b4581ee233b1b3a4df4ec9d5f84407f74bc08

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.dev6 This release

2 files

0.28.1

2 files

0.28.0

2 files

0.27.2

2 files

0.27.1

2 files

0.27.0

2 files

0.26.0

2 files

0.25.2

2 files

0.25.1

2 files

0.25.0

2 files

0.24.1

2 files

0.24.0

2 files

0.23.3

2 files

0.23.2

2 files

0.23.1

2 files

0.23.0

2 files

0.22.0

2 files

0.21.3

2 files

0.21.2

2 files

0.21.1

2 files

0.21.0

2 files

0.20.0

2 files

0.19.0

2 files

0.18.2

2 files

0.18.1

2 files

0.18.0

2 files

0.17.1

2 files

0.17.0

2 files

0.16.1

2 files

0.16.0

2 files

0.15.5

2 files

0.15.4

2 files

0.15.3

2 files

0.15.2

2 files

0.15.1

2 files

0.15.0

2 files

0.14.3

2 files

0.14.2

2 files

0.14.1

2 files

0.14.0

2 files

0.13.3

2 files

0.13.2

2 files

0.13.1

2 files

0.13.0

2 files

0.12.1

2 files

0.12.0

2 files

0.11.1

2 files

0.11.0

2 files

0.10.1

2 files

0.10.0

2 files

0.9.5

2 files

0.9.4

2 files

0.9.3

2 files

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.8.0

2 files

0.7.8

2 files

0.7.7

2 files

0.7.6

2 files

0.7.5

2 files

0.7.4

1 file

0.7.3

1 file

0.7.2

1 file

0.7.1

1 file

0.7.0

1 file

0.6.8

1 file

0.6.7

1 file

0.0.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page