pub fn hpack_static_lookup(index: usize) -> Option<(&'static str, &'static str)>Expand description
Look up an HPACK static table entry by 1-based index.
pub fn hpack_static_lookup(index: usize) -> Option<(&'static str, &'static str)>Look up an HPACK static table entry by 1-based index.