Added package limiter (#2232)

This commit is contained in:
George Lemon 2022-05-12 15:20:37 +03:00 committed by GitHub
parent 51498c0da9
commit 94240bf40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26159,5 +26159,21 @@
"description": "A basic little argument parser",
"license": "MIT",
"web": "https://github.com/squattingmonk/blarg"
},
{
"name": "limiter",
"url": "https://github.com/supranim/limiter",
"method": "git",
"tags": [
"http",
"limiter",
"rate-limiter",
"throttle",
"api",
"supranim"
],
"description": "A simple to use HTTP rate limiting library to limit any action during a specific period of time.",
"license": "MIT",
"web": "https://github.com/supranim/limiter"
}
]