[][src]Function wiremock::matchers::method

pub fn method<T>(method: T) -> MethodExactMatcher where
    T: AsRef<str>, 

Shorthand for MethodExactMatcher::new.