pub type HeaderList = Vec<(Vec<u8>, Vec<u8>)>;
Decoded HPACK headers (name, value) as raw bytes.
pub struct HeaderList { /* private fields */ }