source: draft-ietf-httpbis/latest/p6-cache.html @ 230

Last change on this file since 230 was 230, checked in by julian.reschke@…, 15 years ago

Update to xml2rfc 1.33 (only affects Makefiles), update to latest version of rfc2629.xslt, change Makefile to allow Saxon to keep line numbers from source files.

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 189.0 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD HTML 4.01//EN">
3<html lang="en">
4   <head profile="http://www.w3.org/2006/03/hcard">
5      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6      <title>HTTP/1.1, part 6: Caching</title><style type="text/css" title="Xml2Rfc (sans serif)">
7a {
8  text-decoration: none;
9}
10a.smpl {
11  color: black;
12}
13a:hover {
14  text-decoration: underline;
15}
16a:active {
17  text-decoration: underline;
18}
19address {
20  margin-top: 1em;
21  margin-left: 2em;
22  font-style: normal;
23}
24body {
25  color: black;
26  font-family: verdana, helvetica, arial, sans-serif;
27  font-size: 10pt;
28}
29cite {
30  font-style: normal;
31}
32dd {
33  margin-right: 2em;
34}
35dl {
36  margin-left: 2em;
37}
38
39dl.empty dd {
40  margin-top: .5em;
41}
42dl p {
43  margin-left: 0em;
44}
45dt {
46  margin-top: .5em;
47}
48h1 {
49  font-size: 14pt;
50  line-height: 21pt;
51  page-break-after: avoid;
52}
53h1.np {
54  page-break-before: always;
55}
56h1 a {
57  color: #333333;
58}
59h2 {
60  font-size: 12pt;
61  line-height: 15pt;
62  page-break-after: avoid;
63}
64h2 a {
65  color: black;
66}
67h3 {
68  font-size: 10pt;
69  page-break-after: avoid;
70}
71h3 a {
72  color: black;
73}
74h4 {
75  font-size: 10pt;
76  page-break-after: avoid;
77}
78h4 a {
79  color: black;
80}
81h5 {
82  font-size: 10pt;
83  page-break-after: avoid;
84}
85h5 a {
86  color: black;
87}
88img {
89  margin-left: 3em;
90}
91li {
92  margin-left: 2em;
93  margin-right: 2em;
94}
95ol {
96  margin-left: 2em;
97  margin-right: 2em;
98}
99ol p {
100  margin-left: 0em;
101}
102p {
103  margin-left: 2em;
104  margin-right: 2em;
105}
106pre {
107  margin-left: 3em;
108  background-color: lightyellow;
109  padding: .25em;
110}
111pre.text2 {
112  border-style: dotted;
113  border-width: 1px;
114  background-color: #f0f0f0;
115  width: 69em;
116}
117pre.inline {
118  background-color: white;
119  padding: 0em;
120}
121pre.text {
122  border-style: dotted;
123  border-width: 1px;
124  background-color: #f8f8f8;
125  width: 69em;
126}
127pre.drawing {
128  border-style: solid;
129  border-width: 1px;
130  background-color: #f8f8f8;
131  padding: 2em;
132}
133table {
134  margin-left: 2em;
135}
136table.header {
137  width: 95%;
138  font-size: 10pt;
139  color: white;
140}
141td.top {
142  vertical-align: top;
143}
144td.topnowrap {
145  vertical-align: top;
146  white-space: nowrap;
147}
148td.header {
149  background-color: gray;
150  width: 50%;
151}
152td.header a {
153  color: white;
154}
155td.reference {
156  vertical-align: top;
157  white-space: nowrap;
158  padding-right: 1em;
159}
160thead {
161  display:table-header-group;
162}
163ul.toc {
164  list-style: none;
165  margin-left: 1.5em;
166  margin-right: 0em;
167  padding-left: 0em;
168}
169li.tocline0 {
170  line-height: 150%;
171  font-weight: bold;
172  font-size: 10pt;
173  margin-left: 0em;
174  margin-right: 0em;
175}
176li.tocline1 {
177  line-height: normal;
178  font-weight: normal;
179  font-size: 9pt;
180  margin-left: 0em;
181  margin-right: 0em;
182}
183li.tocline2 {
184  font-size: 0pt;
185}
186ul p {
187  margin-left: 0em;
188}
189ul.ind {
190  list-style: none;
191  margin-left: 1.5em;
192  margin-right: 0em;
193  padding-left: 0em;
194}
195li.indline0 {
196  font-weight: bold;
197  line-height: 200%;
198  margin-left: 0em;
199  margin-right: 0em;
200}
201li.indline1 {
202  font-weight: normal;
203  line-height: 150%;
204  margin-left: 0em;
205  margin-right: 0em;
206}
207.bcp14 {
208  font-style: normal;
209  text-transform: lowercase;
210  font-variant: small-caps;
211}
212.comment {
213  background-color: yellow;
214}
215.center {
216  text-align: center;
217}
218.error {
219  color: red;
220  font-style: italic;
221  font-weight: bold;
222}
223.figure {
224  font-weight: bold;
225  text-align: center;
226  font-size: 9pt;
227}
228.filename {
229  color: #333333;
230  font-weight: bold;
231  font-size: 12pt;
232  line-height: 21pt;
233  text-align: center;
234}
235.fn {
236  font-weight: bold;
237}
238.hidden {
239  display: none;
240}
241.left {
242  text-align: left;
243}
244.right {
245  text-align: right;
246}
247.title {
248  color: #990000;
249  font-size: 18pt;
250  line-height: 18pt;
251  font-weight: bold;
252  text-align: center;
253  margin-top: 36pt;
254}
255.vcardline {
256  display: block;
257}
258.warning {
259  font-size: 14pt;
260  background-color: yellow;
261}
262
263
264@media print {
265  .noprint {
266    display: none;
267  }
268 
269  a {
270    color: black;
271    text-decoration: none;
272  }
273
274  table.header {
275    width: 90%;
276  }
277
278  td.header {
279    width: 50%;
280    color: black;
281    background-color: white;
282    vertical-align: top;
283    font-size: 12pt;
284  }
285
286  ul.toc a::after {
287    content: leader('.') target-counter(attr(href), page);
288  }
289 
290  a.iref {
291    content: target-counter(attr(href), page);
292  }
293 
294  .print2col {
295    column-count: 2;
296    -moz-column-count: 2;
297    column-fill: auto;
298  }
299}
300
301@page {
302  @top-left {
303       content: "INTERNET DRAFT";
304  }
305  @top-right {
306       content: "March 2008";
307  }
308  @top-center {
309       content: "HTTP/1.1, Part 6";
310  }
311  @bottom-left {
312       content: "Fielding, et al.";
313  }
314  @bottom-center {
315       content: "Standards Track";
316  }
317  @bottom-right {
318       content: "[Page " counter(page) "]";
319  }
320}
321
322@page:first {
323    @top-left {
324      content: normal;
325    }
326    @top-right {
327      content: normal;
328    }
329    @top-center {
330      content: normal;
331    }
332}
333</style><link rel="Contents" href="#rfc.toc">
334      <link rel="Author" href="#rfc.authors">
335      <link rel="Copyright" href="#rfc.copyright">
336      <link rel="Index" href="#rfc.index">
337      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
338      <link rel="Chapter" title="2 Notational Conventions and Generic Grammar" href="#rfc.section.2">
339      <link rel="Chapter" title="3 Overview" href="#rfc.section.3">
340      <link rel="Chapter" title="4 Expiration Model" href="#rfc.section.4">
341      <link rel="Chapter" title="5 Validation Model" href="#rfc.section.5">
342      <link rel="Chapter" title="6 Response Cacheability" href="#rfc.section.6">
343      <link rel="Chapter" title="7 Constructing Responses From Caches" href="#rfc.section.7">
344      <link rel="Chapter" title="8 Caching Negotiated Responses" href="#rfc.section.8">
345      <link rel="Chapter" title="9 Shared and Non-Shared Caches" href="#rfc.section.9">
346      <link rel="Chapter" title="10 Errors or Incomplete Response Cache Behavior" href="#rfc.section.10">
347      <link rel="Chapter" title="11 Side Effects of GET and HEAD" href="#rfc.section.11">
348      <link rel="Chapter" title="12 Invalidation After Updates or Deletions" href="#rfc.section.12">
349      <link rel="Chapter" title="13 Write-Through Mandatory" href="#rfc.section.13">
350      <link rel="Chapter" title="14 Cache Replacement" href="#rfc.section.14">
351      <link rel="Chapter" title="15 History Lists" href="#rfc.section.15">
352      <link rel="Chapter" title="16 Header Field Definitions" href="#rfc.section.16">
353      <link rel="Chapter" title="17 IANA Considerations" href="#rfc.section.17">
354      <link rel="Chapter" title="18 Security Considerations" href="#rfc.section.18">
355      <link rel="Chapter" title="19 Acknowledgments" href="#rfc.section.19">
356      <link rel="Chapter" href="#rfc.section.20" title="20 References">
357      <link rel="Appendix" title="A Compatibility with Previous Versions" href="#rfc.section.A">
358      <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B">
359      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.365, 2008-03-07 07:17:25, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
360      <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
361      <meta name="DC.Creator" content="Fielding, R.">
362      <meta name="DC.Creator" content="Gettys, J.">
363      <meta name="DC.Creator" content="Mogul, J.">
364      <meta name="DC.Creator" content="Frystyk, H.">
365      <meta name="DC.Creator" content="Masinter, L.">
366      <meta name="DC.Creator" content="Leach, P.">
367      <meta name="DC.Creator" content="Berners-Lee, T.">
368      <meta name="DC.Creator" content="Lafon, Y.">
369      <meta name="DC.Creator" content="Reschke, J. F.">
370      <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest">
371      <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-03">
372      <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616">
373      <meta name="DC.Description.Abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 6 of the seven-part specification that defines the protocol referred to as &#34;HTTP/1.1&#34; 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.">
374   </head>
375   <body>
376      <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1">
377         <tr>
378            <td class="header left">Network Working Group</td>
379            <td class="header right">R. Fielding, Editor</td>
380         </tr>
381         <tr>
382            <td class="header left">Internet Draft</td>
383            <td class="header right">Day Software</td>
384         </tr>
385         <tr>
386            <td class="header left">
387               &lt;draft-ietf-httpbis-p6-cache-latest&gt;
388               
389            </td>
390            <td class="header right">J. Gettys</td>
391         </tr>
392         <tr>
393            <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved)
394            </td>
395            <td class="header right">One Laptop per Child</td>
396         </tr>
397         <tr>
398            <td class="header left">Intended status: Standards Track</td>
399            <td class="header right">J. Mogul</td>
400         </tr>
401         <tr>
402            <td class="header left">Expires: September 2008</td>
403            <td class="header right">HP</td>
404         </tr>
405         <tr>
406            <td class="header left"></td>
407            <td class="header right">H. Frystyk</td>
408         </tr>
409         <tr>
410            <td class="header left"></td>
411            <td class="header right">Microsoft</td>
412         </tr>
413         <tr>
414            <td class="header left"></td>
415            <td class="header right">L. Masinter</td>
416         </tr>
417         <tr>
418            <td class="header left"></td>
419            <td class="header right">Adobe Systems</td>
420         </tr>
421         <tr>
422            <td class="header left"></td>
423            <td class="header right">P. Leach</td>
424         </tr>
425         <tr>
426            <td class="header left"></td>
427            <td class="header right">Microsoft</td>
428         </tr>
429         <tr>
430            <td class="header left"></td>
431            <td class="header right">T. Berners-Lee</td>
432         </tr>
433         <tr>
434            <td class="header left"></td>
435            <td class="header right">W3C/MIT</td>
436         </tr>
437         <tr>
438            <td class="header left"></td>
439            <td class="header right">Y. Lafon, Editor</td>
440         </tr>
441         <tr>
442            <td class="header left"></td>
443            <td class="header right">W3C</td>
444         </tr>
445         <tr>
446            <td class="header left"></td>
447            <td class="header right">J. F. Reschke, Editor</td>
448         </tr>
449         <tr>
450            <td class="header left"></td>
451            <td class="header right">greenbytes</td>
452         </tr>
453         <tr>
454            <td class="header left"></td>
455            <td class="header right">March 8, 2008</td>
456         </tr>
457      </table>
458      <p class="title">HTTP/1.1, part 6: Caching<br><span class="filename">draft-ietf-httpbis-p6-cache-latest</span></p>
459      <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1>
460      <p>By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she
461         is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section
462         6 of BCP 79.
463      </p>
464      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note
465         that other groups may also distribute working documents as Internet-Drafts.
466      </p>
467      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
468         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
469         in progress”.
470      </p>
471      <p>The list of current Internet-Drafts can be accessed at &lt;<a href="http://www.ietf.org/ietf/1id-abstracts.txt">http://www.ietf.org/ietf/1id-abstracts.txt</a>&gt;.
472      </p>
473      <p>The list of Internet-Draft Shadow Directories can be accessed at &lt;<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>&gt;.
474      </p>
475      <p>This Internet-Draft will expire in September 2008.</p>
476      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
477      <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information
478         systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 6 of the
479         seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part
480         6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response
481         messages.
482      </p>
483      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
484      <p>Discussion of this draft should take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org). The current issues
485         list is at &lt;<a href="http://www.tools.ietf.org/wg/httpbis/trac/report/11">http://www.tools.ietf.org/wg/httpbis/trac/report/11</a>&gt; and related documents (including fancy diffs) can be found at &lt;<a href="http://www.tools.ietf.org/wg/httpbis/">http://www.tools.ietf.org/wg/httpbis/</a>&gt;.
486      </p> 
487      <p>This draft incorporates those issue resolutions that were either collected in the original RFC2616 errata list (&lt;<a href="http://purl.org/NET/http-errata">http://purl.org/NET/http-errata</a>&gt;), or which were agreed upon on the mailing list between October 2006 and November 2007 (as published in "draft-lafon-rfc2616bis-03").
488      </p>
489      <hr class="noprint">
490      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
491      <ul class="toc">
492         <li class="tocline0">1.&nbsp;&nbsp;&nbsp;<a href="#caching">Introduction</a><ul class="toc">
493               <li class="tocline1">1.1&nbsp;&nbsp;&nbsp;<a href="#intro.purpose">Purpose</a></li>
494               <li class="tocline1">1.2&nbsp;&nbsp;&nbsp;<a href="#intro.terminology">Terminology</a></li>
495               <li class="tocline1">1.3&nbsp;&nbsp;&nbsp;<a href="#intro.requirements">Requirements</a></li>
496            </ul>
497         </li>
498         <li class="tocline0">2.&nbsp;&nbsp;&nbsp;<a href="#notation">Notational Conventions and Generic Grammar</a></li>
499         <li class="tocline0">3.&nbsp;&nbsp;&nbsp;<a href="#caching.overview">Overview</a><ul class="toc">
500               <li class="tocline1">3.1&nbsp;&nbsp;&nbsp;<a href="#cache.correctness">Cache Correctness</a></li>
501               <li class="tocline1">3.2&nbsp;&nbsp;&nbsp;<a href="#warnings">Warnings</a></li>
502               <li class="tocline1">3.3&nbsp;&nbsp;&nbsp;<a href="#cache-control.mechanisms">Cache-control Mechanisms</a></li>
503               <li class="tocline1">3.4&nbsp;&nbsp;&nbsp;<a href="#explicit.ua.warnings">Explicit User Agent Warnings</a></li>
504               <li class="tocline1">3.5&nbsp;&nbsp;&nbsp;<a href="#exceptions.to.the.rules.and.warnings">Exceptions to the Rules and Warnings</a></li>
505               <li class="tocline1">3.6&nbsp;&nbsp;&nbsp;<a href="#client-controlled.behavior">Client-controlled Behavior</a></li>
506            </ul>
507         </li>
508         <li class="tocline0">4.&nbsp;&nbsp;&nbsp;<a href="#expiration.model">Expiration Model</a><ul class="toc">
509               <li class="tocline1">4.1&nbsp;&nbsp;&nbsp;<a href="#server-specified.expiration">Server-Specified Expiration</a></li>
510               <li class="tocline1">4.2&nbsp;&nbsp;&nbsp;<a href="#heuristic.expiration">Heuristic Expiration</a></li>
511               <li class="tocline1">4.3&nbsp;&nbsp;&nbsp;<a href="#age.calculations">Age Calculations</a></li>
512               <li class="tocline1">4.4&nbsp;&nbsp;&nbsp;<a href="#expiration.calculations">Expiration Calculations</a></li>
513               <li class="tocline1">4.5&nbsp;&nbsp;&nbsp;<a href="#disambiguating.expiration.values">Disambiguating Expiration Values</a></li>
514               <li class="tocline1">4.6&nbsp;&nbsp;&nbsp;<a href="#disambiguating.multiple.responses">Disambiguating Multiple Responses</a></li>
515            </ul>
516         </li>
517         <li class="tocline0">5.&nbsp;&nbsp;&nbsp;<a href="#validation.model">Validation Model</a></li>
518         <li class="tocline0">6.&nbsp;&nbsp;&nbsp;<a href="#response.cacheability">Response Cacheability</a></li>
519         <li class="tocline0">7.&nbsp;&nbsp;&nbsp;<a href="#constructing.responses.from.caches">Constructing Responses From Caches</a><ul class="toc">
520               <li class="tocline1">7.1&nbsp;&nbsp;&nbsp;<a href="#end-to-end.and.hop-by-hop.headers">End-to-end and Hop-by-hop Headers</a></li>
521               <li class="tocline1">7.2&nbsp;&nbsp;&nbsp;<a href="#non-modifiable.headers">Non-modifiable Headers</a></li>
522               <li class="tocline1">7.3&nbsp;&nbsp;&nbsp;<a href="#combining.headers">Combining Headers</a></li>
523            </ul>
524         </li>
525         <li class="tocline0">8.&nbsp;&nbsp;&nbsp;<a href="#caching.negotiated.responses">Caching Negotiated Responses</a></li>
526         <li class="tocline0">9.&nbsp;&nbsp;&nbsp;<a href="#shared.and.non-shared.caches">Shared and Non-Shared Caches</a></li>
527         <li class="tocline0">10.&nbsp;&nbsp;&nbsp;<a href="#errors.or.incomplete.response.cache.behavior">Errors or Incomplete Response Cache Behavior</a></li>
528         <li class="tocline0">11.&nbsp;&nbsp;&nbsp;<a href="#side.effects.of.get.and.head">Side Effects of GET and HEAD</a></li>
529         <li class="tocline0">12.&nbsp;&nbsp;&nbsp;<a href="#invalidation.after.updates.or.deletions">Invalidation After Updates or Deletions</a></li>
530         <li class="tocline0">13.&nbsp;&nbsp;&nbsp;<a href="#write-through.mandatory">Write-Through Mandatory</a></li>
531         <li class="tocline0">14.&nbsp;&nbsp;&nbsp;<a href="#cache.replacement">Cache Replacement</a></li>
532         <li class="tocline0">15.&nbsp;&nbsp;&nbsp;<a href="#history.lists">History Lists</a></li>
533         <li class="tocline0">16.&nbsp;&nbsp;&nbsp;<a href="#header.fields">Header Field Definitions</a><ul class="toc">
534               <li class="tocline1">16.1&nbsp;&nbsp;&nbsp;<a href="#header.age">Age</a></li>
535               <li class="tocline1">16.2&nbsp;&nbsp;&nbsp;<a href="#header.cache-control">Cache-Control</a><ul class="toc">
536                     <li class="tocline1">16.2.1&nbsp;&nbsp;&nbsp;<a href="#what.is.cacheable">What is Cacheable</a></li>
537                     <li class="tocline1">16.2.2&nbsp;&nbsp;&nbsp;<a href="#what.may.be.stored.by.caches">What May be Stored by Caches</a></li>
538                     <li class="tocline1">16.2.3&nbsp;&nbsp;&nbsp;<a href="#modifications.of.the.basic.expiration.mechanism">Modifications of the Basic Expiration Mechanism</a></li>
539                     <li class="tocline1">16.2.4&nbsp;&nbsp;&nbsp;<a href="#cache.revalidation.and.reload.controls">Cache Revalidation and Reload Controls</a></li>
540                     <li class="tocline1">16.2.5&nbsp;&nbsp;&nbsp;<a href="#no-transform.directive">No-Transform Directive</a></li>
541                     <li class="tocline1">16.2.6&nbsp;&nbsp;&nbsp;<a href="#cache.control.extensions">Cache Control Extensions</a></li>
542                  </ul>
543               </li>
544               <li class="tocline1">16.3&nbsp;&nbsp;&nbsp;<a href="#header.expires">Expires</a></li>
545               <li class="tocline1">16.4&nbsp;&nbsp;&nbsp;<a href="#header.pragma">Pragma</a></li>
546               <li class="tocline1">16.5&nbsp;&nbsp;&nbsp;<a href="#header.vary">Vary</a></li>
547               <li class="tocline1">16.6&nbsp;&nbsp;&nbsp;<a href="#header.warning">Warning</a></li>
548            </ul>
549         </li>
550         <li class="tocline0">17.&nbsp;&nbsp;&nbsp;<a href="#IANA.considerations">IANA Considerations</a></li>
551         <li class="tocline0">18.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
552         <li class="tocline0">19.&nbsp;&nbsp;&nbsp;<a href="#ack">Acknowledgments</a></li>
553         <li class="tocline0">20.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">References</a><ul class="toc">
554               <li class="tocline1">20.1&nbsp;&nbsp;&nbsp;<a href="#rfc.references.1">Normative References</a></li>
555               <li class="tocline1">20.2&nbsp;&nbsp;&nbsp;<a href="#rfc.references.2">Informative References</a></li>
556            </ul>
557         </li>
558         <li class="tocline0"><a href="#rfc.authors">Authors' Addresses</a></li>
559         <li class="tocline0">A.&nbsp;&nbsp;&nbsp;<a href="#compatibility">Compatibility with Previous Versions</a><ul class="toc">
560               <li class="tocline1">A.1&nbsp;&nbsp;&nbsp;<a href="#changes.from.rfc.2068">Changes from RFC 2068</a></li>
561               <li class="tocline1">A.2&nbsp;&nbsp;&nbsp;<a href="#changes.from.rfc.2616">Changes from RFC 2616</a></li>
562            </ul>
563         </li>
564         <li class="tocline0">B.&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc">
565               <li class="tocline1">B.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.1">Since RFC2616</a></li>
566               <li class="tocline1">B.2&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.2">Since draft-ietf-httpbis-p6-cache-00</a></li>
567               <li class="tocline1">B.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.3">Since draft-ietf-httpbis-p6-cache-01</a></li>
568               <li class="tocline1">B.4&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.4">Since draft-ietf-httpbis-p6-cache-02</a></li>
569            </ul>
570         </li>
571         <li class="tocline0"><a href="#rfc.ipr">Intellectual Property and Copyright Statements</a></li>
572         <li class="tocline0"><a href="#rfc.index">Index</a></li>
573      </ul>
574      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="caching" href="#caching">Introduction</a></h1>
575      <p id="rfc.section.1.p.1">HTTP is typically used for distributed information systems, where performance can be improved by the use of response caches,
576         and includes a number of elements intended to make caching work as well as possible. Because these elements interact with
577         each other, it is useful to describe the caching design of HTTP separately. This document defines aspects of HTTP/1.1 related
578         to caching and reusing response messages.
579      </p>
580      <div id="rfc.iref.c.1"></div>
581      <h2 id="rfc.section.1.1"><a href="#rfc.section.1.1">1.1</a>&nbsp;<a id="intro.purpose" href="#intro.purpose">Purpose</a></h2>
582      <p id="rfc.section.1.1.p.1">An HTTP <dfn>cache</dfn> is a local store of response messages and the subsystem that controls its message storage, retrieval, and deletion. A cache
583         stores cacheable responses in order to reduce the response time and network bandwidth consumption on future, equivalent requests.
584         Any client or server may include a cache, though a cache cannot be used by a server that is acting as a tunnel.
585      </p>
586      <p id="rfc.section.1.1.p.2">Caching would be useless if it did not significantly improve performance. The goal of caching in HTTP/1.1 is to reuse a prior
587         response message to satisfy a current request. In some cases, the existing response can be reused without the need for a network
588         request, reducing latency and network round-trips; we use an "expiration" mechanism for this purpose (see <a href="#expiration.model" title="Expiration Model">Section&nbsp;4</a>). Even when a new request is required, it is often possible to reuse all or parts of the payload of a prior response to satisfy
589         the request, thereby reducing network bandwidth usage; we use a "validation" mechanism for this purpose (see <a href="#validation.model" title="Validation Model">Section&nbsp;5</a>).
590      </p>
591      <div id="rfc.iref.s.1"></div>
592      <p id="rfc.section.1.1.p.3">A cache behaves in a "<dfn>semantically transparent</dfn>" manner, with respect to a particular response, when its use affects neither the requesting client nor the origin server,
593         except to improve performance. When a cache is semantically transparent, the client receives exactly the same response status
594         and payload that it would have received had its request been handled directly by the origin server.
595      </p>
596      <p id="rfc.section.1.1.p.4">In an ideal world, all interactions with an HTTP cache would be semantically transparent. However, for some resources, semantic
597         transparency is not always necessary and can be effectively traded for the sake of bandwidth scaling, disconnected operation,
598         and high availability. HTTP/1.1 allows origin servers, caches, and clients to explicitly reduce transparency when necessary.
599         However, because non-transparent operation may confuse non-expert users and might be incompatible with certain server applications
600         (such as those for ordering merchandise), the protocol requires that transparency be relaxed
601      </p>
602      <ul>
603         <li>only by an explicit protocol-level request when relaxed by client or origin server</li>
604         <li>only with an explicit warning to the end user when relaxed by cache or client</li>
605      </ul>
606      <p id="rfc.section.1.1.p.5">Therefore, HTTP/1.1 provides these important elements: </p>
607      <ol>
608         <li>Protocol features that provide full semantic transparency when this is required by all parties.</li>
609         <li>Protocol features that allow an origin server or user agent to explicitly request and control non-transparent operation.</li>
610         <li>Protocol features that allow a cache to attach warnings to responses that do not preserve the requested approximation of semantic
611            transparency.
612         </li>
613      </ol>
614      <p id="rfc.section.1.1.p.6">A basic principle is that it must be possible for the clients to detect any potential relaxation of semantic transparency. </p>
615      <dl class="empty">
616         <dd> <b>Note:</b> The server, cache, or client implementor might be faced with design decisions not explicitly discussed in this specification.
617            If a decision might affect semantic transparency, the implementor ought to err on the side of maintaining transparency unless
618            a careful and complete analysis shows significant benefits in breaking transparency.
619         </dd>
620      </dl>
621      <h2 id="rfc.section.1.2"><a href="#rfc.section.1.2">1.2</a>&nbsp;<a id="intro.terminology" href="#intro.terminology">Terminology</a></h2>
622      <p id="rfc.section.1.2.p.1">This specification uses a number of terms to refer to the roles played by participants in, and objects of, HTTP caching.</p>
623      <p id="rfc.section.1.2.p.2"> <span id="rfc.iref.c.2"></span>  <dfn>cacheable</dfn> 
624      </p>
625      <dl class="empty">
626         <dd>A response is cacheable if a cache is allowed to store a copy of the response message for use in answering subsequent requests.
627            Even when a response is cacheable, there may be additional constraints on whether a cache can use the cached copy for a particular
628            request.
629         </dd>
630      </dl>
631      <p id="rfc.section.1.2.p.3"> <span id="rfc.iref.f.1"></span>  <dfn>first-hand</dfn> 
632      </p>
633      <dl class="empty">
634         <dd>A response is first-hand if it comes directly and without unnecessary delay from the origin server, perhaps via one or more
635            proxies. A response is also first-hand if its validity has just been checked directly with the origin server.
636         </dd>
637      </dl>
638      <p id="rfc.section.1.2.p.4"> <span id="rfc.iref.e.1"></span>  <dfn>explicit expiration time</dfn> 
639      </p>
640      <dl class="empty">
641         <dd>The time at which the origin server intends that an entity should no longer be returned by a cache without further validation.</dd>
642      </dl>
643      <p id="rfc.section.1.2.p.5"> <span id="rfc.iref.h.1"></span>  <dfn>heuristic expiration time</dfn> 
644      </p>
645      <dl class="empty">
646         <dd>An expiration time assigned by a cache when no explicit expiration time is available.</dd>
647      </dl>
648      <p id="rfc.section.1.2.p.6"> <span id="rfc.iref.a.1"></span>  <dfn>age</dfn> 
649      </p>
650      <dl class="empty">
651         <dd>The age of a response is the time since it was sent by, or successfully validated with, the origin server.</dd>
652      </dl>
653      <p id="rfc.section.1.2.p.7"> <span id="rfc.iref.f.2"></span>  <dfn>freshness lifetime</dfn> 
654      </p>
655      <dl class="empty">
656         <dd>The length of time between the generation of a response and its expiration time.</dd>
657      </dl>
658      <p id="rfc.section.1.2.p.8"> <span id="rfc.iref.f.3"></span>  <dfn>fresh</dfn> 
659      </p>
660      <dl class="empty">
661         <dd>A response is fresh if its age has not yet exceeded its freshness lifetime.</dd>
662      </dl>
663      <p id="rfc.section.1.2.p.9"> <span id="rfc.iref.s.2"></span>  <dfn>stale</dfn> 
664      </p>
665      <dl class="empty">
666         <dd>A response is stale if its age has passed its freshness lifetime.</dd>
667      </dl>
668      <p id="rfc.section.1.2.p.10"> <span id="rfc.iref.v.1"></span>  <dfn>validator</dfn> 
669      </p>
670      <dl class="empty">
671         <dd>A protocol element (e.g., an entity tag or a Last-Modified time) that is used to find out whether a cache entry is an equivalent
672            copy of an entity.
673         </dd>
674      </dl>
675      <h2 id="rfc.section.1.3"><a href="#rfc.section.1.3">1.3</a>&nbsp;<a id="intro.requirements" href="#intro.requirements">Requirements</a></h2>
676      <p id="rfc.section.1.3.p.1">The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL"
677         in this document are to be interpreted as described in <a href="#RFC2119" id="rfc.xref.RFC2119.1"><cite title="Key words for use in RFCs to Indicate Requirement Levels">[RFC2119]</cite></a>.
678      </p>
679      <p id="rfc.section.1.3.p.2">An implementation is not compliant if it fails to satisfy one or more of the <em class="bcp14">MUST</em> or <em class="bcp14">REQUIRED</em> level requirements for the protocols it implements. An implementation that satisfies all the <em class="bcp14">MUST</em> or <em class="bcp14">REQUIRED</em> level and all the <em class="bcp14">SHOULD</em> level requirements for its protocols is said to be "unconditionally compliant"; one that satisfies all the <em class="bcp14">MUST</em> level requirements but not all the <em class="bcp14">SHOULD</em> level requirements for its protocols is said to be "conditionally compliant."
680      </p>
681      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="notation" href="#notation">Notational Conventions and Generic Grammar</a></h1>
682      <p id="rfc.section.2.p.1">This specification uses the ABNF syntax defined in <a href="p1-messaging.html#notation.abnf" title="Augmented BNF">Section 2.1</a> of <a href="#Part1" id="rfc.xref.Part1.1"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a> and the core rules defined in <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 2.2</a> of <a href="#Part1" id="rfc.xref.Part1.2"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>: <span class="comment">[abnf.dep: ABNF syntax and basic rules will be adopted from RFC 5234, see &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;.]</span>
683      </p>
684      <div id="rfc.figure.u.1"></div><pre class="inline">  <a href="#notation" class="smpl">DIGIT</a>         = &lt;DIGIT, defined in <a href="#Part1" id="rfc.xref.Part1.3"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 2.2</a>&gt;
685  <a href="#notation" class="smpl">DQUOTE</a>        = &lt;DQUOTE, defined in <a href="#Part1" id="rfc.xref.Part1.4"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 2.2</a>&gt;
686  <a href="#notation" class="smpl">SP</a>            = &lt;SP, defined in <a href="#Part1" id="rfc.xref.Part1.5"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 2.2</a>&gt;
687</pre><div id="rfc.figure.u.2"></div><pre class="inline">  <a href="#notation" class="smpl">quoted-string</a> = &lt;quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.6"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 2.2</a>&gt;
688  <a href="#notation" class="smpl">token</a>         = &lt;token, defined in <a href="#Part1" id="rfc.xref.Part1.7"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 2.2</a>&gt;
689</pre><div id="abnf.dependencies">
690         <p id="rfc.section.2.p.4">          The ABNF rules below are defined in other parts:</p>
691      </div>
692      <div id="rfc.figure.u.3"></div><pre class="inline">  <a href="#abnf.dependencies" class="smpl">field-name</a>    = &lt;field-name, defined in <a href="#Part1" id="rfc.xref.Part1.8"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#message.headers" title="Message Headers">Section 4.2</a>&gt;
693  <a href="#abnf.dependencies" class="smpl">HTTP-date</a>     = &lt;HTTP-date, defined in <a href="#Part1" id="rfc.xref.Part1.9"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#full.date" title="Full Date">Section 3.3.1</a>&gt;
694  <a href="#abnf.dependencies" class="smpl">port</a>          = &lt;port, defined in <a href="#Part1" id="rfc.xref.Part1.10"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#general.syntax" title="General Syntax">Section 3.2.1</a>&gt;
695  <a href="#abnf.dependencies" class="smpl">pseudonym</a>     = &lt;pseudonym, defined in <a href="#Part1" id="rfc.xref.Part1.11"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#header.via" title="Via">Section 8.9</a>&gt;
696  <a href="#abnf.dependencies" class="smpl">uri-host</a>      = &lt;uri-host, defined in <a href="#Part1" id="rfc.xref.Part1.12"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#general.syntax" title="General Syntax">Section 3.2.1</a>&gt;
697</pre><h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="caching.overview" href="#caching.overview">Overview</a></h1>
698      <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a>&nbsp;<a id="cache.correctness" href="#cache.correctness">Cache Correctness</a></h2>
699      <p id="rfc.section.3.1.p.1">A correct cache <em class="bcp14">MUST</em> respond to a request with the most up-to-date response held by the cache that is appropriate to the request (see Sections <a href="#disambiguating.expiration.values" title="Disambiguating Expiration Values">4.5</a>, <a href="#disambiguating.multiple.responses" title="Disambiguating Multiple Responses">4.6</a>, and <a href="#cache.replacement" title="Cache Replacement">14</a>) which meets one of the following conditions:
700      </p>
701      <ol>
702         <li>It has been checked for equivalence with what the origin server would have returned by revalidating the response with the
703            origin server (<a href="#validation.model" title="Validation Model">Section&nbsp;5</a>);
704         </li>
705         <li>It is "fresh enough" (see <a href="#expiration.model" title="Expiration Model">Section&nbsp;4</a>). In the default case, this means it meets the least restrictive freshness requirement of the client, origin server, and
706            cache (see <a href="#header.cache-control" id="rfc.xref.header.cache-control.1" title="Cache-Control">Section&nbsp;16.2</a>); if the origin server so specifies, it is the freshness requirement of the origin server alone. If a stored response is
707            not "fresh enough" by the most restrictive freshness requirement of both the client and the origin server, in carefully considered
708            circumstances the cache <em class="bcp14">MAY</em> still return the response with the appropriate Warning header (see Sections <a href="#exceptions.to.the.rules.and.warnings" title="Exceptions to the Rules and Warnings">3.5</a> and <a href="#header.warning" id="rfc.xref.header.warning.1" title="Warning">16.6</a>), unless such a response is prohibited (e.g., by a "no-store" cache-directive, or by a "no-cache" cache-request-directive;
709            see <a href="#header.cache-control" id="rfc.xref.header.cache-control.2" title="Cache-Control">Section&nbsp;16.2</a>).
710         </li>
711         <li>It is an appropriate 304 (Not Modified), 305 (Use Proxy), or error (4xx or 5xx) response message.</li>
712      </ol>
713      <p id="rfc.section.3.1.p.2">If the cache can not communicate with the origin server, then a correct cache <em class="bcp14">SHOULD</em> respond as above if the response can be correctly served from the cache; if not it <em class="bcp14">MUST</em> return an error or warning indicating that there was a communication failure.
714      </p>
715      <p id="rfc.section.3.1.p.3">If a cache receives a response (either an entire response, or a 304 (Not Modified) response) that it would normally forward
716         to the requesting client, and the received response is no longer fresh, the cache <em class="bcp14">SHOULD</em> forward it to the requesting client without adding a new Warning (but without removing any existing Warning headers). A cache <em class="bcp14">SHOULD NOT</em> attempt to revalidate a response simply because that response became stale in transit; this might lead to an infinite loop.
717         A user agent that receives a stale response without a Warning <em class="bcp14">MAY</em> display a warning indication to the user.
718      </p>
719      <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a>&nbsp;<a id="warnings" href="#warnings">Warnings</a></h2>
720      <p id="rfc.section.3.2.p.1">Whenever a cache returns a response that is neither first-hand nor "fresh enough" (in the sense of condition 2 in <a href="#cache.correctness" title="Cache Correctness">Section&nbsp;3.1</a>), it <em class="bcp14">MUST</em> attach a warning to that effect, using a Warning general-header. The Warning header and the currently defined warnings are
721         described in <a href="#header.warning" id="rfc.xref.header.warning.2" title="Warning">Section&nbsp;16.6</a>. The warning allows clients to take appropriate action.
722      </p>
723      <p id="rfc.section.3.2.p.2">Warnings <em class="bcp14">MAY</em> be used for other purposes, both cache-related and otherwise. The use of a warning, rather than an error status code, distinguish
724         these responses from true failures.
725      </p>
726      <p id="rfc.section.3.2.p.3">Warnings are assigned three digit warn-codes. The first digit indicates whether the Warning <em class="bcp14">MUST</em> or <em class="bcp14">MUST NOT</em> be deleted from a stored cache entry after a successful revalidation:
727      </p>
728      <p id="rfc.section.3.2.p.4"> </p>
729      <dl>
730         <dt>1xx</dt>
731         <dd>Warnings that describe the freshness or revalidation status of the response, and so <em class="bcp14">MUST</em> be deleted after a successful revalidation. 1xx warn-codes <em class="bcp14">MAY</em> be generated by a cache only when validating a cached entry. It <em class="bcp14">MUST NOT</em> be generated by clients.
732         </dd>
733         <dt>2xx</dt>
734         <dd>Warnings that describe some aspect of the entity body or entity headers that is not rectified by a revalidation (for example,
735            a lossy compression of the entity bodies) and which <em class="bcp14">MUST NOT</em> be deleted after a successful revalidation.
736         </dd>
737      </dl>
738      <p id="rfc.section.3.2.p.5">See <a href="#header.warning" id="rfc.xref.header.warning.3" title="Warning">Section&nbsp;16.6</a> for the definitions of the codes themselves.
739      </p>
740      <p id="rfc.section.3.2.p.6">HTTP/1.0 caches will cache all Warnings in responses, without deleting the ones in the first category. Warnings in responses
741         that are passed to HTTP/1.0 caches carry an extra warning-date field, which prevents a future HTTP/1.1 recipient from believing
742         an erroneously cached Warning.
743      </p>
744      <p id="rfc.section.3.2.p.7">Warnings also carry a warning text. The text <em class="bcp14">MAY</em> be in any appropriate natural language (perhaps based on the client's Accept headers), and include an <em class="bcp14">OPTIONAL</em> indication of what character set is used.
745      </p>
746      <p id="rfc.section.3.2.p.8">Multiple warnings <em class="bcp14">MAY</em> be attached to a response (either by the origin server or by a cache), including multiple warnings with the same code number.
747         For example, a server might provide the same warning with texts in both English and Basque.
748      </p>
749      <p id="rfc.section.3.2.p.9">When multiple warnings are attached to a response, it might not be practical or reasonable to display all of them to the user.
750         This version of HTTP does not specify strict priority rules for deciding which warnings to display and in what order, but
751         does suggest some heuristics.
752      </p>
753      <h2 id="rfc.section.3.3"><a href="#rfc.section.3.3">3.3</a>&nbsp;<a id="cache-control.mechanisms" href="#cache-control.mechanisms">Cache-control Mechanisms</a></h2>
754      <p id="rfc.section.3.3.p.1">The basic cache mechanisms in HTTP/1.1 (server-specified expiration times and validators) are implicit directives to caches.
755         In some cases, a server or client might need to provide explicit directives to the HTTP caches. We use the Cache-Control header
756         for this purpose.
757      </p>
758      <p id="rfc.section.3.3.p.2">The Cache-Control header allows a client or server to transmit a variety of directives in either requests or responses. These
759         directives typically override the default caching algorithms. As a general rule, if there is any apparent conflict between
760         header values, the most restrictive interpretation is applied (that is, the one that is most likely to preserve semantic transparency).
761         However, in some cases, cache-control directives are explicitly specified as weakening the approximation of semantic transparency
762         (for example, "max-stale" or "public").
763      </p>
764      <p id="rfc.section.3.3.p.3">The cache-control directives are described in detail in <a href="#header.cache-control" id="rfc.xref.header.cache-control.3" title="Cache-Control">Section&nbsp;16.2</a>.
765      </p>
766      <h2 id="rfc.section.3.4"><a href="#rfc.section.3.4">3.4</a>&nbsp;<a id="explicit.ua.warnings" href="#explicit.ua.warnings">Explicit User Agent Warnings</a></h2>
767      <p id="rfc.section.3.4.p.1">Many user agents make it possible for users to override the basic caching mechanisms. For example, the user agent might allow
768         the user to specify that cached entities (even explicitly stale ones) are never validated. Or the user agent might habitually
769         add "Cache-Control: max-stale=3600" to every request. The user agent <em class="bcp14">SHOULD NOT</em> default to either non-transparent behavior, or behavior that results in abnormally ineffective caching, but <em class="bcp14">MAY</em> be explicitly configured to do so by an explicit action of the user.
770      </p>
771      <p id="rfc.section.3.4.p.2">If the user has overridden the basic caching mechanisms, the user agent <em class="bcp14">SHOULD</em> explicitly indicate to the user whenever this results in the display of information that might not meet the server's transparency
772         requirements (in particular, if the displayed entity is known to be stale). Since the protocol normally allows the user agent
773         to determine if responses are stale or not, this indication need only be displayed when this actually happens. The indication
774         need not be a dialog box; it could be an icon (for example, a picture of a rotting fish) or some other indicator.
775      </p>
776      <p id="rfc.section.3.4.p.3">If the user has overridden the caching mechanisms in a way that would abnormally reduce the effectiveness of caches, the user
777         agent <em class="bcp14">SHOULD</em> continually indicate this state to the user (for example, by a display of a picture of currency in flames) so that the user
778         does not inadvertently consume excess resources or suffer from excessive latency.
779      </p>
780      <h2 id="rfc.section.3.5"><a href="#rfc.section.3.5">3.5</a>&nbsp;<a id="exceptions.to.the.rules.and.warnings" href="#exceptions.to.the.rules.and.warnings">Exceptions to the Rules and Warnings</a></h2>
781      <p id="rfc.section.3.5.p.1">In some cases, the operator of a cache <em class="bcp14">MAY</em> choose to configure it to return stale responses even when not requested by clients. This decision ought not be made lightly,
782         but may be necessary for reasons of availability or performance, especially when the cache is poorly connected to the origin
783         server. Whenever a cache returns a stale response, it <em class="bcp14">MUST</em> mark it as such (using a Warning header) enabling the client software to alert the user that there might be a potential problem.
784      </p>
785      <p id="rfc.section.3.5.p.2">It also allows the user agent to take steps to obtain a first-hand or fresh response. For this reason, a cache <em class="bcp14">SHOULD NOT</em> return a stale response if the client explicitly requests a first-hand or fresh one, unless it is impossible to comply for
786         technical or policy reasons.
787      </p>
788      <h2 id="rfc.section.3.6"><a href="#rfc.section.3.6">3.6</a>&nbsp;<a id="client-controlled.behavior" href="#client-controlled.behavior">Client-controlled Behavior</a></h2>
789      <p id="rfc.section.3.6.p.1">While the origin server (and to a lesser extent, intermediate caches, by their contribution to the age of a response) are
790         the primary source of expiration information, in some cases the client might need to control a cache's decision about whether
791         to return a cached response without validating it. Clients do this using several directives of the Cache-Control header.
792      </p>
793      <p id="rfc.section.3.6.p.2">A client's request <em class="bcp14">MAY</em> specify the maximum age it is willing to accept of an unvalidated response; specifying a value of zero forces the cache(s)
794         to revalidate all responses. A client <em class="bcp14">MAY</em> also specify the minimum time remaining before a response expires. Both of these options increase constraints on the behavior
795         of caches, and so cannot further relax the cache's approximation of semantic transparency.
796      </p>
797      <p id="rfc.section.3.6.p.3">A client <em class="bcp14">MAY</em> also specify that it will accept stale responses, up to some maximum amount of staleness. This loosens the constraints on
798         the caches, and so might violate the origin server's specified constraints on semantic transparency, but might be necessary
799         to support disconnected operation, or high availability in the face of poor connectivity.
800      </p>
801      <h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a>&nbsp;<a id="expiration.model" href="#expiration.model">Expiration Model</a></h1>
802      <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a>&nbsp;<a id="server-specified.expiration" href="#server-specified.expiration">Server-Specified Expiration</a></h2>
803      <p id="rfc.section.4.1.p.1">HTTP caching works best when caches can entirely avoid making requests to the origin server. The primary mechanism for avoiding
804         requests is for an origin server to provide an explicit expiration time in the future, indicating that a response <em class="bcp14">MAY</em> be used to satisfy subsequent requests. In other words, a cache can return a fresh response without first contacting the server.
805      </p>
806      <p id="rfc.section.4.1.p.2">Our expectation is that servers will assign future explicit expiration times to responses in the belief that the entity is
807         not likely to change, in a semantically significant way, before the expiration time is reached. This normally preserves semantic
808         transparency, as long as the server's expiration times are carefully chosen.
809      </p>
810      <p id="rfc.section.4.1.p.3">The expiration mechanism applies only to responses taken from a cache and not to first-hand responses forwarded immediately
811         to the requesting client.
812      </p>
813      <p id="rfc.section.4.1.p.4">If an origin server wishes to force a semantically transparent cache to validate every request, it <em class="bcp14">MAY</em> assign an explicit expiration time in the past. This means that the response is always stale, and so the cache <em class="bcp14">SHOULD</em> validate it before using it for subsequent requests. See <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;16.2.4</a> for a more restrictive way to force revalidation.
814      </p>
815      <p id="rfc.section.4.1.p.5">If an origin server wishes to force any HTTP/1.1 cache, no matter how it is configured, to validate every request, it <em class="bcp14">SHOULD</em> use the "must-revalidate" cache-control directive (see <a href="#header.cache-control" id="rfc.xref.header.cache-control.4" title="Cache-Control">Section&nbsp;16.2</a>).
816      </p>
817      <p id="rfc.section.4.1.p.6">Servers specify explicit expiration times using either the Expires header, or the max-age directive of the Cache-Control header.</p>
818      <p id="rfc.section.4.1.p.7">An expiration time cannot be used to force a user agent to refresh its display or reload a resource; its semantics apply only
819         to caching mechanisms, and such mechanisms need only check a resource's expiration status when a new request for that resource
820         is initiated. See <a href="#history.lists" title="History Lists">Section&nbsp;15</a> for an explanation of the difference between caches and history mechanisms.
821      </p>
822      <h2 id="rfc.section.4.2"><a href="#rfc.section.4.2">4.2</a>&nbsp;<a id="heuristic.expiration" href="#heuristic.expiration">Heuristic Expiration</a></h2>
823      <p id="rfc.section.4.2.p.1">Since origin servers do not always provide explicit expiration times, HTTP caches typically assign heuristic expiration times,
824         employing algorithms that use other header values (such as the Last-Modified time) to estimate a plausible expiration time.
825         The HTTP/1.1 specification does not provide specific algorithms, but does impose worst-case constraints on their results.
826         Since heuristic expiration times might compromise semantic transparency, they ought to be used cautiously, and we encourage
827         origin servers to provide explicit expiration times as much as possible.
828      </p>
829      <h2 id="rfc.section.4.3"><a href="#rfc.section.4.3">4.3</a>&nbsp;<a id="age.calculations" href="#age.calculations">Age Calculations</a></h2>
830      <p id="rfc.section.4.3.p.1">In order to know if a cached entry is fresh, a cache needs to know if its age exceeds its freshness lifetime. We discuss how
831         to calculate the latter in <a href="#expiration.calculations" title="Expiration Calculations">Section&nbsp;4.4</a>; this section describes how to calculate the age of a response or cache entry.
832      </p>
833      <p id="rfc.section.4.3.p.2">In this discussion, we use the term "now" to mean "the current value of the clock at the host performing the calculation."
834         Hosts that use HTTP, but especially hosts running origin servers and caches, <em class="bcp14">SHOULD</em> use NTP <a href="#RFC1305" id="rfc.xref.RFC1305.1"><cite title="Network Time Protocol (Version 3) Specification, Implementation">[RFC1305]</cite></a> or some similar protocol to synchronize their clocks to a globally accurate time standard.
835      </p>
836      <p id="rfc.section.4.3.p.3">HTTP/1.1 requires origin servers to send a Date header, if possible, with every response, giving the time at which the response
837         was generated (see <a href="p1-messaging.html#header.date" title="Date">Section 8.3</a> of <a href="#Part1" id="rfc.xref.Part1.13"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>). We use the term "date_value" to denote the value of the Date header, in a form appropriate for arithmetic operations.
838      </p>
839      <p id="rfc.section.4.3.p.4">HTTP/1.1 uses the Age response-header to convey the estimated age of the response message when obtained from a cache. The
840         Age field value is the cache's estimate of the amount of time since the response was generated or revalidated by the origin
841         server.
842      </p>
843      <p id="rfc.section.4.3.p.5">In essence, the Age value is the sum of the time that the response has been resident in each of the caches along the path
844         from the origin server, plus the amount of time it has been in transit along network paths.
845      </p>
846      <p id="rfc.section.4.3.p.6">We use the term "age_value" to denote the value of the Age header, in a form appropriate for arithmetic operations.</p>
847      <p id="rfc.section.4.3.p.7">A response's age can be calculated in two entirely independent ways: </p>
848      <ol>
849         <li>now minus date_value, if the local clock is reasonably well synchronized to the origin server's clock. If the result is negative,
850            the result is replaced by zero.
851         </li>
852         <li>age_value, if all of the caches along the response path implement HTTP/1.1.</li>
853      </ol>
854      <p id="rfc.section.4.3.p.8">Given that we have two independent ways to compute the age of a response when it is received, we can combine these as</p>
855      <div id="rfc.figure.u.4"></div><pre class="text">    corrected_received_age = max(now - date_value, age_value)
856</pre><p id="rfc.section.4.3.p.10">and as long as we have either nearly synchronized clocks or all-HTTP/1.1 paths, one gets a reliable (conservative) result.</p>
857      <p id="rfc.section.4.3.p.11">Because of network-imposed delays, some significant interval might pass between the time that a server generates a response
858         and the time it is received at the next outbound cache or client. If uncorrected, this delay could result in improperly low
859         ages.
860      </p>
861      <p id="rfc.section.4.3.p.12">Because the request that resulted in the returned Age value must have been initiated prior to that Age value's generation,
862         we can correct for delays imposed by the network by recording the time at which the request was initiated. Then, when an Age
863         value is received, it <em class="bcp14">MUST</em> be interpreted relative to the time the request was initiated, not the time that the response was received. This algorithm
864         results in conservative behavior no matter how much delay is experienced. So, we compute:
865      </p>
866      <div id="rfc.figure.u.5"></div><pre class="text">   corrected_initial_age = corrected_received_age
867                         + (now - request_time)
868</pre><p id="rfc.section.4.3.p.14">where "request_time" is the time (according to the local clock) when the request that elicited this response was sent.</p>
869      <p id="rfc.section.4.3.p.15">Summary of age calculation algorithm, when a cache receives a response:</p>
870      <div id="rfc.figure.u.6"></div><pre class="text">   /*
871    * age_value
872    *      is the value of Age: header received by the cache with
873    *              this response.
874    * date_value
875    *      is the value of the origin server's Date: header
876    * request_time
877    *      is the (local) time when the cache made the request
878    *              that resulted in this cached response
879    * response_time
880    *      is the (local) time when the cache received the
881    *              response
882    * now
883    *      is the current (local) time
884    */
885
886   apparent_age = max(0, response_time - date_value);
887   corrected_received_age = max(apparent_age, age_value);
888   response_delay = response_time - request_time;
889   corrected_initial_age = corrected_received_age + response_delay;
890   resident_time = now - response_time;
891   current_age   = corrected_initial_age + resident_time;
892</pre><p id="rfc.section.4.3.p.17">The current_age of a cache entry is calculated by adding the amount of time (in seconds) since the cache entry was last validated
893         by the origin server to the corrected_initial_age. When a response is generated from a cache entry, the cache <em class="bcp14">MUST</em> include a single Age header field in the response with a value equal to the cache entry's current_age.
894      </p>
895      <p id="rfc.section.4.3.p.18">The presence of an Age header field in a response implies that a response is not first-hand. However, the converse is not
896         true, since the lack of an Age header field in a response does not imply that the response is first-hand unless all caches
897         along the request path are compliant with HTTP/1.1 (i.e., older HTTP caches did not implement the Age header field).
898      </p>
899      <h2 id="rfc.section.4.4"><a href="#rfc.section.4.4">4.4</a>&nbsp;<a id="expiration.calculations" href="#expiration.calculations">Expiration Calculations</a></h2>
900      <p id="rfc.section.4.4.p.1">In order to decide whether a response is fresh or stale, we need to compare its freshness lifetime to its age. The age is
901         calculated as described in <a href="#age.calculations" title="Age Calculations">Section&nbsp;4.3</a>; this section describes how to calculate the freshness lifetime, and to determine if a response has expired. In the discussion
902         below, the values can be represented in any form appropriate for arithmetic operations.
903      </p>
904      <p id="rfc.section.4.4.p.2">We use the term "expires_value" to denote the value of the Expires header. We use the term "max_age_value" to denote an appropriate
905         value of the number of seconds carried by the "max-age" directive of the Cache-Control header in a response (see <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>).
906      </p>
907      <p id="rfc.section.4.4.p.3">The max-age directive takes priority over Expires, so if max-age is present in a response, the calculation is simply:</p>
908      <div id="rfc.figure.u.7"></div><pre class="text">   freshness_lifetime = max_age_value
909</pre><p id="rfc.section.4.4.p.5">Otherwise, if Expires is present in the response, the calculation is:</p>
910      <div id="rfc.figure.u.8"></div><pre class="text">   freshness_lifetime = expires_value - date_value
911</pre><p id="rfc.section.4.4.p.7">Note that neither of these calculations is vulnerable to clock skew, since all of the information comes from the origin server.</p>
912      <p id="rfc.section.4.4.p.8">If none of Expires, Cache-Control: max-age, or Cache-Control: s-maxage (see <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>) appears in the response, and the response does not include other restrictions on caching, the cache <em class="bcp14">MAY</em> compute a freshness lifetime using a heuristic. The cache <em class="bcp14">MUST</em> attach Warning 113 to any response whose age is more than 24 hours if such warning has not already been added.
913      </p>
914      <p id="rfc.section.4.4.p.9">Also, if the response does have a Last-Modified time, the heuristic expiration value <em class="bcp14">SHOULD</em> be no more than some fraction of the interval since that time. A typical setting of this fraction might be 10%.
915      </p>
916      <p id="rfc.section.4.4.p.10">The calculation to determine if a response has expired is quite simple:</p>
917      <div id="rfc.figure.u.9"></div><pre class="text">   response_is_fresh = (freshness_lifetime &gt; current_age)
918</pre><h2 id="rfc.section.4.5"><a href="#rfc.section.4.5">4.5</a>&nbsp;<a id="disambiguating.expiration.values" href="#disambiguating.expiration.values">Disambiguating Expiration Values</a></h2>
919      <p id="rfc.section.4.5.p.1">Because expiration values are assigned optimistically, it is possible for two caches to contain fresh values for the same
920         resource that are different.
921      </p>
922      <p id="rfc.section.4.5.p.2">If a client performing a retrieval receives a non-first-hand response for a request that was already fresh in its own cache,
923         and the Date header in its existing cache entry is newer than the Date on the new response, then the client <em class="bcp14">MAY</em> ignore the response. If so, it <em class="bcp14">MAY</em> retry the request with a "Cache-Control: max-age=0" directive (see <a href="#header.cache-control" id="rfc.xref.header.cache-control.5" title="Cache-Control">Section&nbsp;16.2</a>), to force a check with the origin server.
924      </p>
925      <p id="rfc.section.4.5.p.3">If a cache has two fresh responses for the same representation with different validators, it <em class="bcp14">MUST</em> use the one with the more recent Date header. This situation might arise because the cache is pooling responses from other
926         caches, or because a client has asked for a reload or a revalidation of an apparently fresh cache entry.
927      </p>
928      <h2 id="rfc.section.4.6"><a href="#rfc.section.4.6">4.6</a>&nbsp;<a id="disambiguating.multiple.responses" href="#disambiguating.multiple.responses">Disambiguating Multiple Responses</a></h2>
929      <p id="rfc.section.4.6.p.1">Because a client might be receiving responses via multiple paths, so that some responses flow through one set of caches and
930         other responses flow through a different set of caches, a client might receive responses in an order different from that in
931         which the origin server sent them. We would like the client to use the most recently generated response, even if older responses
932         are still apparently fresh.
933      </p>
934      <p id="rfc.section.4.6.p.2">Neither the entity tag nor the expiration value can impose an ordering on responses, since it is possible that a later response
935         intentionally carries an earlier expiration time. The Date values are ordered to a granularity of one second.
936      </p>
937      <p id="rfc.section.4.6.p.3">When a client tries to revalidate a cache entry, and the response it receives contains a Date header that appears to be older
938         than the one for the existing entry, then the client <em class="bcp14">SHOULD</em> repeat the request unconditionally, and include
939      </p>
940      <div id="rfc.figure.u.10"></div><pre class="text">    Cache-Control: max-age=0
941</pre><p id="rfc.section.4.6.p.5">to force any intermediate caches to validate their copies directly with the origin server, or</p>
942      <div id="rfc.figure.u.11"></div><pre class="text">    Cache-Control: no-cache
943</pre><p id="rfc.section.4.6.p.7">to force any intermediate caches to obtain a new copy from the origin server.</p>
944      <p id="rfc.section.4.6.p.8">If the Date values are equal, then the client <em class="bcp14">MAY</em> use either response (or <em class="bcp14">MAY</em>, if it is being extremely prudent, request a new response). Servers <em class="bcp14">MUST NOT</em> depend on clients being able to choose deterministically between responses generated during the same second, if their expiration
945         times overlap.
946      </p>
947      <h1 id="rfc.section.5"><a href="#rfc.section.5">5.</a>&nbsp;<a id="validation.model" href="#validation.model">Validation Model</a></h1>
948      <p id="rfc.section.5.p.1">When a cache has a stale entry that it would like to use as a response to a client's request, it first has to check with the
949         origin server (or possibly an intermediate cache with a fresh response) to see if its cached entry is still usable. We call
950         this "validating" the cache entry.
951      </p>
952      <p id="rfc.section.5.p.2">HTTP's conditional request mechanism, defined in <a href="#Part4" id="rfc.xref.Part4.1"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a>, is used to avoid retransmitting the response payload when the cached entry is valid. When a cached response includes one
953         or more "cache validators," such as the field values of an ETag or Last-Modified header field, then a validating GET request <em class="bcp14">SHOULD</em> be made conditional to those field values. The server checks the conditional request's validator against the current state
954         of the requested resource and, if they match, the server responds with a 304 (Not Modified) status code to indicate that the
955         cached response can be refreshed and reused without retransmitting the response payload. If the validator does not match the
956         current state of the requested resource, then the server returns a full response, including payload, so that the request can
957         be satisfied and the cache entry supplanted without the need for an additional network round-trip.
958      </p>
959      <h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a>&nbsp;<a id="response.cacheability" href="#response.cacheability">Response Cacheability</a></h1>
960      <p id="rfc.section.6.p.1">Unless specifically constrained by a cache-control (<a href="#header.cache-control" id="rfc.xref.header.cache-control.6" title="Cache-Control">Section&nbsp;16.2</a>) directive, a caching system <em class="bcp14">MAY</em> always store a successful response (see <a href="#errors.or.incomplete.response.cache.behavior" title="Errors or Incomplete Response Cache Behavior">Section&nbsp;10</a>) as a cache entry, <em class="bcp14">MAY</em> return it without validation if it is fresh, and <em class="bcp14">MAY</em> return it after successful validation. If there is neither a cache validator nor an explicit expiration time associated with
961         a response, we do not expect it to be cached, but certain caches <em class="bcp14">MAY</em> violate this expectation (for example, when little or no network connectivity is available). A client can usually detect that
962         such a response was taken from a cache by comparing the Date header to the current time.
963      </p>
964      <dl class="empty">
965         <dd> <b>Note:</b> some HTTP/1.0 caches are known to violate this expectation without providing any Warning.
966         </dd>
967      </dl>
968      <p id="rfc.section.6.p.2">However, in some cases it might be inappropriate for a cache to retain an entity, or to return it in response to a subsequent
969         request. This might be because absolute semantic transparency is deemed necessary by the service author, or because of security
970         or privacy considerations. Certain cache-control directives are therefore provided so that the server can indicate that certain
971         resource entities, or portions thereof, are not to be cached regardless of other considerations.
972      </p>
973      <p id="rfc.section.6.p.3">Note that <a href="p7-auth.html#header.authorization" title="Authorization">Section 4.1</a> of <a href="#Part7" id="rfc.xref.Part7.1"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a> normally prevents a shared cache from saving and returning a response to a previous request if that request included an Authorization
974         header.
975      </p>
976      <p id="rfc.section.6.p.4">A response received with a status code of 200, 203, 206, 300, 301 or 410 <em class="bcp14">MAY</em> be stored by a cache and used in reply to a subsequent request, subject to the expiration mechanism, unless a cache-control
977         directive prohibits caching. However, a cache that does not support the Range and Content-Range headers <em class="bcp14">MUST NOT</em> cache 206 (Partial Content) responses.
978      </p>
979      <p id="rfc.section.6.p.5">A response received with any other status code (e.g. status codes 302 and 307) <em class="bcp14">MUST NOT</em> be returned in a reply to a subsequent request unless there are cache-control directives or another header(s) that explicitly
980         allow it. For example, these include the following: an Expires header (<a href="#header.expires" id="rfc.xref.header.expires.1" title="Expires">Section&nbsp;16.3</a>); a "max-age", "s-maxage", "must-revalidate", "proxy-revalidate", "public" or "private" cache-control directive (<a href="#header.cache-control" id="rfc.xref.header.cache-control.7" title="Cache-Control">Section&nbsp;16.2</a>).
981      </p>
982      <h1 id="rfc.section.7"><a href="#rfc.section.7">7.</a>&nbsp;<a id="constructing.responses.from.caches" href="#constructing.responses.from.caches">Constructing Responses From Caches</a></h1>
983      <p id="rfc.section.7.p.1">The purpose of an HTTP cache is to store information received in response to requests for use in responding to future requests.
984         In many cases, a cache simply returns the appropriate parts of a response to the requester. However, if the cache holds a
985         cache entry based on a previous response, it might have to combine parts of a new response with what is held in the cache
986         entry.
987      </p>
988      <h2 id="rfc.section.7.1"><a href="#rfc.section.7.1">7.1</a>&nbsp;<a id="end-to-end.and.hop-by-hop.headers" href="#end-to-end.and.hop-by-hop.headers">End-to-end and Hop-by-hop Headers</a></h2>
989      <p id="rfc.section.7.1.p.1">For the purpose of defining the behavior of caches and non-caching proxies, we divide HTTP headers into two categories: </p>
990      <ul>
991         <li>End-to-end headers, which are transmitted to the ultimate recipient of a request or response. End-to-end headers in responses <em class="bcp14">MUST</em> be stored as part of a cache entry and <em class="bcp14">MUST</em> be transmitted in any response formed from a cache entry.
992         </li>
993         <li>Hop-by-hop headers, which are meaningful only for a single transport-level connection, and are not stored by caches or forwarded
994            by proxies.
995         </li>
996      </ul>
997      <p id="rfc.section.7.1.p.2">The following HTTP/1.1 headers are hop-by-hop headers: </p>
998      <ul>
999         <li>Connection</li>
1000         <li>Keep-Alive</li>
1001         <li>Proxy-Authenticate</li>
1002         <li>Proxy-Authorization</li>
1003         <li>TE</li>
1004         <li>Trailer</li>
1005         <li>Transfer-Encoding</li>
1006         <li>Upgrade</li>
1007      </ul>
1008      <p id="rfc.section.7.1.p.3">All other headers defined by HTTP/1.1 are end-to-end headers.</p>
1009      <p id="rfc.section.7.1.p.4">Other hop-by-hop headers <em class="bcp14">MUST</em> be listed in a Connection header (<a href="p1-messaging.html#header.connection" title="Connection">Section 8.1</a> of <a href="#Part1" id="rfc.xref.Part1.14"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>).
1010      </p>
1011      <h2 id="rfc.section.7.2"><a href="#rfc.section.7.2">7.2</a>&nbsp;<a id="non-modifiable.headers" href="#non-modifiable.headers">Non-modifiable Headers</a></h2>
1012      <p id="rfc.section.7.2.p.1">Some features of HTTP/1.1, such as Digest Authentication, depend on the value of certain end-to-end headers. A transparent
1013         proxy <em class="bcp14">SHOULD NOT</em> modify an end-to-end header unless the definition of that header requires or specifically allows that.
1014      </p>
1015      <p id="rfc.section.7.2.p.2">A transparent proxy <em class="bcp14">MUST NOT</em> modify any of the following fields in a request or response, and it <em class="bcp14">MUST NOT</em> add any of these fields if not already present:
1016      </p>
1017      <ul>
1018         <li>Content-Location</li>
1019         <li>Content-MD5</li>
1020         <li>ETag</li>
1021         <li>Last-Modified</li>
1022      </ul>
1023      <p id="rfc.section.7.2.p.3">A transparent proxy <em class="bcp14">MUST NOT</em> modify any of the following fields in a response:
1024      </p>
1025      <ul>
1026         <li>Expires</li>
1027      </ul>
1028      <p id="rfc.section.7.2.p.4">but it <em class="bcp14">MAY</em> add any of these fields if not already present. If an Expires header is added, it <em class="bcp14">MUST</em> be given a field-value identical to that of the Date header in that response.
1029      </p>
1030      <p id="rfc.section.7.2.p.5">A proxy <em class="bcp14">MUST NOT</em> modify or add any of the following fields in a message that contains the no-transform cache-control directive, or in any request:
1031      </p>
1032      <ul>
1033         <li>Content-Encoding</li>
1034         <li>Content-Range</li>
1035         <li>Content-Type</li>
1036      </ul>
1037      <p id="rfc.section.7.2.p.6">A non-transparent proxy <em class="bcp14">MAY</em> modify or add these fields to a message that does not include no-transform, but if it does so, it <em class="bcp14">MUST</em> add a Warning 214 (Transformation applied) if one does not already appear in the message (see <a href="#header.warning" id="rfc.xref.header.warning.4" title="Warning">Section&nbsp;16.6</a>).
1038      </p>
1039      <dl class="empty">
1040         <dd>Warning: unnecessary modification of end-to-end headers might cause authentication failures if stronger authentication mechanisms
1041            are introduced in later versions of HTTP. Such authentication mechanisms <em class="bcp14">MAY</em> rely on the values of header fields not listed here.
1042         </dd>
1043      </dl>
1044      <p id="rfc.section.7.2.p.7">The Content-Length field of a request or response is added or deleted according to the rules in <a href="p1-messaging.html#message.length" title="Message Length">Section 4.4</a> of <a href="#Part1" id="rfc.xref.Part1.15"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. A transparent proxy <em class="bcp14">MUST</em> preserve the entity-length (<a href="p3-payload.html#entity.length" title="Entity Length">Section 4.2.2</a> of <a href="#Part3" id="rfc.xref.Part3.1"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a>) of the entity-body, although it <em class="bcp14">MAY</em> change the transfer-length (<a href="p1-messaging.html#message.length" title="Message Length">Section 4.4</a> of <a href="#Part1" id="rfc.xref.Part1.16"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>).
1045      </p>
1046      <h2 id="rfc.section.7.3"><a href="#rfc.section.7.3">7.3</a>&nbsp;<a id="combining.headers" href="#combining.headers">Combining Headers</a></h2>
1047      <p id="rfc.section.7.3.p.1">When a cache makes a validating request to a server, and the server provides a 304 (Not Modified) response or a 206 (Partial
1048         Content) response, the cache then constructs a response to send to the requesting client.
1049      </p>
1050      <p id="rfc.section.7.3.p.2">If the status code is 304 (Not Modified), the cache uses the entity-body stored in the cache entry as the entity-body of this
1051         outgoing response. If the status code is 206 (Partial Content) and the ETag or Last-Modified headers match exactly, the cache <em class="bcp14">MAY</em> combine the contents stored in the cache entry with the new contents received in the response and use the result as the entity-body
1052         of this outgoing response, (see <a href="p5-range.html#combining.byte.ranges" title="Combining Byte Ranges">Section 5</a> of <a href="#Part5" id="rfc.xref.Part5.1"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>).
1053      </p>
1054      <p id="rfc.section.7.3.p.3">The end-to-end headers stored in the cache entry are used for the constructed response, except that </p>
1055      <ul>
1056         <li>any stored Warning headers with warn-code 1xx (see <a href="#header.warning" id="rfc.xref.header.warning.5" title="Warning">Section&nbsp;16.6</a>) <em class="bcp14">MUST</em> be deleted from the cache entry and the forwarded response.
1057         </li>
1058         <li>any stored Warning headers with warn-code 2xx <em class="bcp14">MUST</em> be retained in the cache entry and the forwarded response.
1059         </li>
1060         <li>any end-to-end headers provided in the 304 or 206 response <em class="bcp14">MUST</em> replace the corresponding headers from the cache entry.
1061         </li>
1062      </ul>
1063      <p id="rfc.section.7.3.p.4">Unless the cache decides to remove the cache entry, it <em class="bcp14">MUST</em> also replace the end-to-end headers stored with the cache entry with corresponding headers received in the incoming response,
1064         except for Warning headers as described immediately above. If a header field-name in the incoming response matches more than
1065         one header in the cache entry, all such old headers <em class="bcp14">MUST</em> be replaced.
1066      </p>
1067      <p id="rfc.section.7.3.p.5">In other words, the set of end-to-end headers received in the incoming response overrides all corresponding end-to-end headers
1068         stored with the cache entry (except for stored Warning headers with warn-code 1xx, which are deleted even if not overridden).
1069      </p>
1070      <dl class="empty">
1071         <dd> <b>Note:</b> this rule allows an origin server to use a 304 (Not Modified) or a 206 (Partial Content) response to update any header associated
1072            with a previous response for the same entity or sub-ranges thereof, although it might not always be meaningful or correct
1073            to do so. This rule does not allow an origin server to use a 304 (Not Modified) or a 206 (Partial Content) response to entirely
1074            delete a header that it had provided with a previous response.
1075         </dd>
1076      </dl>
1077      <h1 id="rfc.section.8"><a href="#rfc.section.8">8.</a>&nbsp;<a id="caching.negotiated.responses" href="#caching.negotiated.responses">Caching Negotiated Responses</a></h1>
1078      <p id="rfc.section.8.p.1">Use of server-driven content negotiation (<a href="p3-payload.html#server-driven.negotiation" title="Server-driven Negotiation">Section 5.1</a> of <a href="#Part3" id="rfc.xref.Part3.2"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a>), as indicated by the presence of a Vary header field in a response, alters the conditions and procedure by which a cache
1079         can use the response for subsequent requests. See <a href="#header.vary" id="rfc.xref.header.vary.1" title="Vary">Section&nbsp;16.5</a> for use of the Vary header field by servers.
1080      </p>
1081      <p id="rfc.section.8.p.2">A server <em class="bcp14">SHOULD</em> use the Vary header field to inform a cache of what request-header fields were used to select among multiple representations
1082         of a cacheable response subject to server-driven negotiation. The set of header fields named by the Vary field value is known
1083         as the "selecting" request-headers.
1084      </p>
1085      <p id="rfc.section.8.p.3">When the cache receives a subsequent request whose Request-URI specifies one or more cache entries including a Vary header
1086         field, the cache <em class="bcp14">MUST NOT</em> use such a cache entry to construct a response to the new request unless all of the selecting request-headers present in the
1087         new request match the corresponding stored request-headers in the original request.
1088      </p>
1089      <p id="rfc.section.8.p.4">The selecting request-headers from two requests are defined to match if and only if the selecting request-headers in the first
1090         request can be transformed to the selecting request-headers in the second request by adding or removing linear white space
1091         (LWS) at places where this is allowed by the corresponding BNF, and/or combining multiple message-header fields with the same
1092         field name following the rules about message headers in <a href="p1-messaging.html#message.headers" title="Message Headers">Section 4.2</a> of <a href="#Part1" id="rfc.xref.Part1.17"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>.
1093      </p>
1094      <p id="rfc.section.8.p.5">A Vary header field-value of "*" always fails to match and subsequent requests on that resource can only be properly interpreted
1095         by the origin server.
1096      </p>
1097      <p id="rfc.section.8.p.6">If the selecting request header fields for the cached entry do not match the selecting request header fields of the new request,
1098         then the cache <em class="bcp14">MUST NOT</em> use a cached entry to satisfy the request unless it first relays the new request to the origin server in a conditional request
1099         and the server responds with 304 (Not Modified), including an entity tag or Content-Location that indicates the entity to
1100         be used.
1101      </p>
1102      <p id="rfc.section.8.p.7">If an entity tag was assigned to a cached representation, the forwarded request <em class="bcp14">SHOULD</em> be conditional and include the entity tags in an If-None-Match header field from all its cache entries for the resource. This
1103         conveys to the server the set of entities currently held by the cache, so that if any one of these entities matches the requested
1104         entity, the server can use the ETag header field in its 304 (Not Modified) response to tell the cache which entry is appropriate.
1105         If the entity-tag of the new response matches that of an existing entry, the new response <em class="bcp14">SHOULD</em> be used to update the header fields of the existing entry, and the result <em class="bcp14">MUST</em> be returned to the client.
1106      </p>
1107      <p id="rfc.section.8.p.8">If any of the existing cache entries contains only partial content for the associated entity, its entity-tag <em class="bcp14">SHOULD NOT</em> be included in the If-None-Match header field unless the request is for a range that would be fully satisfied by that entry.
1108      </p>
1109      <p id="rfc.section.8.p.9">If a cache receives a successful response whose Content-Location field matches that of an existing cache entry for the same
1110         Request-URI, whose entity-tag differs from that of the existing entry, and whose Date is more recent than that of the existing
1111         entry, the existing entry <em class="bcp14">SHOULD NOT</em> be returned in response to future requests and <em class="bcp14">SHOULD</em> be deleted from the cache.
1112      </p>
1113      <h1 id="rfc.section.9"><a href="#rfc.section.9">9.</a>&nbsp;<a id="shared.and.non-shared.caches" href="#shared.and.non-shared.caches">Shared and Non-Shared Caches</a></h1>
1114      <p id="rfc.section.9.p.1">For reasons of security and privacy, it is necessary to make a distinction between "shared" and "non-shared" caches. A non-shared
1115         cache is one that is accessible only to a single user. Accessibility in this case <em class="bcp14">SHOULD</em> be enforced by appropriate security mechanisms. All other caches are considered to be "shared." Other sections of this specification
1116         place certain constraints on the operation of shared caches in order to prevent loss of privacy or failure of access controls.
1117      </p>
1118      <h1 id="rfc.section.10"><a href="#rfc.section.10">10.</a>&nbsp;<a id="errors.or.incomplete.response.cache.behavior" href="#errors.or.incomplete.response.cache.behavior">Errors or Incomplete Response Cache Behavior</a></h1>
1119      <p id="rfc.section.10.p.1">A cache that receives an incomplete response (for example, with fewer bytes of data than specified in a Content-Length header) <em class="bcp14">MAY</em> store the response. However, the cache <em class="bcp14">MUST</em> treat this as a partial response. Partial responses <em class="bcp14">MAY</em> be combined as described in <a href="p5-range.html#combining.byte.ranges" title="Combining Byte Ranges">Section 5</a> of <a href="#Part5" id="rfc.xref.Part5.2"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>; the result might be a full response or might still be partial. A cache <em class="bcp14">MUST NOT</em> return a partial response to a client without explicitly marking it as such, using the 206 (Partial Content) status code.
1120         A cache <em class="bcp14">MUST NOT</em> return a partial response using a status code of 200 (OK).
1121      </p>
1122      <p id="rfc.section.10.p.2">If a cache receives a 5xx response while attempting to revalidate an entry, it <em class="bcp14">MAY</em> either forward this response to the requesting client, or act as if the server failed to respond. In the latter case, it <em class="bcp14">MAY</em> return a previously received response unless the cached entry includes the "must-revalidate" cache-control directive (see <a href="#header.cache-control" id="rfc.xref.header.cache-control.8" title="Cache-Control">Section&nbsp;16.2</a>).
1123      </p>
1124      <h1 id="rfc.section.11"><a href="#rfc.section.11">11.</a>&nbsp;<a id="side.effects.of.get.and.head" href="#side.effects.of.get.and.head">Side Effects of GET and HEAD</a></h1>
1125      <p id="rfc.section.11.p.1">Unless the origin server explicitly prohibits the caching of their responses, the application of GET and HEAD methods to any
1126         resources <em class="bcp14">SHOULD NOT</em> have side effects that would lead to erroneous behavior if these responses are taken from a cache. They <em class="bcp14">MAY</em> still have side effects, but a cache is not required to consider such side effects in its caching decisions. Caches are always
1127         expected to observe an origin server's explicit restrictions on caching.
1128      </p>
1129      <p id="rfc.section.11.p.2">We note one exception to this rule: since some applications have traditionally used GET and HEAD requests with URLs containing
1130         a query part to perform operations with significant side effects, caches <em class="bcp14">MUST NOT</em> treat responses to such URIs as fresh unless the server provides an explicit expiration time. This specifically means that
1131         responses from HTTP/1.0 servers for such URIs <em class="bcp14">SHOULD NOT</em> be taken from a cache. See <a href="p2-semantics.html#safe.methods" title="Safe Methods">Section 8.1.1</a> of <a href="#Part2" id="rfc.xref.Part2.1"><cite title="HTTP/1.1, part 2: Message Semantics">[Part2]</cite></a> for related information.
1132      </p>
1133      <h1 id="rfc.section.12"><a href="#rfc.section.12">12.</a>&nbsp;<a id="invalidation.after.updates.or.deletions" href="#invalidation.after.updates.or.deletions">Invalidation After Updates or Deletions</a></h1>
1134      <p id="rfc.section.12.p.1">The effect of certain methods performed on a resource at the origin server might cause one or more existing cache entries
1135         to become non-transparently invalid. That is, although they might continue to be "fresh," they do not accurately reflect what
1136         the origin server would return for a new request on that resource.
1137      </p>
1138      <p id="rfc.section.12.p.2">There is no way for HTTP to guarantee that all such cache entries are marked invalid. For example, the request that caused
1139         the change at the origin server might not have gone through the proxy where a cache entry is stored. However, several rules
1140         help reduce the likelihood of erroneous behavior.
1141      </p>
1142      <p id="rfc.section.12.p.3">In this section, the phrase "invalidate an entity" means that the cache will either remove all instances of that entity from
1143         its storage, or will mark these as "invalid" and in need of a mandatory revalidation before they can be returned in response
1144         to a subsequent request.
1145      </p>
1146      <p id="rfc.section.12.p.4">Some HTTP methods <em class="bcp14">MUST</em> cause a cache to invalidate an entity. This is either the entity referred to by the Request-URI, or by the Location or Content-Location
1147         headers (if present). These methods are:
1148      </p>
1149      <ul>
1150         <li>PUT</li>
1151         <li>DELETE</li>
1152         <li>POST</li>
1153      </ul>
1154      <p id="rfc.section.12.p.5">An invalidation based on the URI in a Location or Content-Location header <em class="bcp14">MUST NOT</em> be performed if the host part of that URI differs from the host part in the Request-URI. This helps prevent denial of service
1155         attacks.
1156      </p>
1157      <p id="rfc.section.12.p.6">A cache that passes through requests for methods it does not understand <em class="bcp14">SHOULD</em> invalidate any entities referred to by the Request-URI.
1158      </p>
1159      <h1 id="rfc.section.13"><a href="#rfc.section.13">13.</a>&nbsp;<a id="write-through.mandatory" href="#write-through.mandatory">Write-Through Mandatory</a></h1>
1160      <p id="rfc.section.13.p.1">All methods that might be expected to cause modifications to the origin server's resources <em class="bcp14">MUST</em> be written through to the origin server. This currently includes all methods except for GET and HEAD. A cache <em class="bcp14">MUST NOT</em> reply to such a request from a client before having transmitted the request to the inbound server, and having received a corresponding
1161         response from the inbound server. This does not prevent a proxy cache from sending a 100 (Continue) response before the inbound
1162         server has sent its final reply.
1163      </p>
1164      <p id="rfc.section.13.p.2">The alternative (known as "write-back" or "copy-back" caching) is not allowed in HTTP/1.1, due to the difficulty of providing
1165         consistent updates and the problems arising from server, cache, or network failure prior to write-back.
1166      </p>
1167      <h1 id="rfc.section.14"><a href="#rfc.section.14">14.</a>&nbsp;<a id="cache.replacement" href="#cache.replacement">Cache Replacement</a></h1>
1168      <p id="rfc.section.14.p.1">If a new cacheable (see Sections <a href="#what.may.be.stored.by.caches" title="What May be Stored by Caches">16.2.2</a>, <a href="#disambiguating.expiration.values" title="Disambiguating Expiration Values">4.5</a>, <a href="#disambiguating.multiple.responses" title="Disambiguating Multiple Responses">4.6</a> and <a href="#errors.or.incomplete.response.cache.behavior" title="Errors or Incomplete Response Cache Behavior">10</a>) response is received from a resource while any existing responses for the same resource are cached, the cache <em class="bcp14">SHOULD</em> use the new response to reply to the current request. It <em class="bcp14">MAY</em> insert it into cache storage and <em class="bcp14">MAY</em>, if it meets all other requirements, use it to respond to any future requests that would previously have caused the old response
1169         to be returned. If it inserts the new response into cache storage the rules in <a href="#combining.headers" title="Combining Headers">Section&nbsp;7.3</a> apply.
1170      </p>
1171      <dl class="empty">
1172         <dd> <b>Note:</b> a new response that has an older Date header value than existing cached responses is not cacheable.
1173         </dd>
1174      </dl>
1175      <h1 id="rfc.section.15"><a href="#rfc.section.15">15.</a>&nbsp;<a id="history.lists" href="#history.lists">History Lists</a></h1>
1176      <p id="rfc.section.15.p.1">User agents often have history mechanisms, such as "Back" buttons and history lists, which can be used to redisplay an entity
1177         retrieved earlier in a session.
1178      </p>
1179      <p id="rfc.section.15.p.2">History mechanisms and caches are different. In particular history mechanisms <em class="bcp14">SHOULD NOT</em> try to show a semantically transparent view of the current state of a resource. Rather, a history mechanism is meant to show
1180         exactly what the user saw at the time when the resource was retrieved.
1181      </p>
1182      <p id="rfc.section.15.p.3">By default, an expiration time does not apply to history mechanisms. If the entity is still in storage, a history mechanism <em class="bcp14">SHOULD</em> display it even if the entity has expired, unless the user has specifically configured the agent to refresh expired history
1183         documents.
1184      </p>
1185      <p id="rfc.section.15.p.4">This is not to be construed to prohibit the history mechanism from telling the user that a view might be stale. </p>
1186      <dl class="empty">
1187         <dd> <b>Note:</b> if history list mechanisms unnecessarily prevent users from viewing stale resources, this will tend to force service authors
1188            to avoid using HTTP expiration controls and cache controls when they would otherwise like to. Service authors may consider
1189            it important that users not be presented with error messages or warning messages when they use navigation controls (such as
1190            BACK) to view previously fetched resources. Even though sometimes such resources ought not be cached, or ought to expire quickly,
1191            user interface considerations may force service authors to resort to other means of preventing caching (e.g. "once-only" URLs)
1192            in order not to suffer the effects of improperly functioning history mechanisms.
1193         </dd>
1194      </dl>
1195      <h1 id="rfc.section.16"><a href="#rfc.section.16">16.</a>&nbsp;<a id="header.fields" href="#header.fields">Header Field Definitions</a></h1>
1196      <p id="rfc.section.16.p.1">This section defines the syntax and semantics of HTTP/1.1 header fields related to caching.</p>
1197      <p id="rfc.section.16.p.2">For entity-header fields, both sender and recipient refer to either the client or the server, depending on who sends and who
1198         receives the entity.
1199      </p>
1200      <div id="rfc.iref.a.2"></div>
1201      <div id="rfc.iref.h.2"></div>
1202      <h2 id="rfc.section.16.1"><a href="#rfc.section.16.1">16.1</a>&nbsp;<a id="header.age" href="#header.age">Age</a></h2>
1203      <p id="rfc.section.16.1.p.1">The Age response-header field conveys the sender's estimate of the amount of time since the response (or its revalidation)
1204         was generated at the origin server. A cached response is "fresh" if its age does not exceed its freshness lifetime. Age values
1205         are calculated as specified in <a href="#age.calculations" title="Age Calculations">Section&nbsp;4.3</a>.
1206      </p>
1207      <div id="rfc.figure.u.12"></div><pre class="inline"><span id="rfc.iref.g.1"></span><span id="rfc.iref.g.2"></span>  <a href="#header.age" class="smpl">Age</a> = "Age" ":" <a href="#header.age" class="smpl">age-value</a>
1208  <a href="#header.age" class="smpl">age-value</a> = <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>
1209</pre><div id="rule.delta-seconds">
1210         <p id="rfc.section.16.1.p.3">  Age values are non-negative decimal integers, representing time in seconds.</p>
1211      </div>
1212      <div id="rfc.figure.u.13"></div><pre class="inline"><span id="rfc.iref.g.3"></span>  <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>  = 1*<a href="#notation" class="smpl">DIGIT</a>
1213</pre><p id="rfc.section.16.1.p.5">If a cache receives a value larger than the largest positive integer it can represent, or if any of its age calculations overflows,
1214         it <em class="bcp14">MUST</em> transmit an Age header with a value of 2147483648 (2^31). An HTTP/1.1 server that includes a cache <em class="bcp14">MUST</em> include an Age header field in every response generated from its own cache. Caches <em class="bcp14">SHOULD</em> use an arithmetic type of at least 31 bits of range.
1215      </p>
1216      <div id="rfc.iref.c.3"></div>
1217      <div id="rfc.iref.h.3"></div>
1218      <h2 id="rfc.section.16.2"><a href="#rfc.section.16.2">16.2</a>&nbsp;<a id="header.cache-control" href="#header.cache-control">Cache-Control</a></h2>
1219      <p id="rfc.section.16.2.p.1">The Cache-Control general-header field is used to specify directives that <em class="bcp14">MUST</em> be obeyed by all caching mechanisms along the request/response chain. The directives specify behavior intended to prevent
1220         caches from adversely interfering with the request or response. These directives typically override the default caching algorithms.
1221         Cache directives are unidirectional in that the presence of a directive in a request does not imply that the same directive
1222         is to be given in the response.
1223      </p>
1224      <dl class="empty">
1225         <dd>Note that HTTP/1.0 caches might not implement Cache-Control and might only implement Pragma: no-cache (see <a href="#header.pragma" id="rfc.xref.header.pragma.1" title="Pragma">Section&nbsp;16.4</a>).
1226         </dd>
1227      </dl>
1228      <p id="rfc.section.16.2.p.2">Cache directives <em class="bcp14">MUST</em> be passed through by a proxy or gateway application, regardless of their significance to that application, since the directives
1229         might be applicable to all recipients along the request/response chain. It is not possible to specify a cache-directive for
1230         a specific cache.
1231      </p>
1232      <div id="rfc.figure.u.14"></div><pre class="inline"><span id="rfc.iref.g.4"></span><span id="rfc.iref.g.5"></span><span id="rfc.iref.g.6"></span><span id="rfc.iref.g.7"></span><span id="rfc.iref.g.8"></span>  <a href="#header.cache-control" class="smpl">Cache-Control</a>   = "Cache-Control" ":" 1#<a href="#header.cache-control" class="smpl">cache-directive</a>
1233
1234  <a href="#header.cache-control" class="smpl">cache-directive</a> = <a href="#header.cache-control" class="smpl">cache-request-directive</a>
1235     | <a href="#header.cache-control" class="smpl">cache-response-directive</a>
1236
1237  <a href="#header.cache-control" class="smpl">cache-request-directive</a> =
1238       "no-cache"                          ; <a href="#what.is.cacheable" title="What is Cacheable">Section&nbsp;16.2.1</a>
1239     | "no-store"                          ; <a href="#what.may.be.stored.by.caches" title="What May be Stored by Caches">Section&nbsp;16.2.2</a>
1240     | "max-age" "=" <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>         ; <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>, <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">16.2.4</a>
1241     | "max-stale" [ "=" <a href="#rule.delta-seconds" class="smpl">delta-seconds</a> ]   ; <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>
1242     | "min-fresh" "=" <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>       ; <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>
1243     | "no-transform"                      ; <a href="#no-transform.directive" title="No-Transform Directive">Section&nbsp;16.2.5</a>
1244     | "only-if-cached"                    ; <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;16.2.4</a>
1245     | <a href="#header.cache-control" class="smpl">cache-extension</a>                     ; <a href="#cache.control.extensions" title="Cache Control Extensions">Section&nbsp;16.2.6</a>
1246
1247  <a href="#header.cache-control" class="smpl">cache-response-directive</a> =
1248       "public"                               ; <a href="#what.is.cacheable" title="What is Cacheable">Section&nbsp;16.2.1</a>
1249     | "private" [ "=" <a href="#notation" class="smpl">DQUOTE</a> 1#<a href="#abnf.dependencies" class="smpl">field-name</a> <a href="#notation" class="smpl">DQUOTE</a> ] ; <a href="#what.is.cacheable" title="What is Cacheable">Section&nbsp;16.2.1</a>
1250     | "no-cache" [ "=" <a href="#notation" class="smpl">DQUOTE</a> 1#<a href="#abnf.dependencies" class="smpl">field-name</a> <a href="#notation" class="smpl">DQUOTE</a> ] ; <a href="#what.is.cacheable" title="What is Cacheable">Section&nbsp;16.2.1</a>
1251     | "no-store"                             ; <a href="#what.may.be.stored.by.caches" title="What May be Stored by Caches">Section&nbsp;16.2.2</a>
1252     | "no-transform"                         ; <a href="#no-transform.directive" title="No-Transform Directive">Section&nbsp;16.2.5</a>
1253     | "must-revalidate"                      ; <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;16.2.4</a>
1254     | "proxy-revalidate"                     ; <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;16.2.4</a>
1255     | "max-age" "=" <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>            ; <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>
1256     | "s-maxage" "=" <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>           ; <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>
1257     | <a href="#header.cache-control" class="smpl">cache-extension</a>                        ; <a href="#cache.control.extensions" title="Cache Control Extensions">Section&nbsp;16.2.6</a>
1258
1259  <a href="#header.cache-control" class="smpl">cache-extension</a> = <a href="#notation" class="smpl">token</a> [ "=" ( <a href="#notation" class="smpl">token</a> | <a href="#notation" class="smpl">quoted-string</a> ) ]
1260</pre><p id="rfc.section.16.2.p.4">When a directive appears without any 1#field-name parameter, the directive applies to the entire request or response. When
1261         such a directive appears with a 1#field-name parameter, it applies only to the named field or fields, and not to the rest
1262         of the request or response. This mechanism supports extensibility; implementations of future versions of HTTP might apply
1263         these directives to header fields not defined in HTTP/1.1.
1264      </p>
1265      <p id="rfc.section.16.2.p.5">The cache-control directives can be broken down into these general categories: </p>
1266      <ul>
1267         <li>Restrictions on what are cacheable; these may only be imposed by the origin server.</li>
1268         <li>Restrictions on what may be stored by a cache; these may be imposed by either the origin server or the user agent.</li>
1269         <li>Modifications of the basic expiration mechanism; these may be imposed by either the origin server or the user agent.</li>
1270         <li>Controls over cache revalidation and reload; these may only be imposed by a user agent.</li>
1271         <li>Control over transformation of entities.</li>
1272         <li>Extensions to the caching system.</li>
1273      </ul>
1274      <h3 id="rfc.section.16.2.1"><a href="#rfc.section.16.2.1">16.2.1</a>&nbsp;<a id="what.is.cacheable" href="#what.is.cacheable">What is Cacheable</a></h3>
1275      <p id="rfc.section.16.2.1.p.1">By default, a response is cacheable if the requirements of the request method, request header fields, and the response status
1276         indicate that it is cacheable. <a href="#response.cacheability" title="Response Cacheability">Section&nbsp;6</a> summarizes these defaults for cacheability. The following Cache-Control response directives allow an origin server to override
1277         the default cacheability of a response:
1278      </p>
1279      <p id="rfc.section.16.2.1.p.2"> <span id="rfc.iref.c.4"></span>  <span id="rfc.iref.p.1"></span> public
1280      </p>
1281      <dl class="empty">
1282         <dd>Indicates that the response <em class="bcp14">MAY</em> be cached by any cache, even if it would normally be non-cacheable or cacheable only within a non-shared cache. (See also
1283            Authorization, <a href="p7-auth.html#header.authorization" title="Authorization">Section 4.1</a> of <a href="#Part7" id="rfc.xref.Part7.2"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a>, for additional details.)
1284         </dd>
1285      </dl>
1286      <p id="rfc.section.16.2.1.p.3"> <span id="rfc.iref.c.5"></span>  <span id="rfc.iref.p.2"></span> private
1287      </p>
1288      <dl class="empty">
1289         <dd>Indicates that all or part of the response message is intended for a single user and <em class="bcp14">MUST NOT</em> be cached by a shared cache. This allows an origin server to state that the specified parts of the response are intended for
1290            only one user and are not a valid response for requests by other users. A private (non-shared) cache <em class="bcp14">MAY</em> cache the response.
1291         </dd>
1292         <dd> <b>Note:</b> This usage of the word private only controls where the response may be cached, and cannot ensure the privacy of the message
1293            content.
1294         </dd>
1295      </dl>
1296      <p id="rfc.section.16.2.1.p.4"> <span id="rfc.iref.c.6"></span>  <span id="rfc.iref.n.1"></span> no-cache
1297      </p>
1298      <dl class="empty">
1299         <dd>If the no-cache directive does not specify a field-name, then a cache <em class="bcp14">MUST NOT</em> use the response to satisfy a subsequent request without successful revalidation with the origin server. This allows an origin
1300            server to prevent caching even by caches that have been configured to return stale responses to client requests.
1301         </dd>
1302         <dd>If the no-cache directive does specify one or more field-names, then a cache <em class="bcp14">MAY</em> use the response to satisfy a subsequent request, subject to any other restrictions on caching. However, the specified field-name(s) <em class="bcp14">MUST NOT</em> be sent in the response to a subsequent request without successful revalidation with the origin server. This allows an origin
1303            server to prevent the re-use of certain header fields in a response, while still allowing caching of the rest of the response.
1304            <dl class="empty">
1305               <dd> <b>Note:</b> Most HTTP/1.0 caches will not recognize or obey this directive.
1306               </dd>
1307            </dl>
1308         </dd>
1309      </dl>
1310      <h3 id="rfc.section.16.2.2"><a href="#rfc.section.16.2.2">16.2.2</a>&nbsp;<a id="what.may.be.stored.by.caches" href="#what.may.be.stored.by.caches">What May be Stored by Caches</a></h3>
1311      <p id="rfc.section.16.2.2.p.1"> <span id="rfc.iref.c.7"></span>  <span id="rfc.iref.n.2"></span> no-store
1312      </p>
1313      <dl class="empty">
1314         <dd>The purpose of the no-store directive is to prevent the inadvertent release or retention of sensitive information (for example,
1315            on backup tapes). The no-store directive applies to the entire message, and <em class="bcp14">MAY</em> be sent either in a response or in a request. If sent in a request, a cache <em class="bcp14">MUST NOT</em> store any part of either this request or any response to it. If sent in a response, a cache <em class="bcp14">MUST NOT</em> store any part of either this response or the request that elicited it. This directive applies to both non-shared and shared
1316            caches. "<em class="bcp14">MUST NOT</em> store" in this context means that the cache <em class="bcp14">MUST NOT</em> intentionally store the information in non-volatile storage, and <em class="bcp14">MUST</em> make a best-effort attempt to remove the information from volatile storage as promptly as possible after forwarding it.
1317         </dd>
1318         <dd>Even when this directive is associated with a response, users might explicitly store such a response outside of the caching
1319            system (e.g., with a "Save As" dialog). History buffers <em class="bcp14">MAY</em> store such responses as part of their normal operation.
1320         </dd>
1321         <dd>The purpose of this directive is to meet the stated requirements of certain users and service authors who are concerned about
1322            accidental releases of information via unanticipated accesses to cache data structures. While the use of this directive might
1323            improve privacy in some cases, we caution that it is NOT in any way a reliable or sufficient mechanism for ensuring privacy.
1324            In particular, malicious or compromised caches might not recognize or obey this directive, and communications networks might
1325            be vulnerable to eavesdropping.
1326         </dd>
1327      </dl>
1328      <h3 id="rfc.section.16.2.3"><a href="#rfc.section.16.2.3">16.2.3</a>&nbsp;<a id="modifications.of.the.basic.expiration.mechanism" href="#modifications.of.the.basic.expiration.mechanism">Modifications of the Basic Expiration Mechanism</a></h3>
1329      <p id="rfc.section.16.2.3.p.1">The expiration time of an entity <em class="bcp14">MAY</em> be specified by the origin server using the Expires header (see <a href="#header.expires" id="rfc.xref.header.expires.2" title="Expires">Section&nbsp;16.3</a>). Alternatively, it <em class="bcp14">MAY</em> be specified using the max-age directive in a response. When the max-age cache-control directive is present in a cached response,
1330         the response is stale if its current age is greater than the age value given (in seconds) at the time of a new request for
1331         that resource. The max-age directive on a response implies that the response is cacheable (i.e., "public") unless some other,
1332         more restrictive cache directive is also present.
1333      </p>
1334      <p id="rfc.section.16.2.3.p.2">If a response includes both an Expires header and a max-age directive, the max-age directive overrides the Expires header,
1335         even if the Expires header is more restrictive. This rule allows an origin server to provide, for a given response, a longer
1336         expiration time to an HTTP/1.1 (or later) cache than to an HTTP/1.0 cache. This might be useful if certain HTTP/1.0 caches
1337         improperly calculate ages or expiration times, perhaps due to desynchronized clocks.
1338      </p>
1339      <p id="rfc.section.16.2.3.p.3">Many HTTP/1.0 cache implementations will treat an Expires value that is less than or equal to the response Date value as being
1340         equivalent to the Cache-Control response directive "no-cache". If an HTTP/1.1 cache receives such a response, and the response
1341         does not include a Cache-Control header field, it <em class="bcp14">SHOULD</em> consider the response to be non-cacheable in order to retain compatibility with HTTP/1.0 servers.
1342      </p>
1343      <dl class="empty">
1344         <dd> <b>Note:</b> An origin server might wish to use a relatively new HTTP cache control feature, such as the "private" directive, on a network
1345            including older caches that do not understand that feature. The origin server will need to combine the new feature with an
1346            Expires field whose value is less than or equal to the Date value. This will prevent older caches from improperly caching
1347            the response.
1348         </dd>
1349      </dl>
1350      <p id="rfc.section.16.2.3.p.4"> <span id="rfc.iref.c.8"></span>  <span id="rfc.iref.s.3"></span> s-maxage
1351      </p>
1352      <dl class="empty">
1353         <dd>If a response includes an s-maxage directive, then for a shared cache (but not for a private cache), the maximum age specified
1354            by this directive overrides the maximum age specified by either the max-age directive or the Expires header. The s-maxage
1355            directive also implies the semantics of the proxy-revalidate directive (see <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;16.2.4</a>), i.e., that the shared cache must not use the entry after it becomes stale to respond to a subsequent request without first
1356            revalidating it with the origin server. The s-maxage directive is always ignored by a private cache.
1357         </dd>
1358      </dl>
1359      <p id="rfc.section.16.2.3.p.5">Note that most older caches, not compliant with this specification, do not implement any cache-control directives. An origin
1360         server wishing to use a cache-control directive that restricts, but does not prevent, caching by an HTTP/1.1-compliant cache <em class="bcp14">MAY</em> exploit the requirement that the max-age directive overrides the Expires header, and the fact that pre-HTTP/1.1-compliant
1361         caches do not observe the max-age directive.
1362      </p>
1363      <p id="rfc.section.16.2.3.p.6">Other directives allow a user agent to modify the basic expiration mechanism. These directives <em class="bcp14">MAY</em> be specified on a request:
1364      </p>
1365      <p id="rfc.section.16.2.3.p.7"> <span id="rfc.iref.c.9"></span>  <span id="rfc.iref.m.1"></span> max-age
1366      </p>
1367      <dl class="empty">
1368         <dd>Indicates that the client is willing to accept a response whose age is no greater than the specified time in seconds. Unless
1369            max-stale directive is also included, the client is not willing to accept a stale response.
1370         </dd>
1371      </dl>
1372      <p id="rfc.section.16.2.3.p.8"> <span id="rfc.iref.c.10"></span>  <span id="rfc.iref.m.2"></span> min-fresh
1373      </p>
1374      <dl class="empty">
1375         <dd>Indicates that the client is willing to accept a response whose freshness lifetime is no less than its current age plus the
1376            specified time in seconds. That is, the client wants a response that will still be fresh for at least the specified number
1377            of seconds.
1378         </dd>
1379      </dl>
1380      <p id="rfc.section.16.2.3.p.9"> <span id="rfc.iref.c.11"></span>  <span id="rfc.iref.m.3"></span> max-stale
1381      </p>
1382      <dl class="empty">
1383         <dd>Indicates that the client is willing to accept a response that has exceeded its expiration time. If max-stale is assigned
1384            a value, then the client is willing to accept a response that has exceeded its expiration time by no more than the specified
1385            number of seconds. If no value is assigned to max-stale, then the client is willing to accept a stale response of any age.
1386         </dd>
1387      </dl>
1388      <p id="rfc.section.16.2.3.p.10">If a cache returns a stale response, either because of a max-stale directive on a request, or because the cache is configured
1389         to override the expiration time of a response, the cache <em class="bcp14">MUST</em> attach a Warning header to the stale response, using Warning 110 (Response is stale).
1390      </p>
1391      <p id="rfc.section.16.2.3.p.11">A cache <em class="bcp14">MAY</em> be configured to return stale responses without validation, but only if this does not conflict with any "MUST"-level requirements
1392         concerning cache validation (e.g., a "must-revalidate" cache-control directive).
1393      </p>
1394      <p id="rfc.section.16.2.3.p.12">If both the new request and the cached entry include "max-age" directives, then the lesser of the two values is used for determining
1395         the freshness of the cached entry for that request.
1396      </p>
1397      <h3 id="rfc.section.16.2.4"><a href="#rfc.section.16.2.4">16.2.4</a>&nbsp;<a id="cache.revalidation.and.reload.controls" href="#cache.revalidation.and.reload.controls">Cache Revalidation and Reload Controls</a></h3>
1398      <p id="rfc.section.16.2.4.p.1">Sometimes a user agent might want or need to insist that a cache revalidate its cache entry with the origin server (and not
1399         just with the next cache along the path to the origin server), or to reload its cache entry from the origin server. End-to-end
1400         revalidation might be necessary if either the cache or the origin server has overestimated the expiration time of the cached
1401         response. End-to-end reload may be necessary if the cache entry has become corrupted for some reason.
1402      </p>
1403      <p id="rfc.section.16.2.4.p.2">End-to-end revalidation may be requested either when the client does not have its own local cached copy, in which case we
1404         call it "unspecified end-to-end revalidation", or when the client does have a local cached copy, in which case we call it
1405         "specific end-to-end revalidation."
1406      </p>
1407      <p id="rfc.section.16.2.4.p.3">The client can specify these three kinds of action using Cache-Control request directives:</p>
1408      <p id="rfc.section.16.2.4.p.4">End-to-end reload </p>
1409      <dl class="empty">
1410         <dd>The request includes a "no-cache" cache-control directive or, for compatibility with HTTP/1.0 clients, "Pragma: no-cache".
1411            Field names <em class="bcp14">MUST NOT</em> be included with the no-cache directive in a request. The server <em class="bcp14">MUST NOT</em> use a cached copy when responding to such a request.
1412         </dd>
1413      </dl>
1414      <p id="rfc.section.16.2.4.p.5">Specific end-to-end revalidation </p>
1415      <dl class="empty">
1416         <dd>The request includes a "max-age=0" cache-control directive, which forces each cache along the path to the origin server to
1417            revalidate its own entry, if any, with the next cache or server. The initial request includes a cache-validating conditional
1418            with the client's current validator.
1419         </dd>
1420      </dl>
1421      <p id="rfc.section.16.2.4.p.6">Unspecified end-to-end revalidation </p>
1422      <dl class="empty">
1423         <dd>The request includes "max-age=0" cache-control directive, which forces each cache along the path to the origin server to revalidate
1424            its own entry, if any, with the next cache or server. The initial request does not include a cache-validating conditional;
1425            the first cache along the path (if any) that holds a cache entry for this resource includes a cache-validating conditional
1426            with its current validator.
1427         </dd>
1428      </dl>
1429      <p id="rfc.section.16.2.4.p.7"> <span id="rfc.iref.c.12"></span>  <span id="rfc.iref.m.4"></span> max-age
1430      </p>
1431      <dl class="empty">
1432         <dd>When an intermediate cache is forced, by means of a max-age=0 directive, to revalidate its own cache entry, and the client
1433            has supplied its own validator in the request, the supplied validator might differ from the validator currently stored with
1434            the cache entry. In this case, the cache <em class="bcp14">MAY</em> use either validator in making its own request without affecting semantic transparency.
1435         </dd>
1436         <dd>However, the choice of validator might affect performance. The best approach is for the intermediate cache to use its own
1437            validator when making its request. If the server replies with 304 (Not Modified), then the cache can return its now validated
1438            copy to the client with a 200 (OK) response. If the server replies with a new entity and cache validator, however, the intermediate
1439            cache can compare the returned validator with the one provided in the client's request, using the strong comparison function.
1440            If the client's validator is equal to the origin server's, then the intermediate cache simply returns 304 (Not Modified).
1441            Otherwise, it returns the new entity with a 200 (OK) response.
1442         </dd>
1443         <dd>If a request includes the no-cache directive, it <em class="bcp14">SHOULD NOT</em> include min-fresh, max-stale, or max-age.
1444         </dd>
1445      </dl>
1446      <p id="rfc.section.16.2.4.p.8"> <span id="rfc.iref.c.13"></span>  <span id="rfc.iref.o.1"></span> only-if-cached
1447      </p>
1448      <dl class="empty">
1449         <dd>In some cases, such as times of extremely poor network connectivity, a client may want a cache to return only those responses
1450            that it currently has stored, and not to reload or revalidate with the origin server. To do this, the client may include the
1451            only-if-cached directive in a request. If it receives this directive, a cache <em class="bcp14">SHOULD</em> either respond using a cached entry that is consistent with the other constraints of the request, or respond with a 504 (Gateway
1452            Timeout) status. However, if a group of caches is being operated as a unified system with good internal connectivity, such
1453            a request <em class="bcp14">MAY</em> be forwarded within that group of caches.
1454         </dd>
1455      </dl>
1456      <p id="rfc.section.16.2.4.p.9"> <span id="rfc.iref.c.14"></span>  <span id="rfc.iref.m.5"></span> must-revalidate
1457      </p>
1458      <dl class="empty">
1459         <dd>Because a cache <em class="bcp14">MAY</em> be configured to ignore a server's specified expiration time, and because a client request <em class="bcp14">MAY</em> include a max-stale directive (which has a similar effect), the protocol also includes a mechanism for the origin server to
1460            require revalidation of a cache entry on any subsequent use. When the must-revalidate directive is present in a response received
1461            by a cache, that cache <em class="bcp14">MUST NOT</em> use the entry after it becomes stale to respond to a subsequent request without first revalidating it with the origin server.
1462            (I.e., the cache <em class="bcp14">MUST</em> do an end-to-end revalidation every time, if, based solely on the origin server's Expires or max-age value, the cached response
1463            is stale.)
1464         </dd>
1465         <dd>The must-revalidate directive is necessary to support reliable operation for certain protocol features. In all circumstances
1466            an HTTP/1.1 cache <em class="bcp14">MUST</em> obey the must-revalidate directive; in particular, if the cache cannot reach the origin server for any reason, it <em class="bcp14">MUST</em> generate a 504 (Gateway Timeout) response.
1467         </dd>
1468         <dd>Servers <em class="bcp14">SHOULD</em> send the must-revalidate directive if and only if failure to revalidate a request on the entity could result in incorrect
1469            operation, such as a silently unexecuted financial transaction. Recipients <em class="bcp14">MUST NOT</em> take any automated action that violates this directive, and <em class="bcp14">MUST NOT</em> automatically provide an unvalidated copy of the entity if revalidation fails.
1470         </dd>
1471         <dd>Although this is not recommended, user agents operating under severe connectivity constraints <em class="bcp14">MAY</em> violate this directive but, if so, <em class="bcp14">MUST</em> explicitly warn the user that an unvalidated response has been provided. The warning <em class="bcp14">MUST</em> be provided on each unvalidated access, and <em class="bcp14">SHOULD</em> require explicit user confirmation.
1472         </dd>
1473      </dl>
1474      <p id="rfc.section.16.2.4.p.10"> <span id="rfc.iref.c.15"></span>  <span id="rfc.iref.p.3"></span> proxy-revalidate
1475      </p>
1476      <dl class="empty">
1477         <dd>The proxy-revalidate directive has the same meaning as the must-revalidate directive, except that it does not apply to non-shared
1478            user agent caches. It can be used on a response to an authenticated request to permit the user's cache to store and later
1479            return the response without needing to revalidate it (since it has already been authenticated once by that user), while still
1480            requiring proxies that service many users to revalidate each time (in order to make sure that each user has been authenticated).
1481            Note that such authenticated responses also need the public cache control directive in order to allow them to be cached at
1482            all.
1483         </dd>
1484      </dl>
1485      <h3 id="rfc.section.16.2.5"><a href="#rfc.section.16.2.5">16.2.5</a>&nbsp;<a id="no-transform.directive" href="#no-transform.directive">No-Transform Directive</a></h3>
1486      <p id="rfc.section.16.2.5.p.1"> <span id="rfc.iref.c.16"></span>  <span id="rfc.iref.n.3"></span> no-transform
1487      </p>
1488      <dl class="empty">
1489         <dd>Implementors of intermediate caches (proxies) have found it useful to convert the media type of certain entity bodies. A non-transparent
1490            proxy might, for example, convert between image formats in order to save cache space or to reduce the amount of traffic on
1491            a slow link.
1492         </dd>
1493         <dd>Serious operational problems occur, however, when these transformations are applied to entity bodies intended for certain
1494            kinds of applications. For example, applications for medical imaging, scientific data analysis and those using end-to-end
1495            authentication, all depend on receiving an entity body that is bit for bit identical to the original entity-body.
1496         </dd>
1497         <dd>Therefore, if a message includes the no-transform directive, an intermediate cache or proxy <em class="bcp14">MUST NOT</em> change those headers that are listed in <a href="#non-modifiable.headers" title="Non-modifiable Headers">Section&nbsp;7.2</a> as being subject to the no-transform directive. This implies that the cache or proxy <em class="bcp14">MUST NOT</em> change any aspect of the entity-body that is specified by these headers, including the value of the entity-body itself.
1498         </dd>
1499      </dl>
1500      <h3 id="rfc.section.16.2.6"><a href="#rfc.section.16.2.6">16.2.6</a>&nbsp;<a id="cache.control.extensions" href="#cache.control.extensions">Cache Control Extensions</a></h3>
1501      <p id="rfc.section.16.2.6.p.1">The Cache-Control header field can be extended through the use of one or more cache-extension tokens, each with an optional
1502         assigned value. Informational extensions (those which do not require a change in cache behavior) <em class="bcp14">MAY</em> be added without changing the semantics of other directives. Behavioral extensions are designed to work by acting as modifiers
1503         to the existing base of cache directives. Both the new directive and the standard directive are supplied, such that applications
1504         which do not understand the new directive will default to the behavior specified by the standard directive, and those that
1505         understand the new directive will recognize it as modifying the requirements associated with the standard directive. In this
1506         way, extensions to the cache-control directives can be made without requiring changes to the base protocol.
1507      </p>
1508      <p id="rfc.section.16.2.6.p.2">This extension mechanism depends on an HTTP cache obeying all of the cache-control directives defined for its native HTTP-version,
1509         obeying certain extensions, and ignoring all directives that it does not understand.
1510      </p>
1511      <p id="rfc.section.16.2.6.p.3">For example, consider a hypothetical new response directive called community which acts as a modifier to the private directive.
1512         We define this new directive to mean that, in addition to any non-shared cache, any cache which is shared only by members
1513         of the community named within its value may cache the response. An origin server wishing to allow the UCI community to use
1514         an otherwise private response in their shared cache(s) could do so by including
1515      </p>
1516      <div id="rfc.figure.u.15"></div><pre class="text">    Cache-Control: private, community="UCI"
1517</pre><p id="rfc.section.16.2.6.p.5">A cache seeing this header field will act correctly even if the cache does not understand the community cache-extension, since
1518         it will also see and understand the private directive and thus default to the safe behavior.
1519      </p>
1520      <p id="rfc.section.16.2.6.p.6">Unrecognized cache-directives <em class="bcp14">MUST</em> be ignored; it is assumed that any cache-directive likely to be unrecognized by an HTTP/1.1 cache will be combined with standard
1521         directives (or the response's default cacheability) such that the cache behavior will remain minimally correct even if the
1522         cache does not understand the extension(s).
1523      </p>
1524      <div id="rfc.iref.e.2"></div>
1525      <div id="rfc.iref.h.4"></div>
1526      <h2 id="rfc.section.16.3"><a href="#rfc.section.16.3">16.3</a>&nbsp;<a id="header.expires" href="#header.expires">Expires</a></h2>
1527      <p id="rfc.section.16.3.p.1">The Expires entity-header field gives the date/time after which the response is considered stale. A stale cache entry may
1528         not normally be returned by a cache (either a proxy cache or a user agent cache) unless it is first validated with the origin
1529         server (or with an intermediate cache that has a fresh copy of the entity). See <a href="#expiration.model" title="Expiration Model">Section&nbsp;4</a> for further discussion of the expiration model.
1530      </p>
1531      <p id="rfc.section.16.3.p.2">The presence of an Expires field does not imply that the original resource will change or cease to exist at, before, or after
1532         that time.
1533      </p>
1534      <p id="rfc.section.16.3.p.3">The format is an absolute date and time as defined by HTTP-date in <a href="p1-messaging.html#full.date" title="Full Date">Section 3.3.1</a> of <a href="#Part1" id="rfc.xref.Part1.18"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>; it <em class="bcp14">MUST</em> be sent in rfc1123-date format.
1535      </p>
1536      <div id="rfc.figure.u.16"></div><pre class="inline"><span id="rfc.iref.g.9"></span>  <a href="#header.expires" class="smpl">Expires</a> = "Expires" ":" <a href="#abnf.dependencies" class="smpl">HTTP-date</a>
1537</pre><p id="rfc.section.16.3.p.5">An example of its use is</p>
1538      <div id="rfc.figure.u.17"></div><pre class="text">   Expires: Thu, 01 Dec 1994 16:00:00 GMT
1539</pre><p id="rfc.section.16.3.p.7"> </p>
1540      <dl class="empty">
1541         <dd> <b>Note:</b> if a response includes a Cache-Control field with the max-age directive (see <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>), that directive overrides the Expires field.
1542         </dd>
1543      </dl>
1544      <p id="rfc.section.16.3.p.8">HTTP/1.1 clients and caches <em class="bcp14">MUST</em> treat other invalid date formats, especially including the value "0", as in the past (i.e., "already expired").
1545      </p>
1546      <p id="rfc.section.16.3.p.9">To mark a response as "already expired," an origin server sends an Expires date that is equal to the Date header value. (See
1547         the rules for expiration calculations in <a href="#expiration.calculations" title="Expiration Calculations">Section&nbsp;4.4</a>.)
1548      </p>
1549      <p id="rfc.section.16.3.p.10">To mark a response as "never expires," an origin server sends an Expires date approximately one year from the time the response
1550         is sent. HTTP/1.1 servers <em class="bcp14">SHOULD NOT</em> send Expires dates more than one year in the future.
1551      </p>
1552      <p id="rfc.section.16.3.p.11">The presence of an Expires header field with a date value of some time in the future on a response that otherwise would by
1553         default be non-cacheable indicates that the response is cacheable, unless indicated otherwise by a Cache-Control header field
1554         (<a href="#header.cache-control" id="rfc.xref.header.cache-control.9" title="Cache-Control">Section&nbsp;16.2</a>).
1555      </p>
1556      <div id="rfc.iref.p.4"></div>
1557      <div id="rfc.iref.h.5"></div>
1558      <h2 id="rfc.section.16.4"><a href="#rfc.section.16.4">16.4</a>&nbsp;<a id="header.pragma" href="#header.pragma">Pragma</a></h2>
1559      <p id="rfc.section.16.4.p.1">The Pragma general-header field is used to include implementation-specific directives that might apply to any recipient along
1560         the request/response chain. All pragma directives specify optional behavior from the viewpoint of the protocol; however, some
1561         systems <em class="bcp14">MAY</em> require that behavior be consistent with the directives.
1562      </p>
1563      <div id="rfc.figure.u.18"></div><pre class="inline"><span id="rfc.iref.g.10"></span><span id="rfc.iref.g.11"></span><span id="rfc.iref.g.12"></span>  <a href="#header.pragma" class="smpl">Pragma</a>            = "Pragma" ":" 1#<a href="#header.pragma" class="smpl">pragma-directive</a>
1564  <a href="#header.pragma" class="smpl">pragma-directive</a>  = "no-cache" | <a href="#header.pragma" class="smpl">extension-pragma</a>
1565  <a href="#header.pragma" class="smpl">extension-pragma</a>  = <a href="#notation" class="smpl">token</a> [ "=" ( <a href="#notation" class="smpl">token</a> | <a href="#notation" class="smpl">quoted-string</a> ) ]
1566</pre><p id="rfc.section.16.4.p.3">When the no-cache directive is present in a request message, an application <em class="bcp14">SHOULD</em> forward the request toward the origin server even if it has a cached copy of what is being requested. This pragma directive
1567         has the same semantics as the no-cache cache-directive (see <a href="#header.cache-control" id="rfc.xref.header.cache-control.10" title="Cache-Control">Section&nbsp;16.2</a>) and is defined here for backward compatibility with HTTP/1.0. Clients <em class="bcp14">SHOULD</em> include both header fields when a no-cache request is sent to a server not known to be HTTP/1.1 compliant.
1568      </p>
1569      <p id="rfc.section.16.4.p.4">Pragma directives <em class="bcp14">MUST</em> be passed through by a proxy or gateway application, regardless of their significance to that application, since the directives
1570         might be applicable to all recipients along the request/response chain. It is not possible to specify a pragma for a specific
1571         recipient; however, any pragma directive not relevant to a recipient <em class="bcp14">SHOULD</em> be ignored by that recipient.
1572      </p>
1573      <p id="rfc.section.16.4.p.5">HTTP/1.1 caches <em class="bcp14">SHOULD</em> treat "Pragma: no-cache" as if the client had sent "Cache-Control: no-cache". No new Pragma directives will be defined in
1574         HTTP.
1575      </p>
1576      <dl class="empty">
1577         <dd> <b>Note:</b> because the meaning of "Pragma: no-cache" as a response-header field is not actually specified, it does not provide a reliable
1578            replacement for "Cache-Control: no-cache" in a response.
1579         </dd>
1580      </dl>
1581      <div id="rfc.iref.v.2"></div>
1582      <div id="rfc.iref.h.6"></div>
1583      <h2 id="rfc.section.16.5"><a href="#rfc.section.16.5">16.5</a>&nbsp;<a id="header.vary" href="#header.vary">Vary</a></h2>
1584      <p id="rfc.section.16.5.p.1">The Vary field value indicates the set of request-header fields that fully determines, while the response is fresh, whether
1585         a cache is permitted to use the response to reply to a subsequent request without revalidation. For uncacheable or stale responses,
1586         the Vary field value advises the user agent about the criteria that were used to select the representation. A Vary field value
1587         of "*" implies that a cache cannot determine from the request headers of a subsequent request whether this response is the
1588         appropriate representation. See <a href="#caching.negotiated.responses" title="Caching Negotiated Responses">Section&nbsp;8</a> for use of the Vary header field by caches.
1589      </p>
1590      <div id="rfc.figure.u.19"></div><pre class="inline"><span id="rfc.iref.g.13"></span>  <a href="#header.vary" class="smpl">Vary</a>  = "Vary" ":" ( "*" | 1#<a href="#abnf.dependencies" class="smpl">field-name</a> )
1591</pre><p id="rfc.section.16.5.p.3">An HTTP/1.1 server <em class="bcp14">SHOULD</em> include a Vary header field with any cacheable response that is subject to server-driven negotiation. Doing so allows a cache
1592         to properly interpret future requests on that resource and informs the user agent about the presence of negotiation on that
1593         resource. A server <em class="bcp14">MAY</em> include a Vary header field with a non-cacheable response that is subject to server-driven negotiation, since this might provide
1594         the user agent with useful information about the dimensions over which the response varies at the time of the response.
1595      </p>
1596      <p id="rfc.section.16.5.p.4">A Vary field value consisting of a list of field-names signals that the representation selected for the response is based
1597         on a selection algorithm which considers ONLY the listed request-header field values in selecting the most appropriate representation.
1598         A cache <em class="bcp14">MAY</em> assume that the same selection will be made for future requests with the same values for the listed field names, for the duration
1599         of time for which the response is fresh.
1600      </p>
1601      <p id="rfc.section.16.5.p.5">The field-names given are not limited to the set of standard request-header fields defined by this specification. Field names
1602         are case-insensitive.
1603      </p>
1604      <p id="rfc.section.16.5.p.6">A Vary field value of "*" signals that unspecified parameters not limited to the request-headers (e.g., the network address
1605         of the client), play a role in the selection of the response representation. The "*" value <em class="bcp14">MUST NOT</em> be generated by a proxy server; it may only be generated by an origin server.
1606      </p>
1607      <div id="rfc.iref.w.1"></div>
1608      <div id="rfc.iref.h.7"></div>
1609      <h2 id="rfc.section.16.6"><a href="#rfc.section.16.6">16.6</a>&nbsp;<a id="header.warning" href="#header.warning">Warning</a></h2>
1610      <p id="rfc.section.16.6.p.1">The Warning general-header field is used to carry additional information about the status or transformation of a message which
1611         might not be reflected in the message. This information is typically used to warn about a possible lack of semantic transparency
1612         from caching operations or transformations applied to the entity body of the message.
1613      </p>
1614      <p id="rfc.section.16.6.p.2">Warning headers are sent with responses using:</p>
1615      <div id="rfc.figure.u.20"></div><pre class="inline"><span id="rfc.iref.g.14"></span><span id="rfc.iref.g.15"></span><span id="rfc.iref.g.16"></span><span id="rfc.iref.g.17"></span><span id="rfc.iref.g.18"></span><span id="rfc.iref.g.19"></span>  <a href="#header.warning" class="smpl">Warning</a>    = "Warning" ":" 1#<a href="#header.warning" class="smpl">warning-value</a>
1616 
1617  <a href="#header.warning" class="smpl">warning-value</a> = <a href="#header.warning" class="smpl">warn-code</a> <a href="#notation" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-agent</a> <a href="#notation" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-text</a>
1618                                        [<a href="#notation" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-date</a>]
1619 
1620  <a href="#header.warning" class="smpl">warn-code</a>  = 3<a href="#notation" class="smpl">DIGIT</a>
1621  <a href="#header.warning" class="smpl">warn-agent</a> = ( <a href="#abnf.dependencies" class="smpl">uri-host</a> [ ":" <a href="#abnf.dependencies" class="smpl">port</a> ] ) | <a href="#abnf.dependencies" class="smpl">pseudonym</a>
1622                  ; the name or pseudonym of the server adding
1623                  ; the Warning header, for use in debugging
1624  <a href="#header.warning" class="smpl">warn-text</a>  = <a href="#notation" class="smpl">quoted-string</a>
1625  <a href="#header.warning" class="smpl">warn-date</a>  = <a href="#notation" class="smpl">DQUOTE</a> <a href="#abnf.dependencies" class="smpl">HTTP-date</a> <a href="#notation" class="smpl">DQUOTE</a>
1626</pre><p id="rfc.section.16.6.p.4">A response <em class="bcp14">MAY</em> carry more than one Warning header.
1627      </p>
1628      <p id="rfc.section.16.6.p.5">The warn-text <em class="bcp14">SHOULD</em> be in a natural language and character set that is most likely to be intelligible to the human user receiving the response.
1629         This decision <em class="bcp14">MAY</em> be based on any available knowledge, such as the location of the cache or user, the Accept-Language field in a request, the
1630         Content-Language field in a response, etc. The default language is English and the default character set is ISO-8859-1 (<a href="#ISO-8859-1" id="rfc.xref.ISO-8859-1.1"><cite title="Information technology -- 8-bit single-byte coded graphic character sets -- Part 1: Latin alphabet No. 1">[ISO-8859-1]</cite></a>).
1631      </p>
1632      <p id="rfc.section.16.6.p.6">If a character set other than ISO-8859-1 is used, it <em class="bcp14">MUST</em> be encoded in the warn-text using the method described in <a href="#RFC2047" id="rfc.xref.RFC2047.1"><cite title="MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text">[RFC2047]</cite></a>.
1633      </p>
1634      <p id="rfc.section.16.6.p.7">Warning headers can in general be applied to any message, however some specific warn-codes are specific to caches and can
1635         only be applied to response messages. New Warning headers <em class="bcp14">SHOULD</em> be added after any existing Warning headers. A cache <em class="bcp14">MUST NOT</em> delete any Warning header that it received with a message. However, if a cache successfully validates a cache entry, it <em class="bcp14">SHOULD</em> remove any Warning headers previously attached to that entry except as specified for specific Warning codes. It <em class="bcp14">MUST</em> then add any Warning headers received in the validating response. In other words, Warning headers are those that would be
1636         attached to the most recent relevant response.
1637      </p>
1638      <p id="rfc.section.16.6.p.8">When multiple Warning headers are attached to a response, the user agent ought to inform the user of as many of them as possible,
1639         in the order that they appear in the response. If it is not possible to inform the user of all of the warnings, the user agent <em class="bcp14">SHOULD</em> follow these heuristics:
1640      </p>
1641      <ul>
1642         <li>Warnings that appear early in the response take priority over those appearing later in the response.</li>
1643         <li>Warnings in the user's preferred character set take priority over warnings in other character sets but with identical warn-codes
1644            and warn-agents.
1645         </li>
1646      </ul>
1647      <p id="rfc.section.16.6.p.9">Systems that generate multiple Warning headers <em class="bcp14">SHOULD</em> order them with this user agent behavior in mind.
1648      </p>
1649      <p id="rfc.section.16.6.p.10">Requirements for the behavior of caches with respect to Warnings are stated in <a href="#warnings" title="Warnings">Section&nbsp;3.2</a>.
1650      </p>
1651      <p id="rfc.section.16.6.p.11">This is a list of the currently-defined warn-codes, each with a recommended warn-text in English, and a description of its
1652         meaning.
1653      </p>
1654      <p id="rfc.section.16.6.p.12">110 Response is stale </p>
1655      <dl class="empty">
1656         <dd> <em class="bcp14">MUST</em> be included whenever the returned response is stale.
1657         </dd>
1658      </dl>
1659      <p id="rfc.section.16.6.p.13">111 Revalidation failed </p>
1660      <dl class="empty">
1661         <dd> <em class="bcp14">MUST</em> be included if a cache returns a stale response because an attempt to revalidate the response failed, due to an inability
1662            to reach the server.
1663         </dd>
1664      </dl>
1665      <p id="rfc.section.16.6.p.14">112 Disconnected operation </p>
1666      <dl class="empty">
1667         <dd> <em class="bcp14">SHOULD</em> be included if the cache is intentionally disconnected from the rest of the network for a period of time.
1668         </dd>
1669      </dl>
1670      <p id="rfc.section.16.6.p.15">113 Heuristic expiration </p>
1671      <dl class="empty">
1672         <dd> <em class="bcp14">MUST</em> be included if the cache heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater
1673            than 24 hours.
1674         </dd>
1675      </dl>
1676      <p id="rfc.section.16.6.p.16">199 Miscellaneous warning </p>
1677      <dl class="empty">
1678         <dd>The warning text <em class="bcp14">MAY</em> include arbitrary information to be presented to a human user, or logged. A system receiving this warning <em class="bcp14">MUST NOT</em> take any automated action, besides presenting the warning to the user.
1679         </dd>
1680      </dl>
1681      <p id="rfc.section.16.6.p.17">214 Transformation applied </p>
1682      <dl class="empty">
1683         <dd> <em class="bcp14">MUST</em> be added by an intermediate cache or proxy if it applies any transformation changing the content-coding (as specified in the
1684            Content-Encoding header) or media-type (as specified in the Content-Type header) of the response, or the entity-body of the
1685            response, unless this Warning code already appears in the response.
1686         </dd>
1687      </dl>
1688      <p id="rfc.section.16.6.p.18">299 Miscellaneous persistent warning </p>
1689      <dl class="empty">
1690         <dd>The warning text <em class="bcp14">MAY</em> include arbitrary information to be presented to a human user, or logged. A system receiving this warning <em class="bcp14">MUST NOT</em> take any automated action.
1691         </dd>
1692      </dl>
1693      <p id="rfc.section.16.6.p.19">If an implementation sends a message with one or more Warning headers whose version is HTTP/1.0 or lower, then the sender <em class="bcp14">MUST</em> include in each warning-value a warn-date that matches the date in the response.
1694      </p>
1695      <p id="rfc.section.16.6.p.20">If an implementation receives a message with a warning-value that includes a warn-date, and that warn-date is different from
1696         the Date value in the response, then that warning-value <em class="bcp14">MUST</em> be deleted from the message before storing, forwarding, or using it. (This prevents bad consequences of naive caching of Warning
1697         header fields.) If all of the warning-values are deleted for this reason, the Warning header <em class="bcp14">MUST</em> be deleted as well.
1698      </p>
1699      <h1 id="rfc.section.17"><a href="#rfc.section.17">17.</a>&nbsp;<a id="IANA.considerations" href="#IANA.considerations">IANA Considerations</a></h1>
1700      <p id="rfc.section.17.p.1"> <span class="comment">[rfc.comment.1: TBD.]</span>
1701      </p>
1702      <h1 id="rfc.section.18"><a href="#rfc.section.18">18.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
1703      <p id="rfc.section.18.p.1">Caching proxies provide additional potential vulnerabilities, since the contents of the cache represent an attractive target
1704         for malicious exploitation. Because cache contents persist after an HTTP request is complete, an attack on the cache can reveal
1705         information long after a user believes that the information has been removed from the network. Therefore, cache contents should
1706         be protected as sensitive information.
1707      </p>
1708      <h1 id="rfc.section.19"><a href="#rfc.section.19">19.</a>&nbsp;<a id="ack" href="#ack">Acknowledgments</a></h1>
1709      <p id="rfc.section.19.p.1">Much of the content and presentation of the caching design is due to suggestions and comments from individuals including:
1710         Shel Kaphan, Paul Leach, Koen Holtman, David Morris, and Larry Masinter.
1711      </p>
1712      <h1 id="rfc.references"><a id="rfc.section.20" href="#rfc.section.20">20.</a> References
1713      </h1>
1714      <h2 id="rfc.references.1"><a href="#rfc.section.20.1" id="rfc.section.20.1">20.1</a> Normative References
1715      </h2>
1716      <table summary="Normative References">                 
1717         <tr>
1718            <td class="reference"><b id="ISO-8859-1">[ISO-8859-1]</b></td>
1719            <td class="top">International Organization for Standardization, “
1720               Information technology -- 8-bit single-byte coded graphic character sets -- Part 1: Latin alphabet No. 1
1721               ”, ISO/IEC&nbsp;8859-1:1998, 1998.
1722            </td>
1723         </tr>
1724         <tr>
1725            <td class="reference"><b id="Part1">[Part1]</b></td>
1726            <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p1-messaging-latest (work in progress), March&nbsp;2008.
1727            </td>
1728         </tr>
1729         <tr>
1730            <td class="reference"><b id="Part2">[Part2]</b></td>
1731            <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p2-semantics-latest (work in progress), March&nbsp;2008.
1732            </td>
1733         </tr>
1734         <tr>
1735            <td class="reference"><b id="Part3">[Part3]</b></td>
1736            <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p3-payload-latest (work in progress), March&nbsp;2008.
1737            </td>
1738         </tr>
1739         <tr>
1740            <td class="reference"><b id="Part4">[Part4]</b></td>
1741            <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p4-conditional-latest (work in progress), March&nbsp;2008.
1742            </td>
1743         </tr>
1744         <tr>
1745            <td class="reference"><b id="Part5">[Part5]</b></td>
1746            <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p5-range-latest (work in progress), March&nbsp;2008.
1747            </td>
1748         </tr>
1749         <tr>
1750            <td class="reference"><b id="Part7">[Part7]</b></td>
1751            <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, <a title="World Wide Web Consortium">Berners-Lee, T.</a>, <a title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-latest">HTTP/1.1, part 7: Authentication</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p7-auth-latest (work in progress), March&nbsp;2008.
1752            </td>
1753         </tr>
1754         <tr>
1755            <td class="reference"><b id="RFC2047">[RFC2047]</b></td>
1756            <td class="top"><a title="University of Tennessee">Moore, K.</a>, “<a href="http://tools.ietf.org/html/rfc2047">MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text</a>”, RFC&nbsp;2047, November&nbsp;1996.
1757            </td>
1758         </tr>
1759         <tr>
1760            <td class="reference"><b id="RFC2119">[RFC2119]</b></td>
1761            <td class="top"><a title="Harvard University">Bradner, S.</a>, “<a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>”, BCP&nbsp;14, RFC&nbsp;2119, March&nbsp;1997.
1762            </td>
1763         </tr>
1764      </table>
1765      <h2 id="rfc.references.2"><a href="#rfc.section.20.2" id="rfc.section.20.2">20.2</a> Informative References
1766      </h2>
1767      <table summary="Informative References">   
1768         <tr>
1769            <td class="reference"><b id="RFC1305">[RFC1305]</b></td>
1770            <td class="top"><a title="University of Delaware, Electrical Engineering Department">Mills, D.</a>, “<a href="http://tools.ietf.org/html/rfc1305">Network Time Protocol (Version 3) Specification, Implementation</a>”, RFC&nbsp;1305, March&nbsp;1992.
1771            </td>
1772         </tr>
1773         <tr>
1774            <td class="reference"><b id="RFC2616">[RFC2616]</b></td>
1775            <td class="top"><a title="University of California, Irvine">Fielding, R.</a>, <a title="W3C">Gettys, J.</a>, <a title="Compaq Computer Corporation">Mogul, J.</a>, <a title="MIT Laboratory for Computer Science">Frystyk, H.</a>, <a title="Xerox Corporation">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="W3C">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2616">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC&nbsp;2616, June&nbsp;1999.
1776            </td>
1777         </tr>
1778      </table>
1779      <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1>
1780      <address class="vcard"><span class="vcardline"><span class="fn">Roy T. Fielding</span>
1781            (editor)
1782            <span class="n hidden"><span class="family-name">Fielding</span><span class="given-name">Roy T.</span></span></span><span class="org vcardline">Day Software</span><span class="adr"><span class="street-address vcardline">23 Corporate Plaza DR, Suite 280</span><span class="vcardline"><span class="locality">Newport Beach</span>, <span class="region">CA</span>&nbsp;<span class="postal-code">92660</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline tel">Phone: <a href="tel:+1-949-706-5300"><span class="value">+1-949-706-5300</span></a></span><span class="vcardline tel"><span class="type">Fax</span>: <a href="fax:+1-949-706-5305"><span class="value">+1-949-706-5305</span></a></span><span class="vcardline">EMail: <a><span class="email">fielding@gbiv.com</span></a></span><span class="vcardline">URI: <a href="http://roy.gbiv.com/" class="url">http://roy.gbiv.com/</a></span></address>
1783      <address class="vcard"><span class="vcardline"><span class="fn">Jim Gettys</span><span class="n hidden"><span class="family-name">Gettys</span><span class="given-name">Jim</span></span></span><span class="org vcardline">One Laptop per Child</span><span class="adr"><span class="street-address vcardline">21 Oak Knoll Road</span><span class="vcardline"><span class="locality">Carlisle</span>, <span class="region">MA</span>&nbsp;<span class="postal-code">01741</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">jg@laptop.org</span></a></span><span class="vcardline">URI: <a href="http://www.laptop.org/" class="url">http://www.laptop.org/</a></span></address>
1784      <address class="vcard"><span class="vcardline"><span class="fn">Jeffrey C. Mogul</span><span class="n hidden"><span class="family-name">Mogul</span><span class="given-name">Jeffrey C.</span></span></span><span class="org vcardline">Hewlett-Packard Company</span><span class="adr"><span class="street-address vcardline">HP Labs, Large Scale Systems Group</span><span class="street-address vcardline">1501 Page Mill Road, MS 1177</span><span class="vcardline"><span class="locality">Palo Alto</span>, <span class="region">CA</span>&nbsp;<span class="postal-code">94304</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">JeffMogul@acm.org</span></a></span></address>
1785      <address class="vcard"><span class="vcardline"><span class="fn">Henrik Frystyk Nielsen</span><span class="n hidden"><span class="family-name">Frystyk</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span>&nbsp;<span class="postal-code">98052</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">henrikn@microsoft.com</span></a></span></address>
1786      <address class="vcard"><span class="vcardline"><span class="fn">Larry Masinter</span><span class="n hidden"><span class="family-name">Masinter</span><span class="given-name">Larry</span></span></span><span class="org vcardline">Adobe Systems, Incorporated</span><span class="adr"><span class="street-address vcardline">345 Park Ave</span><span class="vcardline"><span class="locality">San Jose</span>, <span class="region">CA</span>&nbsp;<span class="postal-code">95110</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">LMM@acm.org</span></a></span><span class="vcardline">URI: <a href="http://larry.masinter.net/" class="url">http://larry.masinter.net/</a></span></address>
1787      <address class="vcard"><span class="vcardline"><span class="fn">Paul J. Leach</span><span class="n hidden"><span class="family-name">Leach</span><span class="given-name">Paul J.</span></span></span><span class="org vcardline">Microsoft Corporation</span><span class="adr"><span class="street-address vcardline">1 Microsoft Way</span><span class="vcardline"><span class="locality">Redmond</span>, <span class="region">WA</span>&nbsp;<span class="postal-code">98052</span></span></span><span class="vcardline">EMail: <a><span class="email">paulle@microsoft.com</span></a></span></address>
1788      <address class="vcard"><span class="vcardline"><span class="fn">Tim Berners-Lee</span><span class="n hidden"><span class="family-name">Berners-Lee</span><span class="given-name">Tim</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">MIT Computer Science and Artificial Intelligence Laboratory</span><span class="street-address vcardline">The Stata Center, Building 32</span><span class="street-address vcardline">32 Vassar Street</span><span class="vcardline"><span class="locality">Cambridge</span>, <span class="region">MA</span>&nbsp;<span class="postal-code">02139</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">EMail: <a><span class="email">timbl@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.w3.org/People/Berners-Lee/" class="url">http://www.w3.org/People/Berners-Lee/</a></span></address>
1789      <address class="vcard"><span class="vcardline"><span class="fn">Yves Lafon</span>
1790            (editor)
1791            <span class="n hidden"><span class="family-name">Lafon</span><span class="given-name">Yves</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">W3C / ERCIM</span><span class="street-address vcardline">2004, rte des Lucioles</span><span class="vcardline"><span class="locality">Sophia-Antipolis</span>, <span class="region">AM</span>&nbsp;<span class="postal-code">06902</span></span><span class="country-name vcardline">France</span></span><span class="vcardline">EMail: <a><span class="email">ylafon@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.raubacapeu.net/people/yves/" class="url">http://www.raubacapeu.net/people/yves/</a></span></address>
1792      <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span>
1793            (editor)
1794            <span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span>&nbsp;<span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline tel">Phone: <a href="tel:+492512807760"><span class="value">+49 251 2807760</span></a></span><span class="vcardline tel"><span class="type">Fax</span>: <a href="fax:+492512807761"><span class="value">+49 251 2807761</span></a></span><span class="vcardline">EMail: <a><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address>
1795      <h1 id="rfc.section.A"><a href="#rfc.section.A">A.</a>&nbsp;<a id="compatibility" href="#compatibility">Compatibility with Previous Versions</a></h1>
1796      <h2 id="rfc.section.A.1"><a href="#rfc.section.A.1">A.1</a>&nbsp;<a id="changes.from.rfc.2068" href="#changes.from.rfc.2068">Changes from RFC 2068</a></h2>
1797      <p id="rfc.section.A.1.p.1">A case was missed in the Cache-Control model of HTTP/1.1; s-maxage was introduced to add this missing case. (Sections <a href="#response.cacheability" title="Response Cacheability">6</a>, <a href="#header.cache-control" id="rfc.xref.header.cache-control.11" title="Cache-Control">16.2</a>, <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">16.2.3</a>)
1798      </p>
1799      <p id="rfc.section.A.1.p.2">Transfer-coding and message lengths all interact in ways that required fixing exactly when chunked encoding is used (to allow
1800         for transfer encoding that may not be self delimiting); it was important to straighten out exactly how message lengths are
1801         computed. (<a href="#non-modifiable.headers" title="Non-modifiable Headers">Section&nbsp;7.2</a>, see also <a href="#Part1" id="rfc.xref.Part1.19"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="#Part3" id="rfc.xref.Part3.3"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a> and <a href="#Part5" id="rfc.xref.Part5.3"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>)
1802      </p>
1803      <p id="rfc.section.A.1.p.3">Proxies should be able to add Content-Length when appropriate. (<a href="#non-modifiable.headers" title="Non-modifiable Headers">Section&nbsp;7.2</a>)
1804      </p>
1805      <p id="rfc.section.A.1.p.4">Range request responses would become very verbose if all meta-data were always returned; by allowing the server to only send
1806         needed headers in a 206 response, this problem can be avoided. (<a href="#combining.headers" title="Combining Headers">Section&nbsp;7.3</a>)
1807      </p>
1808      <p id="rfc.section.A.1.p.5">The Cache-Control: max-age directive was not properly defined for responses. (<a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">Section&nbsp;16.2.3</a>)
1809      </p>
1810      <p id="rfc.section.A.1.p.6">Warnings could be cached incorrectly, or not updated appropriately. (Section <a href="#warnings" title="Warnings">3.2</a>, <a href="#expiration.calculations" title="Expiration Calculations">4.4</a>, <a href="#non-modifiable.headers" title="Non-modifiable Headers">7.2</a>, <a href="#combining.headers" title="Combining Headers">7.3</a>, <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">16.2.3</a>, and <a href="#header.warning" id="rfc.xref.header.warning.6" title="Warning">16.6</a>) Warning also needed to be a general header, as PUT or other methods may have need for it in requests.
1811      </p>
1812      <h2 id="rfc.section.A.2"><a href="#rfc.section.A.2">A.2</a>&nbsp;<a id="changes.from.rfc.2616" href="#changes.from.rfc.2616">Changes from RFC 2616</a></h2>
1813      <p id="rfc.section.A.2.p.1">Clarify denial of service attack avoidance requirement. (<a href="#invalidation.after.updates.or.deletions" title="Invalidation After Updates or Deletions">Section&nbsp;12</a>)
1814      </p>
1815      <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;Change Log (to be removed by RFC Editor before publication)
1816      </h1>
1817      <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a>&nbsp;Since RFC2616
1818      </h2>
1819      <p id="rfc.section.B.1.p.1">Extracted relevant partitions from <a href="#RFC2616" id="rfc.xref.RFC2616.1"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2616]</cite></a>.
1820      </p>
1821      <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a>&nbsp;Since draft-ietf-httpbis-p6-cache-00
1822      </h2>
1823      <p id="rfc.section.B.2.p.1">Closed issues: </p>
1824      <ul>
1825         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/9">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/9</a>&gt;: "Trailer" (&lt;<a href="http://purl.org/NET/http-errata#trailer-hop">http://purl.org/NET/http-errata#trailer-hop</a>&gt;)
1826         </li>
1827         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/12">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/12</a>&gt;: "Invalidation after Update or Delete" (&lt;<a href="http://purl.org/NET/http-errata#invalidupd">http://purl.org/NET/http-errata#invalidupd</a>&gt;)
1828         </li>
1829         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/35">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/35</a>&gt;: "Normative and Informative references"
1830         </li>
1831         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/48">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/48</a>&gt;: "Date reference typo"
1832         </li>
1833         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/49">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/49</a>&gt;: "Connection header text"
1834         </li>
1835         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/65">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/65</a>&gt;: "Informative references"
1836         </li>
1837         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/66">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/66</a>&gt;: "ISO-8859-1 Reference"
1838         </li>
1839         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/86">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/86</a>&gt;: "Normative up-to-date references"
1840         </li>
1841         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/87">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/87</a>&gt;: "typo in 13.2.2"
1842         </li>
1843      </ul>
1844      <p id="rfc.section.B.2.p.2">Other changes: </p>
1845      <ul>
1846         <li>Use names of RFC4234 core rules DQUOTE and HTAB (work in progress on &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;)
1847         </li>
1848      </ul>
1849      <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a>&nbsp;Since draft-ietf-httpbis-p6-cache-01
1850      </h2>
1851      <p id="rfc.section.B.3.p.1">Closed issues: </p>
1852      <ul>
1853         <li> &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/82">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/82</a>&gt;: "rel_path not used"
1854         </li>
1855      </ul>
1856      <p id="rfc.section.B.3.p.2">Other changes: </p>
1857      <ul>
1858         <li>Get rid of duplicate BNF rule names ("host" -&gt; "uri-host") (work in progress on &lt;<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;)
1859         </li>
1860         <li>Add explicit references to BNF syntax and rules imported from other parts of the specification.</li>
1861      </ul>
1862      <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a>&nbsp;Since draft-ietf-httpbis-p6-cache-02
1863      </h2>
1864      <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1>
1865      <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the
1866         authors retain all their rights.
1867      </p>
1868      <p>This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION
1869         HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE
1870         DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN
1871         WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
1872      </p>
1873      <h1><a id="rfc.ipr" href="#rfc.ipr">Intellectual Property</a></h1>
1874      <p>The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might
1875         be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any
1876         license under such rights might or might not be available; nor does it represent that it has made any independent effort to
1877         identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and
1878         BCP 79.
1879      </p>
1880      <p>Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result
1881         of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users
1882         of this specification can be obtained from the IETF on-line IPR repository at &lt;<a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>&gt;.
1883      </p>
1884      <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary
1885         rights that may cover technology that may be required to implement this standard. Please address the information to the IETF
1886         at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.
1887      </p>
1888      <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1>
1889      <p class="noprint"><a href="#rfc.index.A">A</a> <a href="#rfc.index.C">C</a> <a href="#rfc.index.E">E</a> <a href="#rfc.index.F">F</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.N">N</a> <a href="#rfc.index.O">O</a> <a href="#rfc.index.P">P</a> <a href="#rfc.index.R">R</a> <a href="#rfc.index.S">S</a> <a href="#rfc.index.V">V</a> <a href="#rfc.index.W">W</a>
1890      </p>
1891      <div class="print2col">
1892         <ul class="ind">
1893            <li class="indline0"><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul class="ind">
1894                  <li class="indline1">age&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.1">1.2</a></li>
1895                  <li class="indline1">Age header&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.2"><b>16.1</b></a></li>
1896               </ul>
1897            </li>
1898            <li class="indline0"><a id="rfc.index.C" href="#rfc.index.C"><b>C</b></a><ul class="ind">
1899                  <li class="indline1">cache&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.1">1.1</a></li>
1900                  <li class="indline1">Cache Directives&nbsp;&nbsp;
1901                     <ul class="ind">
1902                        <li class="indline1">max-age&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.9"><b>16.2.3</b></a>, <a class="iref" href="#rfc.iref.c.12"><b>16.2.4</b></a></li>
1903                        <li class="indline1">max-stale&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.11"><b>16.2.3</b></a></li>
1904                        <li class="indline1">min-fresh&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.10"><b>16.2.3</b></a></li>
1905                        <li class="indline1">must-revalidate&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.14"><b>16.2.4</b></a></li>
1906                        <li class="indline1">no-cache&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.6"><b>16.2.1</b></a></li>
1907                        <li class="indline1">no-store&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.7"><b>16.2.2</b></a></li>
1908                        <li class="indline1">no-transform&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.16"><b>16.2.5</b></a></li>
1909                        <li class="indline1">only-if-cached&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.13"><b>16.2.4</b></a></li>
1910                        <li class="indline1">private&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.5"><b>16.2.1</b></a></li>
1911                        <li class="indline1">proxy-revalidate&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.15"><b>16.2.4</b></a></li>
1912                        <li class="indline1">public&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.4"><b>16.2.1</b></a></li>
1913                        <li class="indline1">s-maxage&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.8"><b>16.2.3</b></a></li>
1914                     </ul>
1915                  </li>
1916                  <li class="indline1">Cache-Control header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.cache-control.1">3.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.2">3.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.3">3.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.4">4.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.5">4.5</a>, <a class="iref" href="#rfc.xref.header.cache-control.6">6</a>, <a class="iref" href="#rfc.xref.header.cache-control.7">6</a>, <a class="iref" href="#rfc.xref.header.cache-control.8">10</a>, <a class="iref" href="#rfc.iref.c.3"><b>16.2</b></a>, <a class="iref" href="#rfc.xref.header.cache-control.9">16.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.10">16.4</a>, <a class="iref" href="#rfc.xref.header.cache-control.11">A.1</a></li>
1917                  <li class="indline1">cacheable&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.2">1.2</a></li>
1918               </ul>
1919            </li>
1920            <li class="indline0"><a id="rfc.index.E" href="#rfc.index.E"><b>E</b></a><ul class="ind">
1921                  <li class="indline1">Expires header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.expires.1">6</a>, <a class="iref" href="#rfc.xref.header.expires.2">16.2.3</a>, <a class="iref" href="#rfc.iref.e.2"><b>16.3</b></a></li>
1922                  <li class="indline1">explicit expiration time&nbsp;&nbsp;<a class="iref" href="#rfc.iref.e.1">1.2</a></li>
1923               </ul>
1924            </li>
1925            <li class="indline0"><a id="rfc.index.F" href="#rfc.index.F"><b>F</b></a><ul class="ind">
1926                  <li class="indline1">first-hand&nbsp;&nbsp;<a class="iref" href="#rfc.iref.f.1">1.2</a></li>
1927                  <li class="indline1">fresh&nbsp;&nbsp;<a class="iref" href="#rfc.iref.f.3">1.2</a></li>
1928                  <li class="indline1">freshness lifetime&nbsp;&nbsp;<a class="iref" href="#rfc.iref.f.2">1.2</a></li>
1929               </ul>
1930            </li>
1931            <li class="indline0"><a id="rfc.index.G" href="#rfc.index.G"><b>G</b></a><ul class="ind">
1932                  <li class="indline1"><tt>Grammar</tt>&nbsp;&nbsp;
1933                     <ul class="ind">
1934                        <li class="indline1"><tt>Age</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.1"><b>16.1</b></a></li>
1935                        <li class="indline1"><tt>age-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.2"><b>16.1</b></a></li>
1936                        <li class="indline1"><tt>Cache-Control</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.4"><b>16.2</b></a></li>
1937                        <li class="indline1"><tt>cache-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.5"><b>16.2</b></a></li>
1938                        <li class="indline1"><tt>cache-extension</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.8"><b>16.2</b></a></li>
1939                        <li class="indline1"><tt>cache-request-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.6"><b>16.2</b></a></li>
1940                        <li class="indline1"><tt>cache-response-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.7"><b>16.2</b></a></li>
1941                        <li class="indline1"><tt>delta-seconds</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.3"><b>16.1</b></a></li>
1942                        <li class="indline1"><tt>Expires</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.9"><b>16.3</b></a></li>
1943                        <li class="indline1"><tt>extension-pragma</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.12"><b>16.4</b></a></li>
1944                        <li class="indline1"><tt>Pragma</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.10"><b>16.4</b></a></li>
1945                        <li class="indline1"><tt>pragma-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.11"><b>16.4</b></a></li>
1946                        <li class="indline1"><tt>Vary</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.13"><b>16.5</b></a></li>
1947                        <li class="indline1"><tt>warn-agent</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.17"><b>16.6</b></a></li>
1948                        <li class="indline1"><tt>warn-code</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.16"><b>16.6</b></a></li>
1949                        <li class="indline1"><tt>warn-date</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.19"><b>16.6</b></a></li>
1950                        <li class="indline1"><tt>warn-text</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.18"><b>16.6</b></a></li>
1951                        <li class="indline1"><tt>Warning</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.14"><b>16.6</b></a></li>
1952                        <li class="indline1"><tt>warning-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.15"><b>16.6</b></a></li>
1953                     </ul>
1954                  </li>
1955               </ul>
1956            </li>
1957            <li class="indline0"><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul class="ind">
1958                  <li class="indline1">Headers&nbsp;&nbsp;
1959                     <ul class="ind">
1960                        <li class="indline1">Age&nbsp;&nbsp;<a class="iref" href="#rfc.iref.h.2"><b>16.1</b></a></li>
1961                        <li class="indline1">Cache-Control&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.cache-control.1">3.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.2">3.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.3">3.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.4">4.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.5">4.5</a>, <a class="iref" href="#rfc.xref.header.cache-control.6">6</a>, <a class="iref" href="#rfc.xref.header.cache-control.7">6</a>, <a class="iref" href="#rfc.xref.header.cache-control.8">10</a>, <a class="iref" href="#rfc.iref.h.3"><b>16.2</b></a>, <a class="iref" href="#rfc.xref.header.cache-control.9">16.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.10">16.4</a>, <a class="iref" href="#rfc.xref.header.cache-control.11">A.1</a></li>
1962                        <li class="indline1">Expires&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.expires.1">6</a>, <a class="iref" href="#rfc.xref.header.expires.2">16.2.3</a>, <a class="iref" href="#rfc.iref.h.4"><b>16.3</b></a></li>
1963                        <li class="indline1">Pragma&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.pragma.1">16.2</a>, <a class="iref" href="#rfc.iref.h.5"><b>16.4</b></a></li>
1964                        <li class="indline1">Vary&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.vary.1">8</a>, <a class="iref" href="#rfc.iref.h.6"><b>16.5</b></a></li>
1965                        <li class="indline1">Warning&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.warning.1">3.1</a>, <a class="iref" href="#rfc.xref.header.warning.2">3.2</a>, <a class="iref" href="#rfc.xref.header.warning.3">3.2</a>, <a class="iref" href="#rfc.xref.header.warning.4">7.2</a>, <a class="iref" href="#rfc.xref.header.warning.5">7.3</a>, <a class="iref" href="#rfc.iref.h.7"><b>16.6</b></a>, <a class="iref" href="#rfc.xref.header.warning.6">A.1</a></li>
1966                     </ul>
1967                  </li>
1968                  <li class="indline1">heuristic expiration time&nbsp;&nbsp;<a class="iref" href="#rfc.iref.h.1">1.2</a></li>
1969               </ul>
1970            </li>
1971            <li class="indline0"><a id="rfc.index.I" href="#rfc.index.I"><b>I</b></a><ul class="ind">
1972                  <li class="indline1"><em>ISO-8859-1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.ISO-8859-1.1">16.6</a>, <a class="iref" href="#ISO-8859-1"><b>20.1</b></a></li>
1973               </ul>
1974            </li>
1975            <li class="indline0"><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul class="ind">
1976                  <li class="indline1">max-age&nbsp;&nbsp;
1977                     <ul class="ind">
1978                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.1"><b>16.2.3</b></a>, <a class="iref" href="#rfc.iref.m.4"><b>16.2.4</b></a></li>
1979                     </ul>
1980                  </li>
1981                  <li class="indline1">max-stale&nbsp;&nbsp;
1982                     <ul class="ind">
1983                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.3"><b>16.2.3</b></a></li>
1984                     </ul>
1985                  </li>
1986                  <li class="indline1">min-fresh&nbsp;&nbsp;
1987                     <ul class="ind">
1988                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.2"><b>16.2.3</b></a></li>
1989                     </ul>
1990                  </li>
1991                  <li class="indline1">must-revalidate&nbsp;&nbsp;
1992                     <ul class="ind">
1993                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.5"><b>16.2.4</b></a></li>
1994                     </ul>
1995                  </li>
1996               </ul>
1997            </li>
1998            <li class="indline0"><a id="rfc.index.N" href="#rfc.index.N"><b>N</b></a><ul class="ind">
1999                  <li class="indline1">no-cache&nbsp;&nbsp;
2000                     <ul class="ind">
2001                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.1"><b>16.2.1</b></a></li>
2002                     </ul>
2003                  </li>
2004                  <li class="indline1">no-store&nbsp;&nbsp;
2005                     <ul class="ind">
2006                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.2"><b>16.2.2</b></a></li>
2007                     </ul>
2008                  </li>
2009                  <li class="indline1">no-transform&nbsp;&nbsp;
2010                     <ul class="ind">
2011                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.3"><b>16.2.5</b></a></li>
2012                     </ul>
2013                  </li>
2014               </ul>
2015            </li>
2016            <li class="indline0"><a id="rfc.index.O" href="#rfc.index.O"><b>O</b></a><ul class="ind">
2017                  <li class="indline1">only-if-cached&nbsp;&nbsp;
2018                     <ul class="ind">
2019                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.o.1"><b>16.2.4</b></a></li>
2020                     </ul>
2021                  </li>
2022               </ul>
2023            </li>
2024            <li class="indline0"><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul class="ind">
2025                  <li class="indline1"><em>Part1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.1">2</a>, <a class="iref" href="#rfc.xref.Part1.2">2</a>, <a class="iref" href="#rfc.xref.Part1.3">2</a>, <a class="iref" href="#rfc.xref.Part1.4">2</a>, <a class="iref" href="#rfc.xref.Part1.5">2</a>, <a class="iref" href="#rfc.xref.Part1.6">2</a>, <a class="iref" href="#rfc.xref.Part1.7">2</a>, <a class="iref" href="#rfc.xref.Part1.8">2</a>, <a class="iref" href="#rfc.xref.Part1.9">2</a>, <a class="iref" href="#rfc.xref.Part1.10">2</a>, <a class="iref" href="#rfc.xref.Part1.11">2</a>, <a class="iref" href="#rfc.xref.Part1.12">2</a>, <a class="iref" href="#rfc.xref.Part1.13">4.3</a>, <a class="iref" href="#rfc.xref.Part1.14">7.1</a>, <a class="iref" href="#rfc.xref.Part1.15">7.2</a>, <a class="iref" href="#rfc.xref.Part1.16">7.2</a>, <a class="iref" href="#rfc.xref.Part1.17">8</a>, <a class="iref" href="#rfc.xref.Part1.18">16.3</a>, <a class="iref" href="#Part1"><b>20.1</b></a>, <a class="iref" href="#rfc.xref.Part1.19">A.1</a><ul class="ind">
2026                        <li class="indline1"><em>Section 2.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.1">2</a></li>
2027                        <li class="indline1"><em>Section 2.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.2">2</a>, <a class="iref" href="#rfc.xref.Part1.3">2</a>, <a class="iref" href="#rfc.xref.Part1.4">2</a>, <a class="iref" href="#rfc.xref.Part1.5">2</a>, <a class="iref" href="#rfc.xref.Part1.6">2</a>, <a class="iref" href="#rfc.xref.Part1.7">2</a></li>
2028                        <li class="indline1"><em>Section 3.2.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.10">2</a>, <a class="iref" href="#rfc.xref.Part1.12">2</a></li>
2029                        <li class="indline1"><em>Section 3.3.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.9">2</a>, <a class="iref" href="#rfc.xref.Part1.18">16.3</a></li>
2030                        <li class="indline1"><em>Section 4.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.8">2</a>, <a class="iref" href="#rfc.xref.Part1.17">8</a></li>
2031                        <li class="indline1"><em>Section 4.4</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.15">7.2</a>, <a class="iref" href="#rfc.xref.Part1.16">7.2</a></li>
2032                        <li class="indline1"><em>Section 8.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.14">7.1</a></li>
2033                        <li class="indline1"><em>Section 8.3</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.13">4.3</a></li>
2034                        <li class="indline1"><em>Section 8.9</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.11">2</a></li>
2035                     </ul>
2036                  </li>
2037                  <li class="indline1"><em>Part2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part2.1">11</a>, <a class="iref" href="#Part2"><b>20.1</b></a><ul class="ind">
2038                        <li class="indline1"><em>Section 8.1.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part2.1">11</a></li>
2039                     </ul>
2040                  </li>
2041                  <li class="indline1"><em>Part3</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part3.1">7.2</a>, <a class="iref" href="#rfc.xref.Part3.2">8</a>, <a class="iref" href="#Part3"><b>20.1</b></a>, <a class="iref" href="#rfc.xref.Part3.3">A.1</a><ul class="ind">
2042                        <li class="indline1"><em>Section 4.2.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part3.1">7.2</a></li>
2043                        <li class="indline1"><em>Section 5.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part3.2">8</a></li>
2044                     </ul>
2045                  </li>
2046                  <li class="indline1"><em>Part4</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part4.1">5</a>, <a class="iref" href="#Part4"><b>20.1</b></a></li>
2047                  <li class="indline1"><em>Part5</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part5.1">7.3</a>, <a class="iref" href="#rfc.xref.Part5.2">10</a>, <a class="iref" href="#Part5"><b>20.1</b></a>, <a class="iref" href="#rfc.xref.Part5.3">A.1</a><ul class="ind">
2048                        <li class="indline1"><em>Section 5</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part5.1">7.3</a>, <a class="iref" href="#rfc.xref.Part5.2">10</a></li>
2049                     </ul>
2050                  </li>
2051                  <li class="indline1"><em>Part7</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part7.1">6</a>, <a class="iref" href="#rfc.xref.Part7.2">16.2.1</a>, <a class="iref" href="#Part7"><b>20.1</b></a><ul class="ind">
2052                        <li class="indline1"><em>Section 4.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part7.1">6</a>, <a class="iref" href="#rfc.xref.Part7.2">16.2.1</a></li>
2053                     </ul>
2054                  </li>
2055                  <li class="indline1">Pragma header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.pragma.1">16.2</a>, <a class="iref" href="#rfc.iref.p.4"><b>16.4</b></a></li>
2056                  <li class="indline1">private&nbsp;&nbsp;
2057                     <ul class="ind">
2058                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.p.2"><b>16.2.1</b></a></li>
2059                     </ul>
2060                  </li>
2061                  <li class="indline1">proxy-revalidate&nbsp;&nbsp;
2062                     <ul class="ind">
2063                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.p.3"><b>16.2.4</b></a></li>
2064                     </ul>
2065                  </li>
2066                  <li class="indline1">public&nbsp;&nbsp;
2067                     <ul class="ind">
2068                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.p.1"><b>16.2.1</b></a></li>
2069                     </ul>
2070                  </li>
2071               </ul>
2072            </li>
2073            <li class="indline0"><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul class="ind">
2074                  <li class="indline1"><em>RFC1305</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC1305.1">4.3</a>, <a class="iref" href="#RFC1305"><b>20.2</b></a></li>
2075                  <li class="indline1"><em>RFC2047</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2047.1">16.6</a>, <a class="iref" href="#RFC2047"><b>20.1</b></a></li>
2076                  <li class="indline1"><em>RFC2119</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2119.1">1.3</a>, <a class="iref" href="#RFC2119"><b>20.1</b></a></li>
2077                  <li class="indline1"><em>RFC2616</em>&nbsp;&nbsp;<a class="iref" href="#RFC2616"><b>20.2</b></a>, <a class="iref" href="#rfc.xref.RFC2616.1">B.1</a></li>
2078               </ul>
2079            </li>
2080            <li class="indline0"><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul class="ind">
2081                  <li class="indline1">s-maxage&nbsp;&nbsp;
2082                     <ul class="ind">
2083                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.s.3"><b>16.2.3</b></a></li>
2084                     </ul>
2085                  </li>
2086                  <li class="indline1">semantically transparent&nbsp;&nbsp;<a class="iref" href="#rfc.iref.s.1">1.1</a></li>
2087                  <li class="indline1">stale&nbsp;&nbsp;<a class="iref" href="#rfc.iref.s.2">1.2</a></li>
2088               </ul>
2089            </li>
2090            <li class="indline0"><a id="rfc.index.V" href="#rfc.index.V"><b>V</b></a><ul class="ind">
2091                  <li class="indline1">validator&nbsp;&nbsp;<a class="iref" href="#rfc.iref.v.1">1.2</a></li>
2092                  <li class="indline1">Vary header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.vary.1">8</a>, <a class="iref" href="#rfc.iref.v.2"><b>16.5</b></a></li>
2093               </ul>
2094            </li>
2095            <li class="indline0"><a id="rfc.index.W" href="#rfc.index.W"><b>W</b></a><ul class="ind">
2096                  <li class="indline1">Warning header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.warning.1">3.1</a>, <a class="iref" href="#rfc.xref.header.warning.2">3.2</a>, <a class="iref" href="#rfc.xref.header.warning.3">3.2</a>, <a class="iref" href="#rfc.xref.header.warning.4">7.2</a>, <a class="iref" href="#rfc.xref.header.warning.5">7.3</a>, <a class="iref" href="#rfc.iref.w.1"><b>16.6</b></a>, <a class="iref" href="#rfc.xref.header.warning.6">A.1</a></li>
2097               </ul>
2098            </li>
2099         </ul>
2100      </div>
2101   </body>
2102</html>
Note: See TracBrowser for help on using the repository browser.