Expand description
Request size limit (C5) and rate limit (C6).
C5: Rejects requests exceeding max_bytes before JSON deserialization.
C6: Token bucket rate limiter, per connection, with configurable
refill rate and burst capacity.
Structs§
- Token
Bucket - Token bucket rate limiter.
Functions§
- check_
request_ size - Checks request body size against the configured limit (C5).