Function pact_matching::models::parse_query_string[][src]

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

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.