Path matcher (proto)
type.matcher.v3.PathMatcher
[type.matcher.v3.PathMatcher proto]
Specifies the way to match a path on HTTP request.
{
"path": {...}
}
- path
(type.matcher.v3.StringMatcher, REQUIRED) The
path
must match the URL path portion of the :path header. The query and fragment string (if present) are removed in the URL path portion. For example, the path/data
will match the:path
header/data#fragment?param=value
.