Constant MAX_PARAMS_RECORD_BODY
pub const MAX_PARAMS_RECORD_BODY: usize = 65_535; // 65_535usizeAvailable on crate features
fastcgi and std only.Expand description
The maximum total byte length of a stream of name-value pairs that can fit in a single FastCGI record (content length is a u16).