Skip to main content

request_limits

Function request_limits 

Source
pub fn request_limits() -> Limits
Expand description

The per-route Limits this crate sets on its routes: message size capped at MAX_REQUEST_BYTES (and the request body, which only governs non-streaming calls, at that plus the 5-byte envelope), decode budget left at the connectrpc default.