Changeset 1663 for draft-ietf-httpbis/latest/p5-range.html
- Timestamp:
- 23/05/12 14:20:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r1661 r1663 460 460 } 461 461 @bottom-center { 462 content: "Expires November 3, 2012";462 content: "Expires November 24, 2012"; 463 463 } 464 464 @bottom-right { … … 503 503 <meta name="dct.creator" content="Reschke, J. F."> 504 504 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 505 <meta name="dct.issued" scheme="ISO8601" content="2012-05- 02">505 <meta name="dct.issued" scheme="ISO8601" content="2012-05-23"> 506 506 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 507 507 <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."> … … 529 529 </tr> 530 530 <tr> 531 <td class="left">Expires: November 3, 2012</td>531 <td class="left">Expires: November 24, 2012</td> 532 532 <td class="right">J. Reschke, Editor</td> 533 533 </tr> … … 538 538 <tr> 539 539 <td class="left"></td> 540 <td class="right">May 2 , 2012</td>540 <td class="right">May 23, 2012</td> 541 541 </tr> 542 542 </tbody> … … 566 566 in progress”. 567 567 </p> 568 <p>This Internet-Draft will expire on November 3, 2012.</p>568 <p>This Internet-Draft will expire on November 24, 2012.</p> 569 569 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 570 570 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1309 1309 <a href="#header.content-range" class="smpl">Content-Range</a> = byte-content-range-spec / other-content-range-spec 1310 1310 1311 <a href="#core.rules" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 6.1>1311 <a href="#core.rules" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 5.1> 1312 1312 1313 1313 <a href="#header.if-range" class="smpl">If-Range</a> = entity-tag / HTTP-date … … 1323 1323 instance-length / "*" ) 1324 1324 <a href="#header.content-range" class="smpl">byte-range-resp-spec</a> = ( first-byte-pos "-" last-byte-pos ) / "*" 1325 <a href="#rule.ranges-specifier" class="smpl">byte-range-set</a> = ( *( "," OWS ) byte-range-spec ) / (1326 suffix-byte-range-spec *( OWS "," [ ( OWS byte-range-spec )/1327 suffix-byte-range-spec ] ))1325 <a href="#rule.ranges-specifier" class="smpl">byte-range-set</a> = *( "," OWS ) ( byte-range-spec / 1326 suffix-byte-range-spec ) *( OWS "," [ OWS ( byte-range-spec / 1327 suffix-byte-range-spec ) ] ) 1328 1328 <a href="#rule.ranges-specifier" class="smpl">byte-range-spec</a> = first-byte-pos "-" [ last-byte-pos ] 1329 1329 <a href="#rule.ranges-specifier" class="smpl">byte-ranges-specifier</a> = bytes-unit "=" byte-range-set … … 1501 1501 </ul> 1502 1502 <h2 id="rfc.section.D.21"><a href="#rfc.section.D.21">D.21</a> <a id="changes.since.19" href="#changes.since.19">Since draft-ietf-httpbis-p5-range-19</a></h2> 1503 <p id="rfc.section.D.21.p.1">None yet.</p> 1503 <p id="rfc.section.D.21.p.1">Closed issues: </p> 1504 <ul> 1505 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/358">http://tools.ietf.org/wg/httpbis/trac/ticket/358</a>>: "ABNF list expansion code problem" 1506 </li> 1507 </ul> 1504 1508 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1505 1509 <p class="noprint"><a href="#rfc.index.2">2</a> <a href="#rfc.index.4">4</a> <a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.G">G</a> <a href="#rfc.index.H">H</a> <a href="#rfc.index.I">I</a> <a href="#rfc.index.M">M</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a>
Note: See TracChangeset
for help on using the changeset viewer.