Skip to content

Commit

Permalink
fix: add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmkn committed Dec 13, 2024
1 parent 69681b8 commit 083b0cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/teo_rule_engine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ The `and` object of `or` supports the following:
- `client_country`: Country/Region of the client.
- `query_string`: Query string in the request URL.
- `request_header`: HTTP request header.
- `client_ip`: Client IP.
* `ignore_case` - (Optional, Bool) Whether the parameter value is case insensitive. Default value: false.
* `name` - (Optional, String) The parameter name of the match type. This field is required only when `Target=query_string/request_header`.
- `query_string`: Name of the query string, such as "lang" and "version" in "lang=cn&version=1".
Expand Down Expand Up @@ -229,6 +230,7 @@ The `and` object of `or` supports the following:
- `url`: Partial URL under the current site. - `client_country`: Country/Region of the client.
- `query_string`: Query string in the request URL.
- `request_header`: HTTP request header.
- `client_ip`: Client IP.
* `ignore_case` - (Optional, Bool) Whether the parameter value is case insensitive. Default value: false.
* `name` - (Optional, String) The parameter name of the match type. This field is required only when `Target=query_string/request_header`.
- `query_string`: Name of the query string, such as "lang" and "version" in "lang=cn&version=1".
Expand Down

0 comments on commit 083b0cf

Please sign in to comment.