Skip to content

Commit

Permalink
docs: update http[].match.exprs any -> all
Browse files Browse the repository at this point in the history
  • Loading branch information
acuteaura authored Jul 30, 2024
1 parent bbcd8d9 commit 369d870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/latest/references/apisix_route_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The table below describes each of the attributes in the spec. The fields `apiVer
| http[].match.hosts | array | List of hosts to match the Route with. The Route will be used if any one of the hosts is matched. |
| http[].match.methods | array | List of HTTP methods (`GET`, `POST`, `PUT`, `DELETE`, `PATCH`, `HEAD`, `OPTIONS`, `CONNECT`, `TRACE`) to match the Route with. The Route will be used if any one of the methods is matched. |
| http[].match.remoteAddrs | array | List of IP addresses (CIDR format) to match the Route with. The Route will be used if any one of the IP address is matched. |
| http[].match.exprs | array | List of expressions to match the Route with. The Route will be used if any one of the expression is matched. |
| http[].match.exprs | array | List of expressions to match the Route with. The Route will be used if all of the expressions are matched. |
| http[].match.exprs[].subject | object | Subject for the expression. |
| http[].match.exprs[].subject.scope | string | Scope of the subject. Can be one of `Header`, `Query`, `Cookie`, or `Path`. |
| http[].match.exprs[].subject.name | string | Subject name. Can be empty when the scope is `Path`. |
Expand Down

0 comments on commit 369d870

Please sign in to comment.