[][src]Function pact_matching::match_path_result

pub fn match_path_result(
    expected: String,
    actual: String,
    matchers: &MatchingRules
) -> Option<Vec<Mismatch>>

Matches the actual request path to the expected one.