Function wiremock::matchers::path

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

Shorthand for PathExactMatcher::new.