Changeset 644 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 28/07/09 13:36:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r638 r644 612 612 </t> 613 613 <t> 614 When a client requests multiple byte-ranges in one request, the614 When a client requests multiple ranges in one request, the 615 615 server &SHOULD; return them in the order that they appeared in the 616 616 request. … … 1262 1262 message-body (<xref target="RFC2046" x:fmt="," x:sec="5.1"/>). The media type for this purpose is called 1263 1263 "multipart/byteranges". The following is to be registered with IANA <xref target="RFC4288"/>. 1264 </t><t> 1264 </t> 1265 <x:note> 1266 <t> 1267 <x:h>Note:</x:h> Despite the name "multipart/byteranges" is not limited to the byte ranges only. 1268 </t> 1269 </x:note> 1270 <t> 1265 1271 The multipart/byteranges media type includes one or more parts, each 1266 1272 with its own Content-Type and Content-Range fields. The required … … 1337 1343 --THIS_STRING_SEPARATES-- 1338 1344 </artwork></figure> 1345 <figure><preamble> 1346 Other example: 1347 </preamble> 1348 <artwork type="example"> 1349 HTTP/1.1 206 Partial Content 1350 Date: Tue, 14 Nov 1995 06:25:24 GMT 1351 Last-Modified: Tue, 14 July 04:58:08 GMT 1352 Content-type: multipart/byteranges; boundary=THIS_STRING_SEPARATES 1353 1354 --THIS_STRING_SEPARATES 1355 Content-type: video/example 1356 Content-range: exampleunit 1.2-4.3/25 1357 1358 ...the first range... 1359 --THIS_STRING_SEPARATES 1360 Content-type: audio/example 1361 Content-range: exampleunit 11.2-14.3/120 1362 1363 ...the second range 1364 --THIS_STRING_SEPARATES-- 1365 </artwork> 1366 </figure> 1339 1367 <t> 1340 1368 Notes: … … 1608 1636 </t> 1609 1637 <t> 1638 <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/150" />: "multipart/byteranges for custom range units" 1639 </t> 1640 <t> 1610 1641 <eref target="http://trac.tools.ietf.org/wg/httpbis/trac/ticket/151" />: "range unit missing from other-ranges-specifier in Range header" 1611 1642 </t>
Note: See TracChangeset
for help on using the changeset viewer.