Constant rotor_http::server::MAX_HEADERS_SIZE [] [src]

pub const MAX_HEADERS_SIZE: usize = 16384

The maximum size of request headers in bytes.

This one is not preallocated, but too large buffer is of limited use because of MAX_HEADERS_NUM parameter.