MAX_CONTENT_LENGTH

Constant MAX_CONTENT_LENGTH 

Source
pub const MAX_CONTENT_LENGTH: usize = _; // 5_333_333usize
Available on crate feature _core only.
Expand description

4M block size limit with base64 encoding overhead => maximum reasonable size of content-length 4_000_000 * 4 / 3 fits in u32