-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ruleset Engine] Use Type component in fields reference #18070
[Ruleset Engine] Use Type component in fields reference #18070
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7 files reviewed, 2 total issue(s) found.
src/content/docs/ruleset-engine/rules-language/fields/http-request-header.mdx
Show resolved
Hide resolved
src/content/docs/ruleset-engine/rules-language/fields/standard-fields.mdx
Show resolved
Hide resolved
Deploying cloudflare-docs with Cloudflare Pages
|
| `text/html+extra` | `"text/html+extra"` | | ||
| `text/html+extra; charset=utf-8` | `"text/html+extra"` | | ||
| `text/HTML` | `"text/html"` | | ||
| `text/html; charset=utf-8; other=value` | `"text/html"` | | ||
|
||
</Details> | ||
|
||
## `cf.response.1xxx_code` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## `cf.response.1xxx_code` | |
## `cf.response.1xxx_code` |
Do these need to be capitalised as well (in light of the below changes)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, not here, since the field name is in lowercase.
|
||
The raw IP packet as a list of bytes. It should be used in conjunction with the bit_slice function when other structured fields are lacking. | ||
|
||
--- | ||
|
||
## `ip.dst` | ||
|
||
`ip.dst` `IP Address` | ||
`ip.dst` <Type text='IP address' /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`ip.dst` <Type text='IP address' /> | |
`ip.dst` <Type text='IP address' /> |
More out of curiosity - is IP address
a valid type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the Rules language yes.
No description provided.