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

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

Shorthand for PathExactMatcher::new.