Function pact_matching::match_query [] [src]

pub fn match_query(expected: Option<HashMap<StringVec<String>>>, actual: Option<HashMap<StringVec<String>>>, mismatches: &mut Vec<Mismatch>)

Matches the actual query parameters to the expected ones.