Function pact_matching::match_method[][src]

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

Matches the actual request method to the expected one.