Function pact_matching::match_path[][src]

pub fn match_path(
    expected: String,
    actual: String,
    mismatches: &mut Vec<Mismatch>,
    matchers: &MatchingRules
)

Matches the actual request path to the expected one.