httparse::EMPTY_HEADER [] [src]

pub const EMPTY_HEADER: Header<'static> = Header { name: "", value: b"" }

An empty header, useful for constructing a Header array to pass in for parsing.

Example

let headers = [httparse::EMPTY_HEADER; 64];