Configuration
Configuration holder for the RateLimit feature.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Overrides the handler to skip a call from the rate limit check. Return SkipResult.SkipRateLimit, if the call should be skipped. Default value is SkipResult.ExecuteRateLimit, every call will be checked.
Properties
Link copied to clipboard
When true, this plugin does not check if CORS is applied before this plugin to prevent limiting CORS requests.
Link copied to clipboard
Add the HttpHeaders.RetryAfter header to the response, if the host is blocked by the rate limit check or by the alwaysBlock function. The default value is true.