Changeset 1099 for draft-ietf-httpbis/06/p5-range.html
- Timestamp:
- 01/01/11 17:23:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/06/p5-range.html
r547 r1099 2 2 PUBLIC "-//W3C//DTD HTML 4.01//EN"> 3 3 <html lang="en"> 4 <head profile="http://www.w3.org/2006/03/hcard ">4 <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/"> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 6 <title>HTTP/1.1, part 5: Range Requests and Partial Responses</title><style type="text/css" title="Xml2Rfc (sans serif)"> … … 37 37 } 38 38 39 dl.empty dd { 39 ul.empty { 40 list-style-type: none; 41 } 42 ul.empty li { 40 43 margin-top: .5em; 41 44 } … … 146 149 border-width: 1px; 147 150 } 151 table.left { 152 margin-right: auto; 153 } 154 table.right { 155 margin-left: auto; 156 } 157 table.center { 158 margin-left: auto; 159 margin-right: auto; 160 } 148 161 caption { 149 162 caption-side: bottom; … … 154 167 155 168 table.header { 169 border-spacing: 1px; 156 170 width: 95%; 157 171 font-size: 10pt; … … 165 179 white-space: nowrap; 166 180 } 167 t d.header{181 table.header td { 168 182 background-color: gray; 169 183 width: 50%; 170 184 } 171 t d.header a {185 table.header a { 172 186 color: white; 173 187 } … … 180 194 display:table-header-group; 181 195 } 182 ul.toc {196 ul.toc, ul.toc ul { 183 197 list-style: none; 184 198 margin-left: 1.5em; … … 186 200 padding-left: 0em; 187 201 } 188 li.tocline0{202 ul.toc li { 189 203 line-height: 150%; 190 204 font-weight: bold; … … 193 207 margin-right: 0em; 194 208 } 195 li.tocline1{209 ul.toc li li { 196 210 line-height: normal; 197 211 font-weight: normal; … … 200 214 margin-right: 0em; 201 215 } 202 li. tocline2{216 li.excluded { 203 217 font-size: 0pt; 204 218 } … … 206 220 margin-left: 0em; 207 221 } 208 ul.ind {222 ul.ind, ul.ind ul { 209 223 list-style: none; 210 224 margin-left: 1.5em; … … 213 227 page-break-before: avoid; 214 228 } 215 li.indline0{229 ul.ind li { 216 230 font-weight: bold; 217 231 line-height: 200%; … … 219 233 margin-right: 0em; 220 234 } 221 li.indline1{235 ul.ind li li { 222 236 font-weight: normal; 223 237 line-height: 150%; 224 238 margin-left: 0em; 225 239 margin-right: 0em; 240 } 241 .avoidbreak { 242 page-break-inside: avoid; 226 243 } 227 244 .bcp14 { … … 308 325 } 309 326 310 a.iref{327 ul.ind li li a { 311 328 content: target-counter(attr(href), page); 312 329 } … … 321 338 @page { 322 339 @top-left { 323 content: "I NTERNET DRAFT";340 content: "Internet-Draft"; 324 341 } 325 342 @top-right { … … 353 370 </style><link rel="Contents" href="#rfc.toc"> 354 371 <link rel="Author" href="#rfc.authors"> 355 <link rel="Copyright" href="#rfc.copyright ">372 <link rel="Copyright" href="#rfc.copyrightnotice"> 356 373 <link rel="Index" href="#rfc.index"> 357 374 <link rel="Chapter" title="1 Introduction" href="#rfc.section.1"> … … 368 385 <link rel="Appendix" title="C Collected ABNF" href="#rfc.section.C"> 369 386 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 370 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.426, 2009-03-07 10:31:10, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 371 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 372 <meta name="DC.Creator" content="Fielding, R."> 373 <meta name="DC.Creator" content="Gettys, J."> 374 <meta name="DC.Creator" content="Mogul, J."> 375 <meta name="DC.Creator" content="Frystyk, H."> 376 <meta name="DC.Creator" content="Masinter, L."> 377 <meta name="DC.Creator" content="Leach, P."> 378 <meta name="DC.Creator" content="Berners-Lee, T."> 379 <meta name="DC.Creator" content="Lafon, Y."> 380 <meta name="DC.Creator" content="Reschke, J. F."> 381 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-06"> 382 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-03"> 383 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 384 <meta name="DC.Description.Abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 5 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 5 defines range-specific requests and the rules for constructing and combining responses to those requests."> 387 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.537, 2010-12-30 14:21:59, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 388 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 389 <meta name="dct.creator" content="Fielding, R."> 390 <meta name="dct.creator" content="Gettys, J."> 391 <meta name="dct.creator" content="Mogul, J."> 392 <meta name="dct.creator" content="Frystyk, H."> 393 <meta name="dct.creator" content="Masinter, L."> 394 <meta name="dct.creator" content="Leach, P."> 395 <meta name="dct.creator" content="Berners-Lee, T."> 396 <meta name="dct.creator" content="Lafon, Y."> 397 <meta name="dct.creator" content="Reschke, J. F."> 398 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-06"> 399 <meta name="dct.issued" scheme="ISO8601" content="2009-03-09"> 400 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 401 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 5 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 5 defines range-specific requests and the rules for constructing and combining responses to those requests."> 402 <meta name="description" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 5 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 5 defines range-specific requests and the rules for constructing and combining responses to those requests."> 385 403 </head> 386 404 <body> 387 <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1"> 388 <tr> 389 <td class="header left">HTTPbis Working Group</td> 390 <td class="header right">R. Fielding, Editor</td> 391 </tr> 392 <tr> 393 <td class="header left">Internet Draft</td> 394 <td class="header right">Day Software</td> 395 </tr> 396 <tr> 397 <td class="header left"> 398 <draft-ietf-httpbis-p5-range-06> 399 400 </td> 401 <td class="header right">J. Gettys</td> 402 </tr> 403 <tr> 404 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 405 </td> 406 <td class="header right">One Laptop per Child</td> 407 </tr> 408 <tr> 409 <td class="header left">Intended status: Standards Track</td> 410 <td class="header right">J. Mogul</td> 411 </tr> 412 <tr> 413 <td class="header left">Expires: September 2009</td> 414 <td class="header right">HP</td> 415 </tr> 416 <tr> 417 <td class="header left"></td> 418 <td class="header right">H. Frystyk</td> 419 </tr> 420 <tr> 421 <td class="header left"></td> 422 <td class="header right">Microsoft</td> 423 </tr> 424 <tr> 425 <td class="header left"></td> 426 <td class="header right">L. Masinter</td> 427 </tr> 428 <tr> 429 <td class="header left"></td> 430 <td class="header right">Adobe Systems</td> 431 </tr> 432 <tr> 433 <td class="header left"></td> 434 <td class="header right">P. Leach</td> 435 </tr> 436 <tr> 437 <td class="header left"></td> 438 <td class="header right">Microsoft</td> 439 </tr> 440 <tr> 441 <td class="header left"></td> 442 <td class="header right">T. Berners-Lee</td> 443 </tr> 444 <tr> 445 <td class="header left"></td> 446 <td class="header right">W3C/MIT</td> 447 </tr> 448 <tr> 449 <td class="header left"></td> 450 <td class="header right">Y. Lafon, Editor</td> 451 </tr> 452 <tr> 453 <td class="header left"></td> 454 <td class="header right">W3C</td> 455 </tr> 456 <tr> 457 <td class="header left"></td> 458 <td class="header right">J. F. Reschke, Editor</td> 459 </tr> 460 <tr> 461 <td class="header left"></td> 462 <td class="header right">greenbytes</td> 463 </tr> 464 <tr> 465 <td class="header left"></td> 466 <td class="header right">March 9, 2009</td> 467 </tr> 405 <table class="header"> 406 <tbody> 407 <tr> 408 <td class="left">HTTPbis Working Group</td> 409 <td class="right">R. Fielding, Editor</td> 410 </tr> 411 <tr> 412 <td class="left">Internet-Draft</td> 413 <td class="right">Day Software</td> 414 </tr> 415 <tr> 416 <td class="left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 417 </td> 418 <td class="right">J. Gettys</td> 419 </tr> 420 <tr> 421 <td class="left">Intended status: Standards Track</td> 422 <td class="right">One Laptop per Child</td> 423 </tr> 424 <tr> 425 <td class="left">Expires: September 10, 2009</td> 426 <td class="right">J. Mogul</td> 427 </tr> 428 <tr> 429 <td class="left"></td> 430 <td class="right">HP</td> 431 </tr> 432 <tr> 433 <td class="left"></td> 434 <td class="right">H. Frystyk</td> 435 </tr> 436 <tr> 437 <td class="left"></td> 438 <td class="right">Microsoft</td> 439 </tr> 440 <tr> 441 <td class="left"></td> 442 <td class="right">L. Masinter</td> 443 </tr> 444 <tr> 445 <td class="left"></td> 446 <td class="right">Adobe Systems</td> 447 </tr> 448 <tr> 449 <td class="left"></td> 450 <td class="right">P. Leach</td> 451 </tr> 452 <tr> 453 <td class="left"></td> 454 <td class="right">Microsoft</td> 455 </tr> 456 <tr> 457 <td class="left"></td> 458 <td class="right">T. Berners-Lee</td> 459 </tr> 460 <tr> 461 <td class="left"></td> 462 <td class="right">W3C/MIT</td> 463 </tr> 464 <tr> 465 <td class="left"></td> 466 <td class="right">Y. Lafon, Editor</td> 467 </tr> 468 <tr> 469 <td class="left"></td> 470 <td class="right">W3C</td> 471 </tr> 472 <tr> 473 <td class="left"></td> 474 <td class="right">J. Reschke, Editor</td> 475 </tr> 476 <tr> 477 <td class="left"></td> 478 <td class="right">greenbytes</td> 479 </tr> 480 <tr> 481 <td class="left"></td> 482 <td class="right">March 9, 2009</td> 483 </tr> 484 </tbody> 468 485 </table> 469 486 <p class="title">HTTP/1.1, part 5: Range Requests and Partial Responses<br><span class="filename">draft-ietf-httpbis-p5-range-06</span></p> 470 487 <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1> 471 <p>This Internet-Draft is submitted to IETF pursuant to, and in full conformance with, the provisions of BCP 78 and BCP 79. This472 document may contain material from IETF Documents or IETF Contributions published or made publicly available before November473 10, 2008. The person(s) controlling the copyright in some of this material may not have granted the IETF Trust the right to474 allow modifications of such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s)475 co ntrolling the copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative476 works of it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate477 i t into languages other than English.488 <p>This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and BCP 79. This document may contain 489 material from IETF Documents or IETF Contributions published or made publicly available before November 10, 2008. The person(s) 490 controlling the copyright in some of this material may not have granted the IETF Trust the right to allow modifications of 491 such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s) controlling the 492 copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative works of 493 it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate it 494 into languages other than English. 478 495 </p> 479 496 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note … … 484 501 in progress”. 485 502 </p> 486 <p>The list of current Internet-Drafts can be accessed at <<a href="http://www.ietf.org/ietf/1id-abstracts.txt">http://www.ietf.org/ietf/1id-abstracts.txt</a>>.487 </p> 488 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>.489 </p> 490 <p>This Internet-Draft will expire in September2009.</p>503 <p>The list of current Internet-Drafts can be accessed at <a href="http://www.ietf.org/ietf/1id-abstracts.txt">http://www.ietf.org/ietf/1id-abstracts.txt</a>. 504 </p> 505 <p>The list of Internet-Draft Shadow Directories can be accessed at <a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>. 506 </p> 507 <p>This Internet-Draft will expire on September 10, 2009.</p> 491 508 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 492 509 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 509 526 <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> 510 527 <ul class="toc"> 511 <li class="tocline0">1. <a href="#introduction">Introduction</a><ul class="toc">512 <li class="tocline1">1.1 <a href="#intro.requirements">Requirements</a></li>513 <li class="tocline1">1.2 <a href="#notation">Syntax Notation</a><ul class="toc">514 <li class="tocline1">1.2.1 <a href="#core.rules">Core Rules</a></li>515 <li class="tocline1">1.2.2 <a href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></li>528 <li>1. <a href="#introduction">Introduction</a><ul> 529 <li>1.1 <a href="#intro.requirements">Requirements</a></li> 530 <li>1.2 <a href="#notation">Syntax Notation</a><ul> 531 <li>1.2.1 <a href="#core.rules">Core Rules</a></li> 532 <li>1.2.2 <a href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></li> 516 533 </ul> 517 534 </li> 518 535 </ul> 519 536 </li> 520 <li class="tocline0">2. <a href="#range.units">Range Units</a></li>521 <li class="tocline0">3. <a href="#rfc.section.3">Status Code Definitions</a><ul class="toc">522 <li class="tocline1">3.1 <a href="#status.206">206 Partial Content</a></li>523 <li class="tocline1">3.2 <a href="#status.416">416 Requested Range Not Satisfiable</a></li>537 <li>2. <a href="#range.units">Range Units</a></li> 538 <li>3. <a href="#rfc.section.3">Status Code Definitions</a><ul> 539 <li>3.1 <a href="#status.206">206 Partial Content</a></li> 540 <li>3.2 <a href="#status.416">416 Requested Range Not Satisfiable</a></li> 524 541 </ul> 525 542 </li> 526 <li class="tocline0">4. <a href="#combining.byte.ranges">Combining Ranges</a></li>527 <li class="tocline0">5. <a href="#header.fields">Header Field Definitions</a><ul class="toc">528 <li class="tocline1">5.1 <a href="#header.accept-ranges">Accept-Ranges</a></li>529 <li class="tocline1">5.2 <a href="#header.content-range">Content-Range</a></li>530 <li class="tocline1">5.3 <a href="#header.if-range">If-Range</a></li>531 <li class="tocline1">5.4 <a href="#header.range">Range</a><ul class="toc">532 <li class="tocline1">5.4.1 <a href="#byte.ranges">Byte Ranges</a></li>533 <li class="tocline1">5.4.2 <a href="#range.retrieval.requests">Range Retrieval Requests</a></li>543 <li>4. <a href="#combining.byte.ranges">Combining Ranges</a></li> 544 <li>5. <a href="#header.fields">Header Field Definitions</a><ul> 545 <li>5.1 <a href="#header.accept-ranges">Accept-Ranges</a></li> 546 <li>5.2 <a href="#header.content-range">Content-Range</a></li> 547 <li>5.3 <a href="#header.if-range">If-Range</a></li> 548 <li>5.4 <a href="#header.range">Range</a><ul> 549 <li>5.4.1 <a href="#byte.ranges">Byte Ranges</a></li> 550 <li>5.4.2 <a href="#range.retrieval.requests">Range Retrieval Requests</a></li> 534 551 </ul> 535 552 </li> 536 553 </ul> 537 554 </li> 538 <li class="tocline0">6. <a href="#IANA.considerations">IANA Considerations</a><ul class="toc">539 <li class="tocline1">6.1 <a href="#message.header.registration">Message Header Registration</a></li>555 <li>6. <a href="#IANA.considerations">IANA Considerations</a><ul> 556 <li>6.1 <a href="#message.header.registration">Message Header Registration</a></li> 540 557 </ul> 541 558 </li> 542 <li class="tocline0">7. <a href="#security.considerations">Security Considerations</a></li>543 <li class="tocline0">8. <a href="#ack">Acknowledgments</a></li>544 <li class="tocline0">9. <a href="#rfc.references">References</a><ul class="toc">545 <li class="tocline1">9.1 <a href="#rfc.references.1">Normative References</a></li>546 <li class="tocline1">9.2 <a href="#rfc.references.2">Informative References</a></li>559 <li>7. <a href="#security.considerations">Security Considerations</a></li> 560 <li>8. <a href="#ack">Acknowledgments</a></li> 561 <li>9. <a href="#rfc.references">References</a><ul> 562 <li>9.1 <a href="#rfc.references.1">Normative References</a></li> 563 <li>9.2 <a href="#rfc.references.2">Informative References</a></li> 547 564 </ul> 548 565 </li> 549 <li class="tocline0"><a href="#rfc.authors">Authors' Addresses</a></li>550 <li class="tocline0">A. <a href="#internet.media.type.multipart.byteranges">Internet Media Type multipart/byteranges</a></li>551 <li class="tocline0">B. <a href="#compatibility">Compatibility with Previous Versions</a><ul class="toc">552 <li class="tocline1">B.1 <a href="#changes.from.rfc.2068">Changes from RFC 2068</a></li>553 <li class="tocline1">B.2 <a href="#changes.from.rfc.2616">Changes from RFC 2616</a></li>566 <li><a href="#rfc.authors">Authors' Addresses</a></li> 567 <li>A. <a href="#internet.media.type.multipart.byteranges">Internet Media Type multipart/byteranges</a></li> 568 <li>B. <a href="#compatibility">Compatibility with Previous Versions</a><ul> 569 <li>B.1 <a href="#changes.from.rfc.2068">Changes from RFC 2068</a></li> 570 <li>B.2 <a href="#changes.from.rfc.2616">Changes from RFC 2616</a></li> 554 571 </ul> 555 572 </li> 556 <li class="tocline0">C. <a href="#collected.abnf">Collected ABNF</a></li>557 <li class="tocline0">D. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc">558 <li class="tocline1">D.1 <a href="#rfc.section.D.1">Since RFC2616</a></li>559 <li class="tocline1">D.2 <a href="#rfc.section.D.2">Since draft-ietf-httpbis-p5-range-00</a></li>560 <li class="tocline1">D.3 <a href="#rfc.section.D.3">Since draft-ietf-httpbis-p5-range-01</a></li>561 <li class="tocline1">D.4 <a href="#changes.since.02">Since draft-ietf-httpbis-p5-range-02</a></li>562 <li class="tocline1">D.5 <a href="#changes.since.03">Since draft-ietf-httpbis-p5-range-03</a></li>563 <li class="tocline1">D.6 <a href="#changes.since.04">Since draft-ietf-httpbis-p5-range-04</a></li>564 <li class="tocline1">D.7 <a href="#changes.since.05">Since draft-ietf-httpbis-p5-range-05</a></li>573 <li>C. <a href="#collected.abnf">Collected ABNF</a></li> 574 <li>D. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 575 <li>D.1 <a href="#rfc.section.D.1">Since RFC2616</a></li> 576 <li>D.2 <a href="#rfc.section.D.2">Since draft-ietf-httpbis-p5-range-00</a></li> 577 <li>D.3 <a href="#rfc.section.D.3">Since draft-ietf-httpbis-p5-range-01</a></li> 578 <li>D.4 <a href="#changes.since.02">Since draft-ietf-httpbis-p5-range-02</a></li> 579 <li>D.5 <a href="#changes.since.03">Since draft-ietf-httpbis-p5-range-03</a></li> 580 <li>D.6 <a href="#changes.since.04">Since draft-ietf-httpbis-p5-range-04</a></li> 581 <li>D.7 <a href="#changes.since.05">Since draft-ietf-httpbis-p5-range-05</a></li> 565 582 </ul> 566 583 </li> 567 <li class="tocline0"><a href="#rfc.index">Index</a></li>584 <li><a href="#rfc.index">Index</a></li> 568 585 </ul> 569 586 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> … … 762 779 resource), it <em class="bcp14">SHOULD</em> return a response code of 416 (Requested range not satisfiable) (<a href="#status.416" id="rfc.xref.status.416.1" title="416 Requested Range Not Satisfiable">Section 3.2</a>). 763 780 </p> 764 < dl class="empty">765 < dd> <b>Note:</b> clients cannot depend on servers to send a 416 (Requested range not satisfiable) response instead of a 200 (OK) response for781 <ul class="empty"> 782 <li> <b>Note:</b> clients cannot depend on servers to send a 416 (Requested range not satisfiable) response instead of a 200 (OK) response for 766 783 an unsatisfiable Range request-header, since not all servers implement this request-header. 767 </ dd>768 </ dl>784 </li> 785 </ul> 769 786 <div id="rfc.iref.i.1"></div> 770 787 <div id="rfc.iref.h.3"></div> … … 867 884 <div id="rfc.table.1"> 868 885 <div id="iana.header.registration.table"></div> 869 <table summary="" class="tt full" cellpadding="3" cellspacing="0">886 <table class="tt full left" cellpadding="3" cellspacing="0"> 870 887 <thead> 871 888 <tr> … … 878 895 <tbody> 879 896 <tr> 880 <td >Accept-Ranges</td>881 <td >http</td>882 <td >standard</td>883 <td > <a href="#header.accept-ranges" id="rfc.xref.header.accept-ranges.1" title="Accept-Ranges">Section 5.1</a>897 <td class="left">Accept-Ranges</td> 898 <td class="left">http</td> 899 <td class="left">standard</td> 900 <td class="left"> <a href="#header.accept-ranges" id="rfc.xref.header.accept-ranges.1" title="Accept-Ranges">Section 5.1</a> 884 901 </td> 885 902 </tr> 886 903 <tr> 887 <td >Content-Range</td>888 <td >http</td>889 <td >standard</td>890 <td > <a href="#header.content-range" id="rfc.xref.header.content-range.4" title="Content-Range">Section 5.2</a>904 <td class="left">Content-Range</td> 905 <td class="left">http</td> 906 <td class="left">standard</td> 907 <td class="left"> <a href="#header.content-range" id="rfc.xref.header.content-range.4" title="Content-Range">Section 5.2</a> 891 908 </td> 892 909 </tr> 893 910 <tr> 894 <td >If-Range</td>895 <td >http</td>896 <td >standard</td>897 <td > <a href="#header.if-range" id="rfc.xref.header.if-range.3" title="If-Range">Section 5.3</a>911 <td class="left">If-Range</td> 912 <td class="left">http</td> 913 <td class="left">standard</td> 914 <td class="left"> <a href="#header.if-range" id="rfc.xref.header.if-range.3" title="If-Range">Section 5.3</a> 898 915 </td> 899 916 </tr> 900 917 <tr> 901 <td >Range</td>902 <td >http</td>903 <td >standard</td>904 <td > <a href="#header.range" id="rfc.xref.header.range.5" title="Range">Section 5.4</a>918 <td class="left">Range</td> 919 <td class="left">http</td> 920 <td class="left">standard</td> 921 <td class="left"> <a href="#header.range" id="rfc.xref.header.range.5" title="Range">Section 5.4</a> 905 922 </td> 906 923 </tr> … … 921 938 <h2 id="rfc.references.1"><a href="#rfc.section.9.1" id="rfc.section.9.1">9.1</a> Normative References 922 939 </h2> 923 <table summary="Normative References">940 <table> 924 941 <tr> 925 942 <td class="reference"><b id="Part1">[Part1]</b></td> 926 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-06">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-06 (work in progress), March 2009.943 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-06">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-06 (work in progress), March 2009. 927 944 </td> 928 945 </tr> 929 946 <tr> 930 947 <td class="reference"><b id="Part3">[Part3]</b></td> 931 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p3-payload-06">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-ietf-httpbis-p3-payload-06 (work in progress), March 2009.948 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p3-payload-06">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-ietf-httpbis-p3-payload-06 (work in progress), March 2009. 932 949 </td> 933 950 </tr> 934 951 <tr> 935 952 <td class="reference"><b id="Part4">[Part4]</b></td> 936 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-06">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-06 (work in progress), March 2009.953 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-06">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-06 (work in progress), March 2009. 937 954 </td> 938 955 </tr> 939 956 <tr> 940 957 <td class="reference"><b id="Part6">[Part6]</b></td> 941 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-06">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-06 (work in progress), March 2009.958 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-06">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-06 (work in progress), March 2009. 942 959 </td> 943 960 </tr> 944 961 <tr> 945 962 <td class="reference"><b id="RFC2046">[RFC2046]</b></td> 946 <td class="top"><a title="Innosoft International, Inc.">Freed, N.</a> and <atitle="First Virtual Holdings">N. Borenstein</a>, “<a href="http://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a>”, RFC 2046, November 1996.963 <td class="top"><a href="mailto:ned@innosoft.com" title="Innosoft International, Inc.">Freed, N.</a> and <a href="mailto:nsb@nsb.fv.com" title="First Virtual Holdings">N. Borenstein</a>, “<a href="http://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a>”, RFC 2046, November 1996. 947 964 </td> 948 965 </tr> 949 966 <tr> 950 967 <td class="reference"><b id="RFC2119">[RFC2119]</b></td> 951 <td class="top"><a title="Harvard University">Bradner, S.</a>, “<a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>”, BCP 14, RFC 2119, March 1997.968 <td class="top"><a href="mailto:sob@harvard.edu" title="Harvard University">Bradner, S.</a>, “<a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>”, BCP 14, RFC 2119, March 1997. 952 969 </td> 953 970 </tr> 954 971 <tr> 955 972 <td class="reference"><b id="RFC5234">[RFC5234]</b></td> 956 <td class="top"><a title="Brandenburg InternetWorking">Crocker, D., Ed.</a> and <atitle="THUS plc.">P. Overell</a>, “<a href="http://tools.ietf.org/html/rfc5234">Augmented BNF for Syntax Specifications: ABNF</a>”, STD 68, RFC 5234, January 2008.973 <td class="top"><a href="mailto:dcrocker@bbiw.net" title="Brandenburg InternetWorking">Crocker, D., Ed.</a> and <a href="mailto:paul.overell@thus.net" title="THUS plc.">P. Overell</a>, “<a href="http://tools.ietf.org/html/rfc5234">Augmented BNF for Syntax Specifications: ABNF</a>”, STD 68, RFC 5234, January 2008. 957 974 </td> 958 975 </tr> … … 960 977 <h2 id="rfc.references.2"><a href="#rfc.section.9.2" id="rfc.section.9.2">9.2</a> Informative References 961 978 </h2> 962 <table summary="Informative References">979 <table> 963 980 <tr> 964 981 <td class="reference"><b id="RFC2616">[RFC2616]</b></td> 965 <td class="top"><a title="University of California, Irvine">Fielding, R.</a>, <a title="W3C">Gettys, J.</a>, <a title="Compaq Computer Corporation">Mogul, J.</a>, <a title="MIT Laboratory for Computer Science">Frystyk, H.</a>, <a title="Xerox Corporation">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <atitle="W3C">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2616">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2616, June 1999.982 <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine">Fielding, R.</a>, <a href="mailto:jg@w3.org" title="W3C">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Compaq Computer Corporation">Mogul, J.</a>, <a href="mailto:frystyk@w3.org" title="MIT Laboratory for Computer Science">Frystyk, H.</a>, <a href="mailto:masinter@parc.xerox.com" title="Xerox Corporation">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, and <a href="mailto:timbl@w3.org" title="W3C">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2616">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2616, June 1999. 966 983 </td> 967 984 </tr> 968 985 <tr> 969 986 <td class="reference"><b id="RFC3864">[RFC3864]</b></td> 970 <td class="top"><a title="Nine by Nine">Klyne, G.</a>, <a title="BEA Systems">Nottingham, M.</a>, and <atitle="HP Labs">J. Mogul</a>, “<a href="http://tools.ietf.org/html/rfc3864">Registration Procedures for Message Header Fields</a>”, BCP 90, RFC 3864, September 2004.987 <td class="top"><a href="mailto:GK-IETF@ninebynine.org" title="Nine by Nine">Klyne, G.</a>, <a href="mailto:mnot@pobox.com" title="BEA Systems">Nottingham, M.</a>, and <a href="mailto:JeffMogul@acm.org" title="HP Labs">J. Mogul</a>, “<a href="http://tools.ietf.org/html/rfc3864">Registration Procedures for Message Header Fields</a>”, BCP 90, RFC 3864, September 2004. 971 988 </td> 972 989 </tr> 973 990 <tr> 974 991 <td class="reference"><b id="RFC4288">[RFC4288]</b></td> 975 <td class="top"><a title="Sun Microsystems">Freed, N.</a> and <a>J. Klensin</a>, “<a href="http://tools.ietf.org/html/rfc4288">Media Type Specifications and Registration Procedures</a>”, BCP 13, RFC 4288, December 2005.992 <td class="top"><a href="mailto:ned.freed@mrochek.com" title="Sun Microsystems">Freed, N.</a> and <a href="mailto:klensin+ietf@jck.com">J. Klensin</a>, “<a href="http://tools.ietf.org/html/rfc4288">Media Type Specifications and Registration Procedures</a>”, BCP 13, RFC 4288, December 2005. 976 993 </td> 977 994 </tr> 978 995 </table> 979 <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1> 980 <address class="vcard"><span class="vcardline"><span class="fn">Roy T. Fielding</span> 981 (editor) 982 <span class="n hidden"><span class="family-name">Fielding</span><span class="given-name">Roy T.</span></span></span><span class="org vcardline">Day Software</span><span class="adr"><span class="street-address vcardline">23 Corporate Plaza DR, Suite 280</span><span class="vcardline"><span class="locality">Newport Beach</span>, <span class="region">CA</span> <span class="postal-code">92660</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline tel">Phone: <a href="tel:+1-949-706-5300"><span class="value">+1-949-706-5300</span></a></span><span class="vcardline tel"><span class="type">Fax</span>: <a href="fax:+1-949-706-5305"><span class="value">+1-949-706-5305</span></a></span><span class="vcardline">EMail: <a><span class="email">fielding@gbiv.com</span></a></span><span class="vcardline">URI: <a href="http://roy.gbiv.com/" class="url">http://roy.gbiv.com/</a></span></address> 983 <address class="vcard"><span class="vcardline"><span class="fn">Jim Gettys</span><span class="n hidden"><span class="family-name">Gettys</span><span class="given-name">Jim</span></span></span><span class="org vcardline">One Laptop per Child</span><span class="adr"><span class="street-address vcardline">21 Oak Knoll Road</span><span class="vcardline"><span class="locality">Carlisle</span>, <span class="region">MA</span> <span class="postal-code">01741</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">jg@laptop.org</span></a></span><span class="vcardline">URI: <a href="http://www.laptop.org/" class="url">http://www.laptop.org/</a></span></address> 984 <address class="vcard"><span class="vcardline"><span class="fn">Jeffrey C. Mogul</span><span class="n hidden"><span class="family-name">Mogul</span><span class="given-name">Jeffrey C.</span></span></span><span class="org vcardline">Hewlett-Packard Company</span><span class="adr"><span class="street-address vcardline">HP Labs, Large Scale Systems Group</span><span class="street-address vcardline">1501 Page Mill Road, MS 1177</span><span class="vcardline"><span class="locality">Palo Alto</span>, <span class="region">CA</span> <span class="postal-code">94304</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">JeffMogul@acm.org</span></a></span></address> 985 <address class="vcard"><span class="vcardline"><span class="fn">Henrik Frystyk Nielsen</span><span class="n hidden"><span class="family-name">Frystyk</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span> <span class="postal-code">98052</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">henrikn@microsoft.com</span></a></span></address> 986 <address class="vcard"><span class="vcardline"><span class="fn">Larry Masinter</span><span class="n hidden"><span class="family-name">Masinter</span><span class="given-name">Larry</span></span></span><span class="org vcardline">Adobe Systems, Incorporated</span><span class="adr"><span class="street-address vcardline">345 Park Ave</span><span class="vcardline"><span class="locality">San Jose</span>, <span class="region">CA</span> <span class="postal-code">95110</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">LMM@acm.org</span></a></span><span class="vcardline">URI: <a href="http://larry.masinter.net/" class="url">http://larry.masinter.net/</a></span></address> 987 <address class="vcard"><span class="vcardline"><span class="fn">Paul J. Leach</span><span class="n hidden"><span class="family-name">Leach</span><span class="given-name">Paul J.</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span> <span class="postal-code">98052</span></span></span><span class="vcardline">EMail: <a><span class="email">paulle@microsoft.com</span></a></span></address> 988 <address class="vcard"><span class="vcardline"><span class="fn">Tim Berners-Lee</span><span class="n hidden"><span class="family-name">Berners-Lee</span><span class="given-name">Tim</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">MIT Computer Science and Artificial Intelligence Laboratory</span><span class="street-address vcardline">The Stata Center, Building 32</span><span class="street-address vcardline">32 Vassar Street</span><span class="vcardline"><span class="locality">Cambridge</span>, <span class="region">MA</span> <span class="postal-code">02139</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">timbl@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.w3.org/People/Berners-Lee/" class="url">http://www.w3.org/People/Berners-Lee/</a></span></address> 989 <address class="vcard"><span class="vcardline"><span class="fn">Yves Lafon</span> 990 (editor) 991 <span class="n hidden"><span class="family-name">Lafon</span><span class="given-name">Yves</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">W3C / ERCIM</span><span class="street-address vcardline">2004, rte des Lucioles</span><span class="vcardline"><span class="locality">Sophia-Antipolis</span>, <span class="region">AM</span> <span class="postal-code">06902</span></span><span class="country-name vcardline">France</span></span><span class="vcardline">EMail: <a><span class="email">ylafon@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.raubacapeu.net/people/yves/" class="url">http://www.raubacapeu.net/people/yves/</a></span></address> 992 <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span> 993 (editor) 994 <span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span> <span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline tel">Phone: <a href="tel:+492512807760"><span class="value">+49 251 2807760</span></a></span><span class="vcardline tel"><span class="type">Fax</span>: <a href="fax:+492512807761"><span class="value">+49 251 2807761</span></a></span><span class="vcardline">EMail: <a><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address> 996 <div class="avoidbreak"> 997 <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1> 998 <address class="vcard"><span class="vcardline"><span class="fn">Roy T. Fielding</span> 999 (editor) 1000 <span class="n hidden"><span class="family-name">Fielding</span><span class="given-name">Roy T.</span></span></span><span class="org vcardline">Day Software</span><span class="adr"><span class="street-address vcardline">23 Corporate Plaza DR, Suite 280</span><span class="vcardline"><span class="locality">Newport Beach</span>, <span class="region">CA</span> <span class="postal-code">92660</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline tel">Phone: <a href="tel:+1-949-706-5300"><span class="value">+1-949-706-5300</span></a></span><span class="vcardline tel"><span class="type">Fax</span>: <a href="fax:+1-949-706-5305"><span class="value">+1-949-706-5305</span></a></span><span class="vcardline">EMail: <a href="mailto:fielding@gbiv.com"><span class="email">fielding@gbiv.com</span></a></span><span class="vcardline">URI: <a href="http://roy.gbiv.com/" class="url">http://roy.gbiv.com/</a></span></address> 1001 <address class="vcard"><span class="vcardline"><span class="fn">Jim Gettys</span><span class="n hidden"><span class="family-name">Gettys</span><span class="given-name">Jim</span></span></span><span class="org vcardline">One Laptop per Child</span><span class="adr"><span class="street-address vcardline">21 Oak Knoll Road</span><span class="vcardline"><span class="locality">Carlisle</span>, <span class="region">MA</span> <span class="postal-code">01741</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:jg@laptop.org"><span class="email">jg@laptop.org</span></a></span><span class="vcardline">URI: <a href="http://www.laptop.org/" class="url">http://www.laptop.org/</a></span></address> 1002 <address class="vcard"><span class="vcardline"><span class="fn">Jeffrey C. Mogul</span><span class="n hidden"><span class="family-name">Mogul</span><span class="given-name">Jeffrey C.</span></span></span><span class="org vcardline">Hewlett-Packard Company</span><span class="adr"><span class="street-address vcardline">HP Labs, Large Scale Systems Group</span><span class="street-address vcardline">1501 Page Mill Road, MS 1177</span><span class="vcardline"><span class="locality">Palo Alto</span>, <span class="region">CA</span> <span class="postal-code">94304</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:JeffMogul@acm.org"><span class="email">JeffMogul@acm.org</span></a></span></address> 1003 <address class="vcard"><span class="vcardline"><span class="fn">Henrik Frystyk Nielsen</span><span class="n hidden"><span class="family-name">Frystyk</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span> <span class="postal-code">98052</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:henrikn@microsoft.com"><span class="email">henrikn@microsoft.com</span></a></span></address> 1004 <address class="vcard"><span class="vcardline"><span class="fn">Larry Masinter</span><span class="n hidden"><span class="family-name">Masinter</span><span class="given-name">Larry</span></span></span><span class="org vcardline">Adobe Systems, Incorporated</span><span class="adr"><span class="street-address vcardline">345 Park Ave</span><span class="vcardline"><span class="locality">San Jose</span>, <span class="region">CA</span> <span class="postal-code">95110</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:LMM@acm.org"><span class="email">LMM@acm.org</span></a></span><span class="vcardline">URI: <a href="http://larry.masinter.net/" class="url">http://larry.masinter.net/</a></span></address> 1005 <address class="vcard"><span class="vcardline"><span class="fn">Paul J. Leach</span><span class="n hidden"><span class="family-name">Leach</span><span class="given-name">Paul J.</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span> <span class="postal-code">98052</span></span></span><span class="vcardline">EMail: <a href="mailto:paulle@microsoft.com"><span class="email">paulle@microsoft.com</span></a></span></address> 1006 <address class="vcard"><span class="vcardline"><span class="fn">Tim Berners-Lee</span><span class="n hidden"><span class="family-name">Berners-Lee</span><span class="given-name">Tim</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">MIT Computer Science and Artificial Intelligence Laboratory</span><span class="street-address vcardline">The Stata Center, Building 32</span><span class="street-address vcardline">32 Vassar Street</span><span class="vcardline"><span class="locality">Cambridge</span>, <span class="region">MA</span> <span class="postal-code">02139</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a href="mailto:timbl@w3.org"><span class="email">timbl@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.w3.org/People/Berners-Lee/" class="url">http://www.w3.org/People/Berners-Lee/</a></span></address> 1007 <address class="vcard"><span class="vcardline"><span class="fn">Yves Lafon</span> 1008 (editor) 1009 <span class="n hidden"><span class="family-name">Lafon</span><span class="given-name">Yves</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">W3C / ERCIM</span><span class="street-address vcardline">2004, rte des Lucioles</span><span class="vcardline"><span class="locality">Sophia-Antipolis</span>, <span class="region">AM</span> <span class="postal-code">06902</span></span><span class="country-name vcardline">France</span></span><span class="vcardline">EMail: <a href="mailto:ylafon@w3.org"><span class="email">ylafon@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.raubacapeu.net/people/yves/" class="url">http://www.raubacapeu.net/people/yves/</a></span></address> 1010 <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span> 1011 (editor) 1012 <span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span> <span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline tel">Phone: <a href="tel:+492512807760"><span class="value">+49 251 2807760</span></a></span><span class="vcardline tel"><span class="type">Fax</span>: <a href="fax:+492512807761"><span class="value">+49 251 2807761</span></a></span><span class="vcardline">EMail: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address> 1013 </div> 995 1014 <div id="rfc.iref.m.1"></div> 996 1015 <div id="rfc.iref.m.2"></div> 997 <h1 id="rfc.section.A" ><a href="#rfc.section.A">A.</a> <a id="internet.media.type.multipart.byteranges" href="#internet.media.type.multipart.byteranges">Internet Media Type multipart/byteranges</a></h1>1016 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a id="internet.media.type.multipart.byteranges" href="#internet.media.type.multipart.byteranges">Internet Media Type multipart/byteranges</a></h1> 998 1017 <p id="rfc.section.A.p.1">When an HTTP 206 (Partial Content) response message includes the content of multiple ranges (a response to a request for multiple 999 1018 non-overlapping ranges), these are transmitted as a multipart message-body (<a href="#RFC2046" id="rfc.xref.RFC2046.1"><cite title="Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types">[RFC2046]</cite></a>, <a href="http://tools.ietf.org/html/rfc2046#section-5.1">Section 5.1</a>). The media type for this purpose is called "multipart/byteranges". The following is to be registered with IANA <a href="#RFC4288" id="rfc.xref.RFC4288.1"><cite title="Media Type Specifications and Registration Procedures">[RFC4288]</cite></a>. … … 1217 1236 <div class="print2col"> 1218 1237 <ul class="ind"> 1219 <li class="indline0"><a id="rfc.index.2" href="#rfc.index.2"><b>2</b></a><ul class="ind">1220 <li class="indline1">206 Partial Content (status code) <a class="iref" href="#rfc.iref.3"><b>3.1</b></a>, <a class="iref" href="#rfc.xref.status.206.1">B.1</a>, <a class="iref"href="#rfc.xref.status.206.2">B.2</a></li>1238 <li><a id="rfc.index.2" href="#rfc.index.2"><b>2</b></a><ul> 1239 <li>206 Partial Content (status code) <a href="#rfc.iref.3"><b>3.1</b></a>, <a href="#rfc.xref.status.206.1">B.1</a>, <a href="#rfc.xref.status.206.2">B.2</a></li> 1221 1240 </ul> 1222 1241 </li> 1223 <li class="indline0"><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul class="ind">1224 <li class="indline1">416 Requested Range Not Satisfiable (status code) <a class="iref" href="#rfc.iref.4"><b>3.2</b></a>, <a class="iref" href="#rfc.xref.status.416.1">5.2</a>, <a class="iref"href="#rfc.xref.status.416.2">B.1</a></li>1242 <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul> 1243 <li>416 Requested Range Not Satisfiable (status code) <a href="#rfc.iref.4"><b>3.2</b></a>, <a href="#rfc.xref.status.416.1">5.2</a>, <a href="#rfc.xref.status.416.2">B.1</a></li> 1225 1244 </ul> 1226 1245 </li> 1227 <li class="indline0"><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul class="ind">1228 <li class="indline1">Accept-Ranges header <a class="iref" href="#rfc.iref.a.1"><b>5.1</b></a>, <a class="iref"href="#rfc.xref.header.accept-ranges.1">6.1</a></li>1246 <li><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul> 1247 <li>Accept-Ranges header <a href="#rfc.iref.a.1"><b>5.1</b></a>, <a href="#rfc.xref.header.accept-ranges.1">6.1</a></li> 1229 1248 </ul> 1230 1249 </li> 1231 <li class="indline0"><a id="rfc.index.C" href="#rfc.index.C"><b>C</b></a><ul class="ind">1232 <li class="indline1">Content-Range header <a class="iref" href="#rfc.xref.header.content-range.1">2</a>, <a class="iref" href="#rfc.xref.header.content-range.2">3.1</a>, <a class="iref" href="#rfc.xref.header.content-range.3">3.2</a>, <a class="iref" href="#rfc.iref.c.1"><b>5.2</b></a>, <a class="iref" href="#rfc.xref.header.content-range.4">6.1</a>, <a class="iref" href="#rfc.xref.header.content-range.5">B.1</a>, <a class="iref" href="#rfc.xref.header.content-range.6">B.1</a>, <a class="iref"href="#rfc.xref.header.content-range.7">B.1</a></li>1250 <li><a id="rfc.index.C" href="#rfc.index.C"><b>C</b></a><ul> 1251 <li>Content-Range header <a href="#rfc.xref.header.content-range.1">2</a>, <a href="#rfc.xref.header.content-range.2">3.1</a>, <a href="#rfc.xref.header.content-range.3">3.2</a>, <a href="#rfc.iref.c.1"><b>5.2</b></a>, <a href="#rfc.xref.header.content-range.4">6.1</a>, <a href="#rfc.xref.header.content-range.5">B.1</a>, <a href="#rfc.xref.header.content-range.6">B.1</a>, <a href="#rfc.xref.header.content-range.7">B.1</a></li> 1233 1252 </ul> 1234 1253 </li> 1235 <li class="indline0"><a id="rfc.index.G" href="#rfc.index.G"><b>G</b></a><ul class="ind">1236 <li class="indline1"><tt>Grammar</tt> 1237 <ul class="ind">1238 <li class="indline1"><tt>Accept-Ranges</tt> <a class="iref"href="#rfc.iref.g.4"><b>5.1</b></a></li>1239 <li class="indline1"><tt>Accept-Ranges-v</tt> <a class="iref"href="#rfc.iref.g.5"><b>5.1</b></a></li>1240 <li class="indline1"><tt>acceptable-ranges</tt> <a class="iref"href="#rfc.iref.g.6"><b>5.1</b></a></li>1241 <li class="indline1"><tt>byte-content-range-spec</tt> <a class="iref"href="#rfc.iref.g.10"><b>5.2</b></a></li>1242 <li class="indline1"><tt>byte-range-resp-spec</tt> <a class="iref"href="#rfc.iref.g.11"><b>5.2</b></a></li>1243 <li class="indline1"><tt>byte-range-set</tt> <a class="iref"href="#rfc.iref.g.17"><b>5.4.1</b></a></li>1244 <li class="indline1"><tt>byte-range-spec</tt> <a class="iref"href="#rfc.iref.g.18"><b>5.4.1</b></a></li>1245 <li class="indline1"><tt>byte-ranges-specifier</tt> <a class="iref"href="#rfc.iref.g.16"><b>5.4.1</b></a></li>1246 <li class="indline1"><tt>bytes-unit</tt> <a class="iref"href="#rfc.iref.g.2"><b>2</b></a></li>1247 <li class="indline1"><tt>Content-Range</tt> <a class="iref"href="#rfc.iref.g.7"><b>5.2</b></a></li>1248 <li class="indline1"><tt>content-range-spec</tt> <a class="iref"href="#rfc.iref.g.9"><b>5.2</b></a></li>1249 <li class="indline1"><tt>Content-Range-v</tt> <a class="iref"href="#rfc.iref.g.8"><b>5.2</b></a></li>1250 <li class="indline1"><tt>first-byte-pos</tt> <a class="iref"href="#rfc.iref.g.19"><b>5.4.1</b></a></li>1251 <li class="indline1"><tt>If-Range</tt> <a class="iref"href="#rfc.iref.g.13"><b>5.3</b></a></li>1252 <li class="indline1"><tt>If-Range-v</tt> <a class="iref"href="#rfc.iref.g.14"><b>5.3</b></a></li>1253 <li class="indline1"><tt>instance-length</tt> <a class="iref"href="#rfc.iref.g.12"><b>5.2</b></a></li>1254 <li class="indline1"><tt>last-byte-pos</tt> <a class="iref"href="#rfc.iref.g.20"><b>5.4.1</b></a></li>1255 <li class="indline1"><tt>other-range-unit</tt> <a class="iref"href="#rfc.iref.g.3"><b>2</b></a></li>1256 <li class="indline1"><tt>Range</tt> <a class="iref"href="#rfc.iref.g.23"><b>5.4.2</b></a></li>1257 <li class="indline1"><tt>range-unit</tt> <a class="iref"href="#rfc.iref.g.1"><b>2</b></a></li>1258 <li class="indline1"><tt>ranges-specifier</tt> <a class="iref"href="#rfc.iref.g.15"><b>5.4.1</b></a></li>1259 <li class="indline1"><tt>suffix-byte-range-spec</tt> <a class="iref"href="#rfc.iref.g.21"><b>5.4.1</b></a></li>1260 <li class="indline1"><tt>suffix-length</tt> <a class="iref"href="#rfc.iref.g.22"><b>5.4.1</b></a></li>1254 <li><a id="rfc.index.G" href="#rfc.index.G"><b>G</b></a><ul> 1255 <li><tt>Grammar</tt> 1256 <ul> 1257 <li><tt>Accept-Ranges</tt> <a href="#rfc.iref.g.4"><b>5.1</b></a></li> 1258 <li><tt>Accept-Ranges-v</tt> <a href="#rfc.iref.g.5"><b>5.1</b></a></li> 1259 <li><tt>acceptable-ranges</tt> <a href="#rfc.iref.g.6"><b>5.1</b></a></li> 1260 <li><tt>byte-content-range-spec</tt> <a href="#rfc.iref.g.10"><b>5.2</b></a></li> 1261 <li><tt>byte-range-resp-spec</tt> <a href="#rfc.iref.g.11"><b>5.2</b></a></li> 1262 <li><tt>byte-range-set</tt> <a href="#rfc.iref.g.17"><b>5.4.1</b></a></li> 1263 <li><tt>byte-range-spec</tt> <a href="#rfc.iref.g.18"><b>5.4.1</b></a></li> 1264 <li><tt>byte-ranges-specifier</tt> <a href="#rfc.iref.g.16"><b>5.4.1</b></a></li> 1265 <li><tt>bytes-unit</tt> <a href="#rfc.iref.g.2"><b>2</b></a></li> 1266 <li><tt>Content-Range</tt> <a href="#rfc.iref.g.7"><b>5.2</b></a></li> 1267 <li><tt>content-range-spec</tt> <a href="#rfc.iref.g.9"><b>5.2</b></a></li> 1268 <li><tt>Content-Range-v</tt> <a href="#rfc.iref.g.8"><b>5.2</b></a></li> 1269 <li><tt>first-byte-pos</tt> <a href="#rfc.iref.g.19"><b>5.4.1</b></a></li> 1270 <li><tt>If-Range</tt> <a href="#rfc.iref.g.13"><b>5.3</b></a></li> 1271 <li><tt>If-Range-v</tt> <a href="#rfc.iref.g.14"><b>5.3</b></a></li> 1272 <li><tt>instance-length</tt> <a href="#rfc.iref.g.12"><b>5.2</b></a></li> 1273 <li><tt>last-byte-pos</tt> <a href="#rfc.iref.g.20"><b>5.4.1</b></a></li> 1274 <li><tt>other-range-unit</tt> <a href="#rfc.iref.g.3"><b>2</b></a></li> 1275 <li><tt>Range</tt> <a href="#rfc.iref.g.23"><b>5.4.2</b></a></li> 1276 <li><tt>range-unit</tt> <a href="#rfc.iref.g.1"><b>2</b></a></li> 1277 <li><tt>ranges-specifier</tt> <a href="#rfc.iref.g.15"><b>5.4.1</b></a></li> 1278 <li><tt>suffix-byte-range-spec</tt> <a href="#rfc.iref.g.21"><b>5.4.1</b></a></li> 1279 <li><tt>suffix-length</tt> <a href="#rfc.iref.g.22"><b>5.4.1</b></a></li> 1261 1280 </ul> 1262 1281 </li> 1263 1282 </ul> 1264 1283 </li> 1265 <li class="indline0"><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul class="ind">1266 <li class="indline1">Headers 1267 <ul class="ind">1268 <li class="indline1">Accept-Ranges <a class="iref" href="#rfc.iref.h.1"><b>5.1</b></a>, <a class="iref"href="#rfc.xref.header.accept-ranges.1">6.1</a></li>1269 <li class="indline1">Content-Range <a class="iref" href="#rfc.xref.header.content-range.1">2</a>, <a class="iref" href="#rfc.xref.header.content-range.2">3.1</a>, <a class="iref" href="#rfc.xref.header.content-range.3">3.2</a>, <a class="iref" href="#rfc.iref.h.2"><b>5.2</b></a>, <a class="iref" href="#rfc.xref.header.content-range.4">6.1</a>, <a class="iref" href="#rfc.xref.header.content-range.5">B.1</a>, <a class="iref" href="#rfc.xref.header.content-range.6">B.1</a>, <a class="iref"href="#rfc.xref.header.content-range.7">B.1</a></li>1270 <li class="indline1">If-Range <a class="iref" href="#rfc.xref.header.if-range.1">3.1</a>, <a class="iref" href="#rfc.iref.h.3"><b>5.3</b></a>, <a class="iref" href="#rfc.xref.header.if-range.2">5.4.2</a>, <a class="iref" href="#rfc.xref.header.if-range.3">6.1</a>, <a class="iref"href="#rfc.xref.header.if-range.4">B.1</a></li>1271 <li class="indline1">Range <a class="iref" href="#rfc.xref.header.range.1">2</a>, <a class="iref" href="#rfc.xref.header.range.2">2</a>, <a class="iref" href="#rfc.xref.header.range.3">3.1</a>, <a class="iref" href="#rfc.xref.header.range.4">3.2</a>, <a class="iref" href="#rfc.iref.h.4"><b>5.4</b></a>, <a class="iref"href="#rfc.xref.header.range.5">6.1</a></li>1284 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul> 1285 <li>Headers 1286 <ul> 1287 <li>Accept-Ranges <a href="#rfc.iref.h.1"><b>5.1</b></a>, <a href="#rfc.xref.header.accept-ranges.1">6.1</a></li> 1288 <li>Content-Range <a href="#rfc.xref.header.content-range.1">2</a>, <a href="#rfc.xref.header.content-range.2">3.1</a>, <a href="#rfc.xref.header.content-range.3">3.2</a>, <a href="#rfc.iref.h.2"><b>5.2</b></a>, <a href="#rfc.xref.header.content-range.4">6.1</a>, <a href="#rfc.xref.header.content-range.5">B.1</a>, <a href="#rfc.xref.header.content-range.6">B.1</a>, <a href="#rfc.xref.header.content-range.7">B.1</a></li> 1289 <li>If-Range <a href="#rfc.xref.header.if-range.1">3.1</a>, <a href="#rfc.iref.h.3"><b>5.3</b></a>, <a href="#rfc.xref.header.if-range.2">5.4.2</a>, <a href="#rfc.xref.header.if-range.3">6.1</a>, <a href="#rfc.xref.header.if-range.4">B.1</a></li> 1290 <li>Range <a href="#rfc.xref.header.range.1">2</a>, <a href="#rfc.xref.header.range.2">2</a>, <a href="#rfc.xref.header.range.3">3.1</a>, <a href="#rfc.xref.header.range.4">3.2</a>, <a href="#rfc.iref.h.4"><b>5.4</b></a>, <a href="#rfc.xref.header.range.5">6.1</a></li> 1272 1291 </ul> 1273 1292 </li> 1274 1293 </ul> 1275 1294 </li> 1276 <li class="indline0"><a id="rfc.index.I" href="#rfc.index.I"><b>I</b></a><ul class="ind">1277 <li class="indline1">If-Range header <a class="iref" href="#rfc.xref.header.if-range.1">3.1</a>, <a class="iref" href="#rfc.iref.i.1"><b>5.3</b></a>, <a class="iref" href="#rfc.xref.header.if-range.2">5.4.2</a>, <a class="iref" href="#rfc.xref.header.if-range.3">6.1</a>, <a class="iref"href="#rfc.xref.header.if-range.4">B.1</a></li>1295 <li><a id="rfc.index.I" href="#rfc.index.I"><b>I</b></a><ul> 1296 <li>If-Range header <a href="#rfc.xref.header.if-range.1">3.1</a>, <a href="#rfc.iref.i.1"><b>5.3</b></a>, <a href="#rfc.xref.header.if-range.2">5.4.2</a>, <a href="#rfc.xref.header.if-range.3">6.1</a>, <a href="#rfc.xref.header.if-range.4">B.1</a></li> 1278 1297 </ul> 1279 1298 </li> 1280 <li class="indline0"><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul class="ind">1281 <li class="indline1">Media Type 1282 <ul class="ind">1283 <li class="indline1">multipart/byteranges <a class="iref"href="#rfc.iref.m.1"><b>A</b></a></li>1284 <li class="indline1">multipart/x-byteranges <a class="iref"href="#rfc.iref.m.4">A</a></li>1299 <li><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul> 1300 <li>Media Type 1301 <ul> 1302 <li>multipart/byteranges <a href="#rfc.iref.m.1"><b>A</b></a></li> 1303 <li>multipart/x-byteranges <a href="#rfc.iref.m.4">A</a></li> 1285 1304 </ul> 1286 1305 </li> 1287 <li class="indline1">multipart/byteranges Media Type <a class="iref"href="#rfc.iref.m.2"><b>A</b></a></li>1288 <li class="indline1">multipart/x-byteranges Media Type <a class="iref"href="#rfc.iref.m.3">A</a></li>1306 <li>multipart/byteranges Media Type <a href="#rfc.iref.m.2"><b>A</b></a></li> 1307 <li>multipart/x-byteranges Media Type <a href="#rfc.iref.m.3">A</a></li> 1289 1308 </ul> 1290 1309 </li> 1291 <li class="indline0"><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul class="ind">1292 <li class="indline1"><em>Part1</em> <a class="iref" href="#rfc.xref.Part1.1">1.2</a>, <a class="iref" href="#rfc.xref.Part1.2">1.2.1</a>, <a class="iref" href="#rfc.xref.Part1.3">1.2.1</a>, <a class="iref" href="#rfc.xref.Part1.4">1.2.1</a>, <a class="iref" href="#rfc.xref.Part1.5">1.2.2</a>, <a class="iref" href="#rfc.xref.Part1.6">7</a>, <a class="iref" href="#Part1"><b>9.1</b></a>, <a class="iref" href="#rfc.xref.Part1.7">B.1</a><ul class="ind">1293 <li class="indline1"><em>Section 1.2</em> <a class="iref"href="#rfc.xref.Part1.1">1.2</a></li>1294 <li class="indline1"><em>Section 1.2.2</em> <a class="iref" href="#rfc.xref.Part1.2">1.2.1</a>, <a class="iref" href="#rfc.xref.Part1.3">1.2.1</a>, <a class="iref"href="#rfc.xref.Part1.4">1.2.1</a></li>1295 <li class="indline1"><em>Section 3.2.1</em> <a class="iref"href="#rfc.xref.Part1.5">1.2.2</a></li>1310 <li><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul> 1311 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1.2</a>, <a href="#rfc.xref.Part1.2">1.2.1</a>, <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a>, <a href="#rfc.xref.Part1.5">1.2.2</a>, <a href="#rfc.xref.Part1.6">7</a>, <a href="#Part1"><b>9.1</b></a>, <a href="#rfc.xref.Part1.7">B.1</a><ul> 1312 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.1">1.2</a></li> 1313 <li><em>Section 1.2.2</em> <a href="#rfc.xref.Part1.2">1.2.1</a>, <a href="#rfc.xref.Part1.3">1.2.1</a>, <a href="#rfc.xref.Part1.4">1.2.1</a></li> 1314 <li><em>Section 3.2.1</em> <a href="#rfc.xref.Part1.5">1.2.2</a></li> 1296 1315 </ul> 1297 1316 </li> 1298 <li class="indline1"><em>Part3</em> <a class="iref" href="#Part3"><b>9.1</b></a>, <a class="iref"href="#rfc.xref.Part3.1">B.1</a></li>1299 <li class="indline1"><em>Part4</em> <a class="iref" href="#rfc.xref.Part4.1">1.2.2</a>, <a class="iref" href="#rfc.xref.Part4.2">4</a>, <a class="iref" href="#Part4"><b>9.1</b></a><ul class="ind">1300 <li class="indline1"><em>Section 2</em> <a class="iref"href="#rfc.xref.Part4.1">1.2.2</a></li>1301 <li class="indline1"><em>Section 4</em> <a class="iref"href="#rfc.xref.Part4.2">4</a></li>1317 <li><em>Part3</em> <a href="#Part3"><b>9.1</b></a>, <a href="#rfc.xref.Part3.1">B.1</a></li> 1318 <li><em>Part4</em> <a href="#rfc.xref.Part4.1">1.2.2</a>, <a href="#rfc.xref.Part4.2">4</a>, <a href="#Part4"><b>9.1</b></a><ul> 1319 <li><em>Section 2</em> <a href="#rfc.xref.Part4.1">1.2.2</a></li> 1320 <li><em>Section 4</em> <a href="#rfc.xref.Part4.2">4</a></li> 1302 1321 </ul> 1303 1322 </li> 1304 <li class="indline1"><em>Part6</em> <a class="iref" href="#Part6"><b>9.1</b></a>, <a class="iref"href="#rfc.xref.Part6.1">B.1</a></li>1323 <li><em>Part6</em> <a href="#Part6"><b>9.1</b></a>, <a href="#rfc.xref.Part6.1">B.1</a></li> 1305 1324 </ul> 1306 1325 </li> 1307 <li class="indline0"><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul class="ind">1308 <li class="indline1">Range header <a class="iref" href="#rfc.xref.header.range.1">2</a>, <a class="iref" href="#rfc.xref.header.range.2">2</a>, <a class="iref" href="#rfc.xref.header.range.3">3.1</a>, <a class="iref" href="#rfc.xref.header.range.4">3.2</a>, <a class="iref" href="#rfc.iref.r.1"><b>5.4</b></a>, <a class="iref"href="#rfc.xref.header.range.5">6.1</a></li>1309 <li class="indline1"><em>RFC2046</em> <a class="iref" href="#RFC2046"><b>9.1</b></a>, <a class="iref" href="#rfc.xref.RFC2046.1">A</a>, <a class="iref" href="#rfc.xref.RFC2046.2">A</a><ul class="ind">1310 <li class="indline1"><em>Section 5.1</em> <a class="iref"href="#rfc.xref.RFC2046.1">A</a></li>1326 <li><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul> 1327 <li>Range header <a href="#rfc.xref.header.range.1">2</a>, <a href="#rfc.xref.header.range.2">2</a>, <a href="#rfc.xref.header.range.3">3.1</a>, <a href="#rfc.xref.header.range.4">3.2</a>, <a href="#rfc.iref.r.1"><b>5.4</b></a>, <a href="#rfc.xref.header.range.5">6.1</a></li> 1328 <li><em>RFC2046</em> <a href="#RFC2046"><b>9.1</b></a>, <a href="#rfc.xref.RFC2046.1">A</a>, <a href="#rfc.xref.RFC2046.2">A</a><ul> 1329 <li><em>Section 5.1</em> <a href="#rfc.xref.RFC2046.1">A</a></li> 1311 1330 </ul> 1312 1331 </li> 1313 <li class="indline1"><em>RFC2119</em> <a class="iref" href="#rfc.xref.RFC2119.1">1.1</a>, <a class="iref"href="#RFC2119"><b>9.1</b></a></li>1314 <li class="indline1"><em>RFC2616</em> <a class="iref" href="#RFC2616"><b>9.2</b></a>, <a class="iref"href="#rfc.xref.RFC2616.1">D.1</a></li>1315 <li class="indline1"><em>RFC3864</em> <a class="iref" href="#rfc.xref.RFC3864.1">6.1</a>, <a class="iref"href="#RFC3864"><b>9.2</b></a></li>1316 <li class="indline1"><em>RFC4288</em> <a class="iref" href="#RFC4288"><b>9.2</b></a>, <a class="iref"href="#rfc.xref.RFC4288.1">A</a></li>1317 <li class="indline1"><em>RFC5234</em> <a class="iref" href="#rfc.xref.RFC5234.1">1.2</a>, <a class="iref" href="#rfc.xref.RFC5234.2">1.2</a>, <a class="iref" href="#RFC5234"><b>9.1</b></a><ul class="ind">1318 <li class="indline1"><em>Appendix B.1</em> <a class="iref"href="#rfc.xref.RFC5234.2">1.2</a></li>1332 <li><em>RFC2119</em> <a href="#rfc.xref.RFC2119.1">1.1</a>, <a href="#RFC2119"><b>9.1</b></a></li> 1333 <li><em>RFC2616</em> <a href="#RFC2616"><b>9.2</b></a>, <a href="#rfc.xref.RFC2616.1">D.1</a></li> 1334 <li><em>RFC3864</em> <a href="#rfc.xref.RFC3864.1">6.1</a>, <a href="#RFC3864"><b>9.2</b></a></li> 1335 <li><em>RFC4288</em> <a href="#RFC4288"><b>9.2</b></a>, <a href="#rfc.xref.RFC4288.1">A</a></li> 1336 <li><em>RFC5234</em> <a href="#rfc.xref.RFC5234.1">1.2</a>, <a href="#rfc.xref.RFC5234.2">1.2</a>, <a href="#RFC5234"><b>9.1</b></a><ul> 1337 <li><em>Appendix B.1</em> <a href="#rfc.xref.RFC5234.2">1.2</a></li> 1319 1338 </ul> 1320 1339 </li> 1321 1340 </ul> 1322 1341 </li> 1323 <li class="indline0"><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul class="ind">1324 <li class="indline1">Status Codes 1325 <ul class="ind">1326 <li class="indline1">206 Partial Content <a class="iref" href="#rfc.iref.s.1"><b>3.1</b></a>, <a class="iref" href="#rfc.xref.status.206.1">B.1</a>, <a class="iref"href="#rfc.xref.status.206.2">B.2</a></li>1327 <li class="indline1">416 Requested Range Not Satisfiable <a class="iref" href="#rfc.iref.s.2"><b>3.2</b></a>, <a class="iref" href="#rfc.xref.status.416.1">5.2</a>, <a class="iref"href="#rfc.xref.status.416.2">B.1</a></li>1342 <li><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul> 1343 <li>Status Codes 1344 <ul> 1345 <li>206 Partial Content <a href="#rfc.iref.s.1"><b>3.1</b></a>, <a href="#rfc.xref.status.206.1">B.1</a>, <a href="#rfc.xref.status.206.2">B.2</a></li> 1346 <li>416 Requested Range Not Satisfiable <a href="#rfc.iref.s.2"><b>3.2</b></a>, <a href="#rfc.xref.status.416.1">5.2</a>, <a href="#rfc.xref.status.416.2">B.1</a></li> 1328 1347 </ul> 1329 1348 </li>
Note: See TracChangeset
for help on using the changeset viewer.