http.request.body.multipart.content_transfer_encodings
http.request.body.multipart.content_transfer_encodingsArray<Array<String>>マルチパートボディの各パートの Content-Transfer-Encoding ヘッダーの一覧です。
Cloudflare Enterprise プランが必要です。
値の例:
[["quoted-printable"], ["base64"]]
使い方の例:
any(http.request.body.multipart.content_transfer_encodings[*][0] == "binary")