match_method

Function match_method 

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

Matches the actual request method to the expected one.