Changeset 1129 for draft-ietf-httpbis
- Timestamp:
- 21/02/11 06:41:13 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1120 r1129 356 356 } 357 357 @bottom-center { 358 content: "Expires August 2 1, 2011";358 content: "Expires August 25, 2011"; 359 359 } 360 360 @bottom-right { … … 402 402 <meta name="dct.creator" content="Reschke, J. F."> 403 403 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 404 <meta name="dct.issued" scheme="ISO8601" content="2011-02- 17">404 <meta name="dct.issued" scheme="ISO8601" content="2011-02-21"> 405 405 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 406 406 <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."> … … 428 428 </tr> 429 429 <tr> 430 <td class="left">Expires: August 2 1, 2011</td>430 <td class="left">Expires: August 25, 2011</td> 431 431 <td class="right">J. Mogul</td> 432 432 </tr> … … 489 489 <tr> 490 490 <td class="left"></td> 491 <td class="right">February 17, 2011</td>491 <td class="right">February 21, 2011</td> 492 492 </tr> 493 493 </tbody> … … 515 515 in progress”. 516 516 </p> 517 <p>This Internet-Draft will expire on August 2 1, 2011.</p>517 <p>This Internet-Draft will expire on August 25, 2011.</p> 518 518 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 519 519 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1154 1154 </p> 1155 1155 <ul class="empty"> 1156 <li>The public response directive indicates that a cache <em class="bcp14">MAY</em> store the response, even if it would normally be non-cacheable or cacheable only within a private cache. (See also Authorization, <a href="p7-auth.html#header.authorization" title="Authorization">Section 4.1</a> of <a href="#Part7" id="rfc.xref.Part7.3"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a>, for additional details.)1156 <li>The public response directive indicates that a response whose associated request contains an 'Authentication' header <em class="bcp14">MAY</em> be stored (see <a href="#caching.authenticated.responses" title="Shared Caching of Authenticated Responses">Section 2.6</a>). 1157 1157 </li> 1158 1158 </ul> … … 2097 2097 </ul> 2098 2098 </li> 2099 <li><em>Part7</em> <a href="#rfc.xref.Part7.1">2.1</a>, <a href="#rfc.xref.Part7.2">2.6</a>, <a href="# rfc.xref.Part7.3">3.2.2</a>, <a href="#Part7"><b>8.1</b></a><ul>2100 <li><em>Section 4.1</em> <a href="#rfc.xref.Part7.1">2.1</a>, <a href="#rfc.xref.Part7.2">2.6</a> , <a href="#rfc.xref.Part7.3">3.2.2</a></li>2099 <li><em>Part7</em> <a href="#rfc.xref.Part7.1">2.1</a>, <a href="#rfc.xref.Part7.2">2.6</a>, <a href="#Part7"><b>8.1</b></a><ul> 2100 <li><em>Section 4.1</em> <a href="#rfc.xref.Part7.1">2.1</a>, <a href="#rfc.xref.Part7.2">2.6</a></li> 2101 2101 </ul> 2102 2102 </li> -
draft-ietf-httpbis/latest/p6-cache.xml
r1120 r1129 1251 1251 <iref item="public" primary="true" subitem="Cache Directive" /> 1252 1252 <list> 1253 <t>The public response directive indicates that a cache &MAY; store 1254 the response, even if it would normally be non-cacheable or cacheable only 1255 within a private cache. (See also Authorization, 1256 &header-authorization;, for additional details.) </t> 1253 <t>The public response directive indicates that a response whose 1254 associated request contains an 'Authentication' header &MAY; be 1255 stored (see <xref target="caching.authenticated.responses" />).</t> 1257 1256 </list> 1258 1257 </t>
Note: See TracChangeset
for help on using the changeset viewer.