Expand description
Rate limiting using token bucket algorithm
Provides protection against API abuse and DoS attacks.
Structs§
- Rate
Limit Config - Rate limit configuration
- Rate
Limiter - Thread-safe rate limiter
Enums§
- Operation
Type - Operation type for rate limiting