Function pact_matching::match_query [] [src]

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

Matches the actual query parameters to the expected ones.