*RFC 2616 3.12 Range Units HTTP/1.1 allows a client to request that only part (a range of) the response entity be included within the response. HTTP/1.1 uses range units in the Range (section 14.35) and Content-Range (section 14.16) header fields. An entity can be broken down into subranges according to various structural units. HTTP/1.1 では顧客が応答に応答実体の一部のみを含めることを要求できます。 HTTP/1.1 は Range 頭欄と Content-Range 頭欄で範囲単位を使います。 実体は種々の構造単位に基づいて小範囲に分割出来ます。 range-unit = bytes-unit | other-range-unit bytes-unit = "bytes" other-range-unit = token The only range unit defined by HTTP/1.1 is "bytes". HTTP/1.1 implementations MAY ignore ranges specified using other units. HTTP/1.1 で定義されている範囲単位は「バイト」だけです。 HTTP/1.1 実装は他の単位を使って指定されているのを無視しても '''構いません'''。 HTTP/1.1 has been designed to allow implementations of applications that do not depend on knowledge of ranges. HTTP/1.1 は範囲の知識に依存しない応用の実装を認めるように設計されています。 *応用 -[[Range:欄]] -[[Content-Range:欄]] *License See [[RFCのライセンス]]