4.1. multipart/form-dataの"Boundary"パラメータ
4.1. "Boundary" Parameter of multipart/form-data
🇬🇧 英文原文
As with other multipart types, the parts are delimited with a boundary delimiter, constructed using CRLF, "--", and the value of the "boundary" parameter. The boundary is supplied as a "boundary" parameter to the multipart/form-data type. As noted in Section 5.1 of [RFC2046], the boundary delimiter MUST NOT appear inside any of the encapsulated parts, and it is often necessary to enclose the "boundary" parameter values in quotes in the Content-Type header field.
🇯🇵 日本語訳
他のマルチパートタイプと同様に、パートは境界区切り文字で区切られる。これはCRLF、「--」、および「boundary」パラメータの値を使用して構築される。境界は、multipart/form-dataタイプへの「boundary」パラメータとして提供される。[RFC2046]のセクション5.1で述べられているように、境界区切り文字はカプセル化されたパートのいずれの内部にも出現してはならず(MUST NOT)、Content-Typeヘッダフィールドで「boundary」パラメータ値を引用符で囲む必要があることが多い。