sveltekit-enhance
Preparing search index...
RateLimitRule
Type Alias RateLimitRule<RuleId>
type
RateLimitRule
<
RuleId
extends
string
=
string
>
=
{
id
:
RuleId
;
limit
:
number
;
methods
?:
ReadonlySet
<
string
>
|
ReadonlyArray
<
string
>
;
pattern
:
RegExp
;
windowMs
:
number
;
}
Type Parameters
RuleId
extends
string
=
string
Index
Properties
id
limit
methods?
pattern
window
Ms
Properties
id
id
:
RuleId
limit
limit
:
number
Optional
methods
methods
?:
ReadonlySet
<
string
>
|
ReadonlyArray
<
string
>
pattern
pattern
:
RegExp
window
Ms
windowMs
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
limit
methods
pattern
window
Ms
sveltekit-enhance
Loading...