Function pact_matching::match_path[][src]

pub fn match_path(
    expected: &String,
    actual: &String,
    context: &MatchingContext
) -> Result<(), Vec<Mismatch>>
Expand description

Matches the actual request path to the expected one.