pub fn format_url<'a>( scheme: &str, host: &str, query_parameters: impl Iterator<Item = (&'a str, &'a str)> + Clone, ) -> String