Function wiremock::matchers::method

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

Shorthand for MethodExactMatcher::new.