Settings
Help

MAX_HEADERS_LEN

Constant MAX_HEADERS_LEN 

Source
pub(crate) const MAX_HEADERS_LEN: usize = 16384;
Expand description

Maximum length for the HTTP headers in a single request or response.

Chosen more or less arbitrarily.