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