Changeset 435
- Timestamp:
- 01/12/08 18:05:01 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r434 r435 1042 1042 </dl> 1043 1043 <div id="rfc.figure.u.18"></div> 1044 <p>For example:</p><pre class="text"> 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1044 <p>For example:</p><pre class="text"> HTTP/1.1 206 Partial Content 1045 Date: Wed, 15 Nov 1995 06:25:24 GMT 1046 Last-Modified: Wed, 15 Nov 1995 04:58:08 GMT 1047 Content-type: multipart/byteranges; boundary=THIS_STRING_SEPARATES 1048 1049 --THIS_STRING_SEPARATES 1050 Content-type: application/pdf 1051 Content-range: bytes 500-999/8000 1052 1053 ...the first range... 1054 --THIS_STRING_SEPARATES 1055 Content-type: application/pdf 1056 Content-range: bytes 7000-7999/8000 1057 1058 ...the second range 1059 --THIS_STRING_SEPARATES-- 1060 1060 </pre><p id="rfc.section.A.p.5">Notes: </p> 1061 1061 <ol> -
draft-ietf-httpbis/latest/p5-range.xml
r434 r435 1293 1293 For example: 1294 1294 </preamble><artwork type="example"> 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1295 HTTP/1.1 206 Partial Content 1296 Date: Wed, 15 Nov 1995 06:25:24 GMT 1297 Last-Modified: Wed, 15 Nov 1995 04:58:08 GMT 1298 Content-type: multipart/byteranges; boundary=THIS_STRING_SEPARATES 1299 1300 --THIS_STRING_SEPARATES 1301 Content-type: application/pdf 1302 Content-range: bytes 500-999/8000 1303 1304 ...the first range... 1305 --THIS_STRING_SEPARATES 1306 Content-type: application/pdf 1307 Content-range: bytes 7000-7999/8000 1308 1309 ...the second range 1310 --THIS_STRING_SEPARATES-- 1311 1311 </artwork></figure> 1312 1312 <t>
Note: See TracChangeset
for help on using the changeset viewer.