pub fn set_proxy_authorization_with_bearer( header_map: &mut HeaderMap, token: impl AsRef<str>, ) -> Result<(), InvalidHeaderValue>