format_url

Function format_url 

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