An aiohttp middleware for limiting connections. Python 3.5+ is required for usage, 3.7+ is required for tests.
Usage
Just add LimitMiddleware as a middleware:
from aiohttp import web
from aiohttp_limit import LimitMiddleware
app = web.Application(middlewares=[LimitMiddleware(requests=10)])
This sample usage will restrict requests to 10 per worker.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiohttp-limit-0.1.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiohttp-limit-0.1.0.tar.gz.
File metadata
- Download URL: aiohttp-limit-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f231e3eaf4ec80f69838a5d1ca86b4e7c74624d69bc5dc145043dcccc63afcc6
|
|
| MD5 |
5eea6db53d9a59826703d1e36a492529
|
|
| BLAKE2b-256 |
69079ef7e4a25671b9255607f6a0f9bd72c46e15478625e4e9c973a7b68abf63
|
File details
Details for the file aiohttp_limit-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: aiohttp_limit-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8acca8df174f19d77e77ed2b04717b616192a961163fb2296a7bdc6602a4bcf
|
|
| MD5 |
bd4cba50055509fdc38d99da140d29fd
|
|
| BLAKE2b-256 |
f815de8e4d9f49adcfbc2a2ce0a56be321f905ca56135232736ac3f57c7a8099
|