Function wiremock::matchers::path[][src]

pub fn path<T>(path: T) -> PathExactMatcher where
    T: Into<String>, 

Shorthand for PathExactMatcher::new.