http.request.body.multipart.content_transfer_encodings
http.request.body.multipart.content_transfer_encodingsArray<Array<String>>List of Content-Transfer-Encoding headers for each part in the multipart body.
Requires a Cloudflare Enterprise plan.
Example value:
[["quoted-printable"], ["base64"]]Example usage:
any(http.request.body.multipart.content_transfer_encodings[*][0] == "binary")Categories:
- Request
- Body