Expand description
Generic request body size limit.
Structs§
- Request
Body Limit Layer - Layer that applies the
RequestBodyLimitmiddleware that intercepts requests with body lengths greater than the configured limit and converts them into413 Payload Too Largeresponses.
Functions§
- body_
limit_ layer - Build a layer that rejects request bodies larger than
bytes.