pub const MAX_CONTENT_LENGTH: usize = _; // 5_333_333usizeAvailable 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