aiohttp
https://github.com/aio-libs/aiohttp
Python
Asynchronous HTTP client/server framework for asyncio and Python
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported17 Subscribers
Add a CodeTriage badge to aiohttp
Help out
- Issues
- all except BaseException should be except Exception
- Streams reorganization
- Assert HTTPS through redirects on client request (GET, POST, ...)
- WebSocketResponse requires closing/closed checks before sending something
- Server throws 'aiohttp.http_exceptions.BadStatusLine'
- Feature request: in the server, modifying the response headers after they have been sent should raise
- Should not throw exception for EofStream Exception in WebSocket.
- Bringing back support for declaring proxies at a init level in ClientSession().
- ClientSession close hangs when you pass connector and set connector_owner to True
- ConnectionResetError being output in normal, expected situations
- Docs
- Python not yet supported