Changeset 1659
- Timestamp:
- 30/04/12 07:31:42 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.html
r1658 r1659 460 460 } 461 461 @bottom-center { 462 content: "Expires October 29, 2012";462 content: "Expires November 1, 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-04- 27">505 <meta name="dct.issued" scheme="ISO8601" content="2012-04-30"> 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: October 29, 2012</td>531 <td class="left">Expires: November 1, 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">April 27, 2012</td>540 <td class="right">April 30, 2012</td> 541 541 </tr> 542 542 </tbody> … … 566 566 in progress”. 567 567 </p> 568 <p>This Internet-Draft will expire on October 29, 2012.</p>568 <p>This Internet-Draft will expire on November 1, 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> … … 753 753 </li> 754 754 <li>Date</li> 755 <li>Cache-Control, ETag, Expires, Content-Location and/or Vary, and/or Vary, if the header field would have been sent in a 200756 response tothe same request755 <li>Cache-Control, ETag, Expires, Content-Location and/or Vary, if the header field would have been sent in a 200 response to 756 the same request 757 757 </li> 758 758 </ul> -
draft-ietf-httpbis/latest/p5-range.xml
r1658 r1659 333 333 </t> 334 334 <t> 335 Cache-Control, ETag, Expires, Content-Location and/or Vary, 336 and/or Vary, if the header field would have been sent in a 200337 response to thesame request335 Cache-Control, ETag, Expires, Content-Location and/or Vary, if 336 the header field would have been sent in a 200 response to the 337 same request 338 338 </t> 339 339 </list>
Note: See TracChangeset
for help on using the changeset viewer.