10 lines
325 B
Markdown
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
|