Function wiremock::matchers::path

source ·
pub fn path<T>(path: T) -> PathExactMatcher
where T: Into<String>,
Expand description

Shorthand for PathExactMatcher::new.