aiohttp 3.10.10
Async http client/server framework (asyncio)
The aiohttp
Python package is an asynchronous HTTP client/server framework that leverages Python's asyncio library. It supports both client and server sides of the HTTP protocol, as well as client and server websockets. The package provides a web server with middleware support and pluggable routing. This makes it a powerful tool for building efficient, non-blocking web applications in Python. It is highly recommended for projects where concurrent network or HTTP requests are a core requirement, and it is often used in web scraping, API consumption, and web development.
The aio-libs/aiohttp
repo was created 11 years ago and the last code push was 21 hours ago.
The project is extremely popular with a mindblowing 15054 github stars!
How to Install aiohttp
You can install aiohttp using pip
pip install aiohttp
or add it to a project with poetry
poetry add aiohttp
Package Details
- Author
- None
- License
- Apache 2
- Homepage
- https://github.com/aio-libs/aiohttp
- PyPi:
- https://pypi.org/project/aiohttp/
- GitHub Repo:
- https://github.com/aio-libs/aiohttp
Classifiers
- Internet/WWW/HTTP
Related Packages
Errors
A list of common aiohttp errors.
Code Examples
Here are some aiohttp
code examples and snippets.
GitHub Issues
The aiohttp package has 271 open issues on GitHub
- Bump multidict from 5.2.0 to 6.0.1
- Bump multidict from 5.2.0 to 6.0.1
- Start rechecking types on tests
- Connectionerror when using manual proxy config
- Add aioredis for type checking examples
- Minor fix
- Cleanup after dropping Python 3.6
- Remove overlapping slots and fix broken slots inheritance
- Bump proxy-py from 2.4.0rc6 to 2.4.0rc7
- Bump proxy-py from 2.4.0rc6 to 2.4.0rc7
- Added an argument to TraceConfig that can be set to a constant.
- [PR #6536/21aff1f8 backport][3.8] Fix missing AttributeError
- [PR #6539/6681a460 backport][3.9] Recover missing import in circular import test
- [PR #6539/6681a460 backport][3.8] Recover missing import in circular import test
- Add HTTP method validation