Function pact_matching::match_method
source · pub fn match_method(expected: &str, actual: &str) -> Result<(), Mismatch>Expand description
Matches the actual request method to the expected one.
pub fn match_method(expected: &str, actual: &str) -> Result<(), Mismatch>Matches the actual request method to the expected one.