Expand description
Global rate limiting middleware for HTTP server
This module provides rate limiting to protect against abuse and DDoS attacks and adds production-like rate limit headers to responses.
Structs§
- Global
Rate Limiter - Global rate limiter state
- Rate
Limit Config - Rate limiting configuration
- Rate
Limit Quota - Rate limit quota information for headers
Functions§
- rate_
limit_ middleware - Rate limiting middleware