pub fn parse_query_string(query: &str) -> Option<HashMap<String, Vec<String>>>
Expand description

Parses a query string into an optional map. The query parameter name will be mapped to a list of values. Where the query parameter is repeated, the order of the values will be preserved.