[][src]Function pact_matching::match_method

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

Matches the actual request method to the expected one.