Skip to content

Commit c19a70d

Browse files
committed
[Ruleset Engine] Add example to multipart.content_dispositions field
1 parent 4a8e97e commit c19a70d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/ruleset-engine/rules-language/fields/http-request-body.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ Example value:
205205

206206
`[["form-data; name=\"username\"], ["form-data;name=\"picture\"]]`
207207

208+
Example:
209+
210+
`any(http.request.body.multipart.content_dispositions[*][0] in {"form-data; name=\"username\"" "form-data;name=\"picture\""})`
211+
208212
## `http.request.body.multipart.content_transfer_encodings`
209213

210214
`http.request.body.multipart.content_transfer_encodings` <Type text='Array<Array<String>>' />

0 commit comments

Comments
 (0)