Skip to main content

HeaderList

Type Alias HeaderList 

Source
pub type HeaderList = Vec<(Vec<u8>, Vec<u8>)>;
Expand description

Decoded HPACK headers (name, value) as raw bytes.

Aliased Typeยง

pub struct HeaderList { /* private fields */ }