pub fn read_query_string_to_hashmap(
    query_str: &str
) -> Result<HashMap<String, String>, Error>
Available on crate feature form only.