hapi-rate-limit

时间:2024-08-13 08:15:37
【文件属性】:

文件名称:hapi-rate-limit

文件大小:85KB

文件格式:ZIP

更新时间:2024-08-13 08:15:37

JavaScript

hapi-速率限制 主要维护者: 介绍 hapi-rate-limit是一个插件,可以实现速率限制。 采用 const Hapi = require ( 'hapi' ) ; const server = Hapi . server ( { } ) ; server . register ( { plugin : require ( 'hapi-rate-limit' ) , options : { } } ) ; 选项 此处给出默认值 enabled : true是否enabled速率限制。 在路由的配置中将此设置为false以绕过该路由的所有速率限制 userLimit :用户每个时期可以发出的总请求数为300 。 设置为false以禁用每个用户的限制请求。 userCache :具有以下属性的对象: segment : hapi-rate-limit-user


【文件预览】:
hapi-rate-limit-main
----.gitignore(33B)
----package.json(1KB)
----package-lock.json(324KB)
----LICENSE.md(1KB)
----index.js(48B)
----.github()
--------workflows()
--------dependabot.yml(143B)
----README.md(6KB)
----lib()
--------index.js(3KB)
--------internals.js(7KB)
----test()
--------index.js(34KB)
--------test-routes.js(6KB)

网友评论