Function wiremock::matchers::path_regex

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

Shorthand for PathRegexMatcher::new.