[][src]Function pact_matching::match_method

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

Matches the actual request method to the expected one.