Skip to main content

Module rate_limit

Module rate_limit 

Source
Expand description

Global API rate limiting (fixed window, Clone-friendly for axum Router).

Structsยง

GlobalRateLimitLayer
Fixed-window rate limit state: at most capacity requests per window.
GlobalRateLimitService
ThrottleSnapshot
Snapshot of current throttle counters for observability.