Changeset 2109 for draft-ietf-httpbis/latest
- Timestamp:
- 11/01/13 06:54:39 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r2102 r2109 452 452 } 453 453 @bottom-center { 454 content: "Expires July 1 2, 2013";454 content: "Expires July 14, 2013"; 455 455 } 456 456 @bottom-right { … … 498 498 <meta name="dct.creator" content="Reschke, J. F."> 499 499 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 500 <meta name="dct.issued" scheme="ISO8601" content="2013-01- 08">500 <meta name="dct.issued" scheme="ISO8601" content="2013-01-10"> 501 501 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 502 502 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: July 1 2, 2013</td>526 <td class="left">Expires: July 14, 2013</td> 527 527 <td class="right">J. Reschke, Editor</td> 528 528 </tr> … … 533 533 <tr> 534 534 <td class="left"></td> 535 <td class="right">January 8, 2013</td>535 <td class="right">January 10, 2013</td> 536 536 </tr> 537 537 </tbody> … … 559 559 in progress”. 560 560 </p> 561 <p>This Internet-Draft will expire on July 1 2, 2013.</p>561 <p>This Internet-Draft will expire on July 14, 2013.</p> 562 562 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 563 563 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 727 727 </p> 728 728 <ul class="empty"> 729 <li>The time at which the origin server intends that a representationno longer be used by a cache without further validation.</li>729 <li>The time at which the origin server intends that a stored response no longer be used by a cache without further validation.</li> 730 730 </ul> 731 731 <p id="rfc.section.1.2.p.7"> <span id="rfc.iref.h.1"></span> <dfn>heuristic expiration time</dfn> … … 795 795 </p> 796 796 <p id="rfc.section.2.p.2">Each <dfn>cache entry</dfn> consists of a cache key and one or more HTTP responses corresponding to prior requests that used the same key. The most common 797 form of cache entry is a successful result of a retrieval request: i.e., a <a href="p2-semantics.html#status.200" class="smpl">200 (OK)</a> response to a GET request, which contains a representation of the resource identified by the request target (<a href="p2-semantics.html#GET" title="GET">Section 4.3.1</a> of <a href="#Part2" id="rfc.xref.Part2.2"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[Part2]</cite></a>). However, it is also possible to cache negative results (e.g., <a href="p2-semantics.html#status.404" class="smpl">404 (Not Found)</a>), incomplete results (e.g., <a href="p5-range.html#status.206" class="smpl">206 (Partial Content)</a>), and responses to methods other than GET if the method's definition allows such caching and defines something suitable for797 form of cache entry is a successful result of a retrieval request: i.e., a <a href="p2-semantics.html#status.200" class="smpl">200 (OK)</a> response to a GET request, which contains a representation of the resource identified by the request target (<a href="p2-semantics.html#GET" title="GET">Section 4.3.1</a> of <a href="#Part2" id="rfc.xref.Part2.2"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[Part2]</cite></a>). However, it is also possible to cache permanent redirects, negative results (e.g., <a href="p2-semantics.html#status.404" class="smpl">404 (Not Found)</a>), incomplete results (e.g., <a href="p5-range.html#status.206" class="smpl">206 (Partial Content)</a>), and responses to methods other than GET if the method's definition allows such caching and defines something suitable for 798 798 use as a cache key. 799 799 </p> … … 1091 1091 </ul> 1092 1092 <h2 id="rfc.section.4.3"><a href="#rfc.section.4.3">4.3</a> <a id="caching.negotiated.responses" href="#caching.negotiated.responses">Using Negotiated Responses</a></h2> 1093 <p id="rfc.section.4.3.p.1">When a cache receives a request that can be satisfied by a stored response that has a <a href="p2-semantics.html#header.vary" class="smpl">Vary</a> header field (<a href="p2-semantics.html#header.vary" title="Vary">Section 7. 2.1</a> of <a href="#Part2" id="rfc.xref.Part2.6"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[Part2]</cite></a>), it <em class="bcp14">MUST NOT</em> use that response unless all of the selecting header fields nominated by the Vary header field match in both the original1093 <p id="rfc.section.4.3.p.1">When a cache receives a request that can be satisfied by a stored response that has a <a href="p2-semantics.html#header.vary" class="smpl">Vary</a> header field (<a href="p2-semantics.html#header.vary" title="Vary">Section 7.1.4</a> of <a href="#Part2" id="rfc.xref.Part2.6"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[Part2]</cite></a>), it <em class="bcp14">MUST NOT</em> use that response unless all of the selecting header fields nominated by the Vary header field match in both the original 1094 1094 request (i.e., that associated with the stored response), and the presented request. 1095 1095 </p> … … 2145 2145 <li><em>Section 7.1.1.1</em> <a href="#rfc.xref.Part2.8">7.3</a>, <a href="#rfc.xref.Part2.10">B</a></li> 2146 2146 <li><em>Section 7.1.1.2</em> <a href="#rfc.xref.Part2.5">4.1.3</a></li> 2147 <li><em>Section 7. 2.1</em> <a href="#rfc.xref.Part2.6">4.3</a></li>2147 <li><em>Section 7.1.4</em> <a href="#rfc.xref.Part2.6">4.3</a></li> 2148 2148 </ul> 2149 2149 </li> -
draft-ietf-httpbis/latest/p6-cache.xml
r2102 r2109 211 211 <x:dfn>explicit expiration time</x:dfn> 212 212 <list> 213 <t>The time at which the origin server intends that a representation213 <t>The time at which the origin server intends that a stored response 214 214 no longer be used by a cache without further validation.</t> 215 215 </list> … … 347 347 request: i.e., a <x:ref>200 (OK)</x:ref> response to a GET request, which 348 348 contains a representation of the resource identified by the request target 349 (&GET;). However, it is also possible to cache 349 (&GET;). However, it is also possible to cache permanent redirects, 350 350 negative results (e.g., <x:ref>404 (Not Found)</x:ref>), 351 351 incomplete results (e.g., <x:ref>206 (Partial Content)</x:ref>), and
Note: See TracChangeset
for help on using the changeset viewer.