Function httptest::matchers::request::method

source ·
pub fn method<M>(inner: M) -> Method<M>
Expand description

Extract the method from the HTTP request and pass it to the next mapper.