Back to Openai Python

README

src/openai/_vendor/httpx_aiohttp/README.md

3.0.0832 B
Original Source
<p align="center"><strong>httpx-aiohttp</strong> <em>- 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</em></p> <p align="center"> <a href="https://pypi.org/project/httpx-aiohttp"> </a> </p>

Installation

shell
uv pip install httpx-aiohttp

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

shell
uv pip install httpx-aiohttp[httpx2]

Documentation

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