Skip to main content

Module rate_limit

Module rate_limit 

Source

Structs§

AppRateLimiter
Wrapper around Governor Rate Limiter to be stored in AppState We use a generic non-keyed limiter for global rate limiting as per current design. (Keyed by IP would require extracting IP which is added complexity).

Functions§

rate_limit_middleware
Middleware to enforce rate limits