Skip to content

Fields reference

http.request.body.form

The HTTP request body of a form represented as a Map (or associative array).

  • Enterprise add-on
http.request.body.form.names

The names of the form fields in an HTTP request.

  • Enterprise add-on
http.request.body.form.values

The values of the form fields in an HTTP request.

  • Enterprise add-on
http.request.body.mime

The MIME type of the request detected from the request body.

http.request.body.multipart

A Map (or associative array) representation of multipart names to multipart values in the request body.

  • Enterprise add-on
http.request.body.multipart.content_dispositions

List of Content-Disposition headers for each part in the multipart body.

  • Enterprise add-on
http.request.body.multipart.content_transfer_encodings

List of Content-Transfer-Encoding headers for each part in the multipart body.

  • Enterprise add-on
http.request.body.multipart.content_types

List of Content-Type headers for each part in the multipart body.

  • Enterprise add-on
http.request.body.multipart.filenames

List of filenames for each part in the multipart body.

  • Enterprise add-on
http.request.body.multipart.names

List of multipart names for every part in the multipart body.

  • Enterprise add-on
http.request.body.multipart.values

List of multipart values for every part in the multipart body.

  • Enterprise add-on
http.request.body.raw

The unaltered HTTP request body.

  • Enterprise add-on
http.request.body.size

The total size of the HTTP request body (in bytes).

  • Enterprise add-on
http.request.body.truncated

Indicates whether the HTTP request body is truncated.

  • Enterprise add-on