Skip to main content

Module rate_limiter

Module rate_limiter 

Source

Structsยง

RateLimitGuard
RAII guard that automatically records response when dropped
RateLimiter
In-memory rate limiter that manages token buckets for different endpoints Thread-safe but not cross-process
TokenBucketState
State of a token bucket for rate limiting