Function pact_matching::match_path [] [src]

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

Matches the actual request path to the expected one.