pub type HeaderPairs = Vec<(&'static str, String)>;
Header pairs: name + value. Used to push headers into a request builder in the order they were added.
pub struct HeaderPairs { /* private fields */ }