You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/ruleset-engine/rules-language/fields/http-request-body.mdx
+79-1Lines changed: 79 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ This field may have a value larger than the one returned by `len(http.request.bo
56
56
57
57
## `http.request.body.form`
58
58
59
-
`http.request.body.form``Map<Array>String>>`
59
+
`http.request.body.form``Map<Array<String>>`
60
60
61
61
Represents the HTTP request body of a form as a Map (or associative array). Populated when the Content-Type header is `application/x-www-form-urlencoded`.
62
62
@@ -144,3 +144,81 @@ Example:
144
144
`image/jpeg`
145
145
146
146
This field is available on all Cloudflare plans.
147
+
148
+
## `http.request.body.multipart`
149
+
150
+
`http.request.body.multipart``Map<Array<String>>`
151
+
152
+
A Map (or associative array) of multipart names to multipart values in the request body.
0 commit comments