Changeset 1274 for draft-ietf-httpbis/latest
- Timestamp:
- 28/04/11 06:14:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1271 r1274 362 362 } 363 363 @bottom-center { 364 content: "Expires October 20, 2011";364 content: "Expires October 30, 2011"; 365 365 } 366 366 @bottom-right { … … 408 408 <meta name="dct.creator" content="Reschke, J. F."> 409 409 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 410 <meta name="dct.issued" scheme="ISO8601" content="2011-04- 18">410 <meta name="dct.issued" scheme="ISO8601" content="2011-04-28"> 411 411 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 412 412 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document is Part 6 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 434 434 </tr> 435 435 <tr> 436 <td class="left">Expires: October 20, 2011</td>436 <td class="left">Expires: October 30, 2011</td> 437 437 <td class="right">J. Mogul</td> 438 438 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">April 18, 2011</td>497 <td class="right">April 28, 2011</td> 498 498 </tr> 499 499 </tbody> … … 523 523 in progress”. 524 524 </p> 525 <p>This Internet-Draft will expire on October 20, 2011.</p>525 <p>This Internet-Draft will expire on October 30, 2011.</p> 526 526 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 527 527 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1112 1112 </p> 1113 1113 <ul class="empty"> 1114 <li>The max-age request directive indicates that the client is willing to accept a response whose age is nogreater than the specified1115 time inseconds. Unless the max-stale request directive is also present, the client is not willing to accept a stale response.1114 <li>The max-age request directive indicates that the client is unwilling to accept a response whose age is greater than the specified 1115 number of seconds. Unless the max-stale request directive is also present, the client is not willing to accept a stale response. 1116 1116 </li> 1117 1117 </ul>
Note: See TracChangeset
for help on using the changeset viewer.