gateway api v1.1.1 experimental

HTTPRoute.spec.rules[].matches[].method

Method specifies HTTP method matcher. When specified, this route will be matched only if the request has the specified method. Support: Extended

1 fields
HTTPRoute.spec.rules[].matches[].method fields and descriptions
Field / TypeDescription
HTTPRoute.spec.rules[].matches[].method
string

Method specifies HTTP method matcher. When specified, this route will be matched only if the request has the specified method. Support: Extended

  • enum: ["GET","HEAD","POST","PUT","DELETE","CONNECT","OPTIONS","TRACE","PATCH"]