--- title: Path description: Using request matchers to specify which requests should respond. TODO --- This section describes matcher functions designed to target and match the request path, such as `http://localhost:8080/my-path`. ## path {{{docs.when.path}}} ## path_not {{{docs.when.path_not}}} ## path_includes {{{docs.when.path_includes}}} ## path_excludes {{{docs.when.path_excludes}}} ## path_prefix {{{docs.when.path_prefix}}} ## path_prefix_not {{{docs.when.path_prefix_not}}} ## path_suffix {{{docs.when.path_suffix}}} ## path_suffix_not {{{docs.when.path_suffix_not}}} ## path_matches {{{docs.when.path_matches}}}