[][src]Function pact_matching::match_path

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

Use the version that returns a match result (match_path_result)

Matches the actual request path to the expected one.