[][src]Function pact_matching::match_method

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

Use the version that returns a match result (match_method_result)

Matches the actual request method to the expected one.