Changeset 1748
- Timestamp:
- 09/07/12 16:31:29 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r1741 r1748 449 449 } 450 450 @bottom-center { 451 content: "Expires January 9, 2013";451 content: "Expires January 10, 2013"; 452 452 } 453 453 @bottom-right { … … 492 492 <meta name="dct.creator" content="Reschke, J. F."> 493 493 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 494 <meta name="dct.issued" scheme="ISO8601" content="2012-07-0 8">494 <meta name="dct.issued" scheme="ISO8601" content="2012-07-09"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 496 496 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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 requests and the rules for constructing and combining responses to those requests."> … … 518 518 </tr> 519 519 <tr> 520 <td class="left">Expires: January 9, 2013</td>520 <td class="left">Expires: January 10, 2013</td> 521 521 <td class="right">J. Reschke, Editor</td> 522 522 </tr> … … 527 527 <tr> 528 528 <td class="left"></td> 529 <td class="right">July 8, 2012</td>529 <td class="right">July 9, 2012</td> 530 530 </tr> 531 531 </tbody> … … 555 555 in progress”. 556 556 </p> 557 <p>This Internet-Draft will expire on January 9, 2013.</p>557 <p>This Internet-Draft will expire on January 10, 2013.</p> 558 558 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 559 559 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1085 1085 <td class="left">bytes</td> 1086 1086 <td class="left">a range of octets</td> 1087 <td class="left">(this specification)</td> 1087 <td class="left"><a href="#range.units" title="Range Units">Section 2</a></td> 1088 </tr> 1089 <tr> 1090 <td class="left">none</td> 1091 <td class="left">reserved as keyword, indicating no ranges are supported</td> 1092 <td class="left"><a href="#header.accept-ranges" id="rfc.xref.header.accept-ranges.2" title="Accept-Ranges">Section 5.1</a></td> 1088 1093 </tr> 1089 1094 </tbody> … … 1485 1490 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/361">http://tools.ietf.org/wg/httpbis/trac/ticket/361</a>>: "ABNF requirements for recipients" 1486 1491 </li> 1492 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/367">http://tools.ietf.org/wg/httpbis/trac/ticket/367</a>>: "reserve 'none' as byte range unit" 1493 </li> 1487 1494 </ul> 1488 1495 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> … … 1500 1507 </li> 1501 1508 <li><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul> 1502 <li>Accept-Ranges header field <a href="#rfc.iref.a.1"><b>5.1</b></a>, <a href="#rfc.xref.header.accept-ranges.1">6.2</a> </li>1509 <li>Accept-Ranges header field <a href="#rfc.iref.a.1"><b>5.1</b></a>, <a href="#rfc.xref.header.accept-ranges.1">6.2</a>, <a href="#rfc.xref.header.accept-ranges.2">6.3</a></li> 1503 1510 </ul> 1504 1511 </li> … … 1536 1543 <li>Header Fields 1537 1544 <ul> 1538 <li>Accept-Ranges <a href="#rfc.iref.h.1"><b>5.1</b></a>, <a href="#rfc.xref.header.accept-ranges.1">6.2</a> </li>1545 <li>Accept-Ranges <a href="#rfc.iref.h.1"><b>5.1</b></a>, <a href="#rfc.xref.header.accept-ranges.1">6.2</a>, <a href="#rfc.xref.header.accept-ranges.2">6.3</a></li> 1539 1546 <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.2</a></li> 1540 1547 <li>If-Range <a href="#rfc.xref.header.if-range.1">3.1</a>, <a href="#rfc.xref.header.if-range.2">3.2</a>, <a href="#rfc.iref.h.3"><b>5.3</b></a>, <a href="#rfc.xref.header.if-range.3">5.4.2</a>, <a href="#rfc.xref.header.if-range.4">6.2</a></li> -
draft-ietf-httpbis/latest/p5-range.xml
r1741 r1748 957 957 <c>bytes</c> 958 958 <c>a range of octets</c> 959 <c>(this specification)</c> 959 <c><xref target="range.units"/></c> 960 961 <c>none</c> 962 <c>reserved as keyword, indicating no ranges are supported</c> 963 <c><xref target="header.accept-ranges"/></c> 960 964 </texttable> 961 965 <t> … … 1754 1758 "ABNF requirements for recipients" 1755 1759 </t> 1760 <t> 1761 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/367"/>: 1762 "reserve 'none' as byte range unit" 1763 </t> 1756 1764 </list> 1757 1765 </t>
Note: See TracChangeset
for help on using the changeset viewer.