README.md

July 25, 2026 ยท View on GitHub

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/