Constant MAX_BODY_BYTES
pub const MAX_BODY_BYTES: usize = _; // 2_097_152usizeExpand description
Maximum body size the middleware will buffer when computing the hash. A request beyond this returns 413 rather than risking unbounded memory.