Module rate_limit

Module rate_limit 

Source
Expand description

Rate limiting using token bucket algorithm

Provides protection against API abuse and DoS attacks.

Structs§

RateLimitConfig
Rate limit configuration
RateLimiter
Thread-safe rate limiter

Enums§

OperationType
Operation type for rate limiting