Skip to content

Commit b8c4026

Browse files
committed
Small fix
1 parent d6cf423 commit b8c4026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/fields/index.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ entries:
461461
keywords: [response, raw]
462462
summary: The HTTP response headers without any transformation represented as a Map (or associative array).
463463
description: |-
464-
This is the raw field version of the [`http.response.headers`](/ruleset-engine/rules-language/fields/reference/http.response.headers/) field. Raw fields, prefixed with `raw.`, preserve original request values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
464+
This is the raw field version of the [`http.response.headers`](/ruleset-engine/rules-language/fields/reference/http.response.headers/) field. Raw fields, prefixed with `raw.`, preserve original response values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
465465
example_value: |-
466466
{"server": ["nginx"]}
467467
example_block: |-
@@ -473,7 +473,7 @@ entries:
473473
keywords: [response, raw]
474474
summary: The names of the headers in the HTTP response without any transformation.
475475
description: |-
476-
This is the raw field version of the [`http.response.headers.names`](/ruleset-engine/rules-language/fields/reference/http.response.headers.names/) field. Raw fields, prefixed with `raw.`, preserve original request values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
476+
This is the raw field version of the [`http.response.headers.names`](/ruleset-engine/rules-language/fields/reference/http.response.headers.names/) field. Raw fields, prefixed with `raw.`, preserve original response values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
477477
example_value: |-
478478
["content-type"]
479479
example_block: |-
@@ -485,7 +485,7 @@ entries:
485485
keywords: [response, raw]
486486
summary: The values of the headers in the HTTP response without any transformation.
487487
description: |-
488-
This is the raw field version of the [`http.response.headers.values`](/ruleset-engine/rules-language/fields/reference/http.response.headers.values/) field. Raw fields, prefixed with `raw.`, preserve original request values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
488+
This is the raw field version of the [`http.response.headers.values`](/ruleset-engine/rules-language/fields/reference/http.response.headers.values/) field. Raw fields, prefixed with `raw.`, preserve original response values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.
489489
example_value: |-
490490
Example 1: ["application/json"]
491491
Example 2: ["This header value is longer than 10 bytes"]

0 commit comments

Comments
 (0)