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

Matches the actual request method to the expected one.