http.request.body.multipart.content_types
http.request.body.multipart.content_typesArray<Array<String>>マルチパートボディの各パートの Content-Type ヘッダーの一覧です。
Cloudflare Enterprise プランが必要です。
値の例:
[["text/plain"], ["image/jpeg"]]
使い方の例:
any(http.request.body.multipart.content_types[*][0] == "application/octet-stream")