Constant rotor_http::server::MAX_HEADERS_NUM [] [src]

pub const MAX_HEADERS_NUM: usize = 256

The maximum allowed number of headers in a request.

Note httparse requires we preallocate array of this size so be wise.