cov rate limit:用于Express和Koa的轻量级Rate limiter中间件。 用于将重复请求限制为公共API 源码
最高限速 用于Express和Koa的轻量级速率限制器中间件。 用于将重复请求限制为公共API。 安装 $ npm install --save cov-rate-limit 例 考阿 const Koa = require ( 'koa' ) const RateLimit = require ( 'cov-rate-limit' ) const app = new Koa ( ) const rateLimiter = RateLimit ( { type : 'koa' , max : 100 , duration : 1000 * 60 * 10 , k
文件列表
cov-rate-limit-master.zip
(预估有个11文件)
cov-rate-limit-master
.eslintrc
127B
package.json
812B
test
express.js
4KB
koa.js
3KB
src
index.js
3KB
memcache.js
566B
bench
暂无评论