Skip to main content

Module rate_limit

Module rate_limit 

Source
Expand description

Rate limiting implementation.

Structs§

RateLimitCharge
One slot in one address’s window, identifying the request that took it.
RateLimitConfig
Rate limiter configuration.
RateLimitStats
Rate limit statistics.
RateLimiter
Thread-safe rate limiter.

Enums§

RateLimitDecision
What the limiter decided about one request.

Functions§

rate_limit_middleware
Rate limit middleware for axum.