pub fn match_query(
    expected: Option<HashMap<String, Vec<String>>>,
    actual: Option<HashMap<String, Vec<String>>>,
    context: &(dyn MatchingContext + Send + Sync)
) -> HashMap<String, Vec<Mismatch>>
Expand description

Matches the actual query parameters to the expected ones.