Changeset 2296 for draft-ietf-httpbis/latest
- Timestamp:
- 20/06/13 15:24:50 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r2292 r2296 449 449 } 450 450 @bottom-center { 451 content: "Expires December 14, 2013";451 content: "Expires December 22, 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="2013-06- 12">494 <meta name="dct.issued" scheme="ISO8601" content="2013-06-20"> 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. This document 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: December 14, 2013</td>520 <td class="left">Expires: December 22, 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">June 12, 2013</td>529 <td class="right">June 20, 2013</td> 530 530 </tr> 531 531 </tbody> … … 552 552 in progress”. 553 553 </p> 554 <p>This Internet-Draft will expire on December 14, 2013.</p>554 <p>This Internet-Draft will expire on December 22, 2013.</p> 555 555 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 556 556 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 662 662 <div id="rfc.figure.u.2"></div><pre class="inline"><span id="rfc.iref.g.4"></span> <a href="#byte.ranges" class="smpl">bytes-unit</a> = "bytes" 663 663 </pre><div id="rule.ranges-specifier"> 664 <p id="rfc.section.2.1.p.3"> A byte range operation <em class="bcp14">MAY</em> specify a single range of bytes, or a set of ranges within a single representation. 665 </p> 664 <p id="rfc.section.2.1.p.3"> A byte range request can specify a single range of bytes, or a set of ranges within a single representation.</p> 666 665 </div> 667 666 <div id="rfc.figure.u.3"></div><pre class="inline"><span id="rfc.iref.g.5"></span><span id="rfc.iref.g.6"></span><span id="rfc.iref.g.7"></span><span id="rfc.iref.g.8"></span><span id="rfc.iref.g.9"></span><span id="rfc.iref.g.10"></span> <a href="#rule.ranges-specifier" class="smpl">byte-ranges-specifier</a> = <a href="#byte.ranges" class="smpl">bytes-unit</a> "=" <a href="#rule.ranges-specifier" class="smpl">byte-range-set</a> … … 1349 1348 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/438">http://tools.ietf.org/wg/httpbis/trac/ticket/438</a>>: "media type registration template issues" 1350 1349 </li> 1350 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/462">http://tools.ietf.org/wg/httpbis/trac/ticket/462</a>>: "Editorial suggestions" 1351 </li> 1351 1352 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/485">http://tools.ietf.org/wg/httpbis/trac/ticket/485</a>>: "MUSTs and other feedback" 1353 </li> 1354 </ul> 1355 <p id="rfc.section.E.4.p.2">Partly resolved issues: </p> 1356 <ul> 1357 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/462">http://tools.ietf.org/wg/httpbis/trac/ticket/462</a>>: "Editorial suggestions" 1352 1358 </li> 1353 1359 </ul> -
draft-ietf-httpbis/latest/p5-range.xml
r2292 r2296 217 217 <x:anchor-alias value="suffix-byte-range-spec"/> 218 218 <x:anchor-alias value="suffix-length"/> 219 A byte range operation &MAY;specify a single range of bytes, or a set219 A byte range request can specify a single range of bytes, or a set 220 220 of ranges within a single representation. 221 221 </t> … … 1573 1573 </t> 1574 1574 <t> 1575 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/462"/>: 1576 "Editorial suggestions" 1577 </t> 1578 <t> 1575 1579 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/485"/>: 1576 1580 "MUSTs and other feedback" … … 1578 1582 </list> 1579 1583 </t> 1584 <t> 1585 Partly resolved issues: 1586 <list style="symbols"> 1587 <t> 1588 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/462"/>: 1589 "Editorial suggestions" 1590 </t> 1591 </list> 1592 </t> 1580 1593 </section> 1581 1594 </section>
Note: See TracChangeset
for help on using the changeset viewer.