4.7. Content-Transfer-Encodingは非推奨
4.7. Content-Transfer-Encoding Deprecated
🇬🇧 英文原文
Previously, it was recommended that senders use a Content-Transfer-Encoding encoding (such as "quoted-printable") for each non-ASCII part of a multipart/form-data body because that would allow use in transports that only support a "7bit" encoding. This use is deprecated for use in contexts that support binary data such as HTTP.
Senders SHOULD NOT generate any parts with a Content-Transfer-Encoding header field.
Currently, no deployed implementations that send such bodies have been discovered.
🇯🇵 日本語訳
以前は、「7bit」エンコーディングのみをサポートするトランスポートでの使用を可能にするため、送信者がmultipart/form-data本体の各非ASCIIパートにContent-Transfer-Encodingエンコーディング(「quoted-printable」など)を使用することが推奨されていた。この使用法は、HTTPなどのバイナリデータをサポートするコンテキストでの使用では非推奨である。
送信者は、Content-Transfer-Encodingヘッダフィールドを持つパートを生成すべきでない(SHOULD NOT)。
現在、このような本体を送信する展開済みの実装は発見されていない。