@gibme/webserver
Preparing search index...
RateLimit
Function RateLimit
RateLimit
(
options
:
RateLimitOptions
,
)
:
(
request
:
Request
,
response
:
Response
,
next
:
NextFunction
,
)
=>
Promise
<
void
|
Response
<
any
,
Record
<
string
,
any
>
>
>
Parameters
options
:
RateLimitOptions
Returns
(
request
:
Request
,
response
:
Response
,
next
:
NextFunction
,
)
=>
Promise
<
void
|
Response
<
any
,
Record
<
string
,
any
>
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@gibme/webserver
Loading...