Changeset 838 for draft-ietf-httpbis/latest/p5-range.html
- Timestamp:
- 08/07/10 13:24:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r832 r838 400 400 <meta name="dct.creator" content="Reschke, J. F."> 401 401 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 402 <meta name="dct.issued" scheme="ISO8601" content="2010-07-0 1">402 <meta name="dct.issued" scheme="ISO8601" content="2010-07-08"> 403 403 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 404 404 <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."> … … 426 426 </tr> 427 427 <tr> 428 <td class="left">Expires: January 2, 2011</td>428 <td class="left">Expires: January 9, 2011</td> 429 429 <td class="right">J. Mogul</td> 430 430 </tr> … … 483 483 <tr> 484 484 <td class="left"></td> 485 <td class="right">July 1, 2010</td>485 <td class="right">July 8, 2010</td> 486 486 </tr> 487 487 </tbody> … … 509 509 in progress”. 510 510 </p> 511 <p>This Internet-Draft will expire in January 2, 2011.</p>511 <p>This Internet-Draft will expire in January 9, 2011.</p> 512 512 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 513 513 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 537 537 </li> 538 538 <li class="tocline0">2. <a href="#range.units">Range Units</a></li> 539 <li class="tocline0">3. <a href="# rfc.section.3">Status Code Definitions</a><ul class="toc">539 <li class="tocline0">3. <a href="#status.code.definitions">Status Code Definitions</a><ul class="toc"> 540 540 <li class="tocline1">3.1 <a href="#status.206">206 Partial Content</a></li> 541 541 <li class="tocline1">3.2 <a href="#status.416">416 Requested Range Not Satisfiable</a></li> … … 639 639 <p id="rfc.section.2.p.4">If a range unit is not understood in a request, a server <em class="bcp14">MUST</em> ignore the whole Range header (<a href="#header.range" id="rfc.xref.header.range.2" title="Range">Section 5.4</a>). If a range unit is not understood in a response, an intermediary <em class="bcp14">SHOULD</em> pass the response to the client; a client <em class="bcp14">MUST</em> fail. 640 640 </p> 641 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> Status Code Definitions 642 </h1> 641 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="status.code.definitions" href="#status.code.definitions">Status Code Definitions</a></h1> 643 642 <div id="rfc.iref.3"></div> 644 643 <div id="rfc.iref.s.1"></div>
Note: See TracChangeset
for help on using the changeset viewer.