aiohttp==3.14.2
# Async http client/server framework (asyncio)
$ pip install aiohttp
downloads/wk
0
license
Apache-2.0 AND MIT
version
3.14.2
python
>=3.10
What is aiohttp?
aiohttp is a Python library for building asynchronous HTTP clients and servers using asyncio. Developers use it to handle multiple concurrent HTTP requests or serve web traffic without blocking, making it useful for I/O-heavy applications like web scrapers, APIs, and real-time services that need to efficiently manage many simultaneous connections.
Links