Версия 1.0.0

This commit is contained in:
2025-10-27 22:05:46 +03:00
parent 40c017b842
commit 33f25c799c
5 changed files with 69 additions and 3 deletions

View File

@ -0,0 +1,9 @@
# 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