Function wiremock::matchers::method

source ·
pub fn method<T>(method: T) -> MethodExactMatcherwhere
    T: TryInto<Method>,
    <T as TryInto<Method>>::Error: Debug,
Expand description

Shorthand for MethodExactMatcher::new.