Function wiremock::matchers::path_regex
source · pub fn path_regex<T>(path: T) -> PathRegexMatcherwhere
T: Into<String>,Expand description
Shorthand for PathRegexMatcher::new.
pub fn path_regex<T>(path: T) -> PathRegexMatcherwhere
T: Into<String>,Shorthand for PathRegexMatcher::new.