Files
AioHTTPX/README.md
2025-10-27 22:05:46 +03:00

10 lines
325 B
Markdown

# aiohttpx
aiohttpx is a HTTP client built on top of the [httpx](https://github.com/encode/httpx) and [aiohttp](https://github.com/aio-libs/aiohttp) libraries.
## Features
* Fully asynchronous using aiohttp as the transport
* Supports caching using Redis as the backend
* Supports rate limiting using Redis as the backend