httpx-aiohttp 0.2.0


pip install httpx-aiohttp

  Latest version

Released: Jul 25, 2026

Project Links

Meta
Author: Karen Petrosyan
Requires Python: >=3.9

Classifiers

httpx-aiohttp - provides transports for httpx to work on top of aiohttp, handling all high-level features like authentication, retries, and cookies through httpx, while delegating low-level socket-level HTTP messaging to aiohttp

pypi

Installation

uv pip install httpx-aiohttp

For httpx2 support, install the httpx2 extra and use httpx_aiohttp.httpx2.Httpx2AiohttpClient / httpx_aiohttp.httpx2.AiohttpTransport:

uv pip install httpx-aiohttp[httpx2]

Documentation

Project documentation is available at https://karpetrosyan.github.io/httpx-aiohttp/

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
aiohttp (<4,>=3.10.0)
httpx (>=0.27.0)