HTTP client/server for Python asyncio (PEP-3156) Features: * Compression (deflate) * HTTP Basic Authenntication * Chunked Transfer Encoding * Connection Pooling * Session Cookies * Custom Request/Response classes WWW: https://github.com/KeepSafe/aiohttp/
12 lines
265 B
Text
12 lines
265 B
Text
HTTP client/server for Python asyncio (PEP-3156)
|
|
|
|
Features:
|
|
|
|
* Compression (deflate)
|
|
* HTTP Basic Authenntication
|
|
* Chunked Transfer Encoding
|
|
* Connection Pooling
|
|
* Session Cookies
|
|
* Custom Request/Response classes
|
|
|
|
WWW: https://github.com/KeepSafe/aiohttp/
|