Fields reference
The HTTP request body of a form represented as a Map (or associative array).
- Enterprise add-on
The names of the form fields in an HTTP request.
- Enterprise add-on
The values of the form fields in an HTTP request.
- Enterprise add-on
The MIME type of the request detected from the request body.
A Map (or associative array) representation of multipart names to multipart values in the request body.
- Enterprise add-on
List of Content-Disposition
headers for each part in the multipart body.
- Enterprise add-on
List of Content-Transfer-Encoding
headers for each part in the multipart body.
- Enterprise add-on
List of Content-Type
headers for each part in the multipart body.
- Enterprise add-on
List of filenames for each part in the multipart body.
- Enterprise add-on
List of multipart names for every part in the multipart body.
- Enterprise add-on
List of multipart values for every part in the multipart body.
- Enterprise add-on
The unaltered HTTP request body.
- Enterprise add-on
The total size of the HTTP request body (in bytes).
- Enterprise add-on
Indicates whether the HTTP request body is truncated.
- Enterprise add-on