pub fn request_limits() -> LimitsExpand 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.