Path matcher
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.
当前内容版权归 servicemesher 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 servicemesher .