Async http client/server framework
https://aiohttp.readthedocs.io/
Asyncronic HTTP client/server framework for Python.
- Supports both client and server side of HTTP protocol.
- Supports both client and server Web-Sockets out-of-the-box.
- Web-server has middlewares and pluggable routing.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
16
derived packages
- Links to openSUSE:Factory / python-aiohttp
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-aiohttp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
aiohttp-3.9.5.tar.gz | 0007504841 7.16 MB | |
python-aiohttp.changes | 0000054958 53.7 KB | |
python-aiohttp.spec | 0000005610 5.48 KB | |
remove-re-assert.patch | 0000006143 6 KB |
Revision 123 (latest revision is 137)
Dirk Mueller (dirkmueller)
committed
(revision 123)
- update to 3.9.5: * Fixed "Unclosed client session" when initialization of :py:class:`~aiohttp.ClientSession` fails * Fixed regression (from :pr:`8280`) with adding Content- Disposition to the form-data part after appending to writer * Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses * The asynchronous internals now set the underlying causes when assigning exceptions to the future objects * Treated values of Accept-Encoding header as case-insensitive when checking for gzip files * Improved the DNS resolution performance on cache hit * Changed the type annotations to allow dict on :meth:`aiohttp.MultipartWriter.append`, :meth:`aiohttp.MultipartWriter.append_json` and :meth:`aiohttp.MultipartWriter.append_form` -- by :user:`cakemanny` Related issues and pull requests on GitHub: :issue:`7741`. * Ensure websocket transport is closed when client does not close it * Leave websocket transport open if receive times out or is cancelled * Fixed content not being read when an upgrade request was not supported with the pure Python implementation. * Fixed a race condition with incoming connections during server shutdown * Fixed multipart/form-data compliance with RFC 7578 * Fixed blocking I/O in the event loop while processing files in a POST request * Escaped filenames in static view
Comments 0