Skip to main content

MAX_BODY_BYTES

Constant MAX_BODY_BYTES 

pub const MAX_BODY_BYTES: usize = _; // 2_097_152usize
Expand description

Maximum body size the middleware will buffer when computing the hash. A request beyond this returns 413 rather than risking unbounded memory.