Skip to main content

RateLimitConfig

Type Alias RateLimitConfig 

Source
pub type RateLimitConfig = GovernorConfig<SmartIpKeyExtractor, StateInformationMiddleware>;
Expand description

Concrete governor config type with per-IP keying and rate-limit headers.

Aliased Typeยง

pub struct RateLimitConfig { /* private fields */ }