--- id: aiohttp version: "3.14.3" license: Apache-2.0 AND MIT license_treatment: permissive maintenance: active --- # aiohttp — Async http client/server framework (asyncio) License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install aiohttp uv add aiohttp poetry add aiohttp ## Description ================================== Async http client/server framework ================================== .. image:: https://raw.githubusercontent.com/aio-libs/aiohttp/master/docs/aiohttp-plain.svg :height: 64px :width: 64px :alt: aiohttp logo | .. image:: https://github.com/aio-libs/aiohttp/workflows/CI/badge.svg :target: https://github.com/aio-libs/aiohttp/actions?query=workflow%3ACI :alt: GitHub Actions status for master branch .. image:: https://codecov.io/gh/aio-libs/aiohttp/branch/master/graph/badge.svg :target: https://codecov.io/gh/aio-libs/aiohttp :alt: codecov.io status for master branch .. image:: https://badge.fury.io/py/aiohttp.svg :target: https://pypi.org/project/aiohttp :alt: Latest PyPI package version .. image:: https://img.shields.io/pypi/dm/aiohttp :target: https://pypistats.org/packages/aiohttp :alt: Downloads count .. image:: https://readthedocs.org/projects/aiohttp/badge/?version=latest :target: https://docs.aiohttp.org/ :alt: Latest Read The Docs .. image:: https://img.shields.io/endpoint?url=https://codspeed.io/badge.json :target: https://codspeed.io/aio-libs/aiohttp :alt: Codspeed.io status for... ## AI interpretation — verify before relying aiohttp is an async HTTP client and server framework for Python's asyncio, supporting both WebSocket and traditional HTTP protocols with middleware and routing. Verdict: aiohttp is a production-stable, top-100 PyPI package with active maintenance, no known vulnerabilities, and permissive dual licensing. Medium install friction from its dependency chain is offset by comprehensive platform support and recent release activity. [View on SkillFed](https://skillfed.io/packages/aiohttp) · [View on PyPI](https://pypi.org/project/aiohttp/)