1 2 3 4
pub type Headers = Vec<Header>; pub type Header = (HeaderKey, HeaderValue); pub type HeaderKey = String; pub type HeaderValue = String;