Function pact_matching::match_method[][src]

pub fn match_method(expected: &str, actual: &str) -> Result<(), Mismatch>
Expand description

Matches the actual request method to the expected one.