Function orca::net::uri_params_from_map

source ·
pub fn uri_params_from_map<S: BuildHasher>(
    url: &str,
    map: &HashMap<&str, &str, S>
) -> Result<Uri, Error>
Expand description

Creates a url with encoded parameters from hashmap. Right now it’s kinda hacky