pub fn build_headers<'a, K, I>(iter: I) -> HeaderMapwhere
    K: IntoHeaderName,
    I: IntoIterator<Item = (K, &'a str)>,