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 - pathmust 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- /datawill match the- :pathheader- /data#fragment?param=value.