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

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

fix line wrap in ABNF prose problem; update XSLT for collected ABNF to move diagnostics into separate figure

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 201.1 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}
64h3, h4, h5, h6 {
65  font-size: 10pt;
66  page-break-after: avoid;
67}
68h2 a, h3 a, h4 a, h5 a, h6 a {
69  color: black;
70}
71img {
72  margin-left: 3em;
73}
74li {
75  margin-left: 2em;
76  margin-right: 2em;
77}
78ol {
79  margin-left: 2em;
80  margin-right: 2em;
81}
82ol p {
83  margin-left: 0em;
84}
85p {
86  margin-left: 2em;
87  margin-right: 2em;
88}
89pre {
90  margin-left: 3em;
91  background-color: lightyellow;
92  padding: .25em;
93}
94pre.text2 {
95  border-style: dotted;
96  border-width: 1px;
97  background-color: #f0f0f0;
98  width: 69em;
99}
100pre.inline {
101  background-color: white;
102  padding: 0em;
103}
104pre.text {
105  border-style: dotted;
106  border-width: 1px;
107  background-color: #f8f8f8;
108  width: 69em;
109}
110pre.drawing {
111  border-style: solid;
112  border-width: 1px;
113  background-color: #f8f8f8;
114  padding: 2em;
115}
116sup {
117  font-size: 60%;
118}
119table {
120  margin-left: 2em;
121}
122table.tt {
123  vertical-align: top;
124}
125table.full {
126  border-style: outset;
127  border-width: 1px;
128}
129table.headers {
130  border-style: outset;
131  border-width: 1px;
132}
133table.tt td {
134  vertical-align: top;
135}
136table.full td {
137  border-style: inset;
138  border-width: 1px;
139}
140table.tt th {
141  vertical-align: top;
142}
143table.full th {
144  border-style: inset;
145  border-width: 1px;
146}
147table.headers th {
148  border-style: none none inset none;
149  border-width: 1px;
150}
151caption {
152  caption-side: bottom;
153  font-weight: bold;
154  font-size: 9pt;
155  margin-top: .5em;
156}
157
158table.header {
159  width: 95%;
160  font-size: 10pt;
161  color: white;
162}
163td.top {
164  vertical-align: top;
165}
166td.topnowrap {
167  vertical-align: top;
168  white-space: nowrap;
169}
170td.header {
171  background-color: gray;
172  width: 50%;
173}
174td.header a {
175  color: white;
176}
177td.reference {
178  vertical-align: top;
179  white-space: nowrap;
180  padding-right: 1em;
181}
182thead {
183  display:table-header-group;
184}
185ul.toc {
186  list-style: none;
187  margin-left: 1.5em;
188  margin-right: 0em;
189  padding-left: 0em;
190}
191li.tocline0 {
192  line-height: 150%;
193  font-weight: bold;
194  font-size: 10pt;
195  margin-left: 0em;
196  margin-right: 0em;
197}
198li.tocline1 {
199  line-height: normal;
200  font-weight: normal;
201  font-size: 9pt;
202  margin-left: 0em;
203  margin-right: 0em;
204}
205li.tocline2 {
206  font-size: 0pt;
207}
208ul p {
209  margin-left: 0em;
210}
211ul.ind {
212  list-style: none;
213  margin-left: 1.5em;
214  margin-right: 0em;
215  padding-left: 0em;
216  page-break-before: avoid;
217}
218li.indline0 {
219  font-weight: bold;
220  line-height: 200%;
221  margin-left: 0em;
222  margin-right: 0em;
223}
224li.indline1 {
225  font-weight: normal;
226  line-height: 150%;
227  margin-left: 0em;
228  margin-right: 0em;
229}
230.bcp14 {
231  font-style: normal;
232  text-transform: lowercase;
233  font-variant: small-caps;
234}
235.comment {
236  background-color: yellow;
237}
238.center {
239  text-align: center;
240}
241.error {
242  color: red;
243  font-style: italic;
244  font-weight: bold;
245}
246.figure {
247  font-weight: bold;
248  text-align: center;
249  font-size: 9pt;
250}
251.filename {
252  color: #333333;
253  font-weight: bold;
254  font-size: 12pt;
255  line-height: 21pt;
256  text-align: center;
257}
258.fn {
259  font-weight: bold;
260}
261.hidden {
262  display: none;
263}
264.left {
265  text-align: left;
266}
267.right {
268  text-align: right;
269}
270.title {
271  color: #990000;
272  font-size: 18pt;
273  line-height: 18pt;
274  font-weight: bold;
275  text-align: center;
276  margin-top: 36pt;
277}
278.vcardline {
279  display: block;
280}
281.warning {
282  font-size: 14pt;
283  background-color: yellow;
284}
285
286
287@media print {
288  .noprint {
289    display: none;
290  }
291 
292  a {
293    color: black;
294    text-decoration: none;
295  }
296
297  table.header {
298    width: 90%;
299  }
300
301  td.header {
302    width: 50%;
303    color: black;
304    background-color: white;
305    vertical-align: top;
306    font-size: 12pt;
307  }
308
309  ul.toc a::after {
310    content: leader('.') target-counter(attr(href), page);
311  }
312 
313  a.iref {
314    content: target-counter(attr(href), page);
315  }
316 
317  .print2col {
318    column-count: 2;
319    -moz-column-count: 2;
320    column-fill: auto;
321  }
322}
323
324@page {
325  @top-left {
326       content: "INTERNET DRAFT";
327  }
328  @top-right {
329       content: "February 2009";
330  }
331  @top-center {
332       content: "HTTP/1.1, Part 6";
333  }
334  @bottom-left {
335       content: "Fielding, et al.";
336  }
337  @bottom-center {
338       content: "Standards Track";
339  }
340  @bottom-right {
341       content: "[Page " counter(page) "]";
342  }
343}
344
345@page:first {
346    @top-left {
347      content: normal;
348    }
349    @top-right {
350      content: normal;
351    }
352    @top-center {
353      content: normal;
354    }
355}
356</style><link rel="Contents" href="#rfc.toc">
357      <link rel="Author" href="#rfc.authors">
358      <link rel="Copyright" href="#rfc.copyright">
359      <link rel="Index" href="#rfc.index">
360      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
361      <link rel="Chapter" title="2 Overview" href="#rfc.section.2">
362      <link rel="Chapter" title="3 Expiration Model" href="#rfc.section.3">
363      <link rel="Chapter" title="4 Validation Model" href="#rfc.section.4">
364      <link rel="Chapter" title="5 Response Cacheability" href="#rfc.section.5">
365      <link rel="Chapter" title="6 Constructing Responses From Caches" href="#rfc.section.6">
366      <link rel="Chapter" title="7 Caching Negotiated Responses" href="#rfc.section.7">
367      <link rel="Chapter" title="8 Shared and Non-Shared Caches" href="#rfc.section.8">
368      <link rel="Chapter" title="9 Errors or Incomplete Response Cache Behavior" href="#rfc.section.9">
369      <link rel="Chapter" title="10 Side Effects of GET and HEAD" href="#rfc.section.10">
370      <link rel="Chapter" title="11 Invalidation After Updates or Deletions" href="#rfc.section.11">
371      <link rel="Chapter" title="12 Write-Through Mandatory" href="#rfc.section.12">
372      <link rel="Chapter" title="13 Cache Replacement" href="#rfc.section.13">
373      <link rel="Chapter" title="14 History Lists" href="#rfc.section.14">
374      <link rel="Chapter" title="15 Header Field Definitions" href="#rfc.section.15">
375      <link rel="Chapter" title="16 IANA Considerations" href="#rfc.section.16">
376      <link rel="Chapter" title="17 Security Considerations" href="#rfc.section.17">
377      <link rel="Chapter" title="18 Acknowledgments" href="#rfc.section.18">
378      <link rel="Chapter" href="#rfc.section.19" title="19 References">
379      <link rel="Appendix" title="A Compatibility with Previous Versions" href="#rfc.section.A">
380      <link rel="Appendix" title="B Collected ABNF" href="#rfc.section.B">
381      <link rel="Appendix" title="C Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.C">
382      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.424, 2009-02-24 16:15:29, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
383      <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
384      <meta name="DC.Creator" content="Fielding, R.">
385      <meta name="DC.Creator" content="Gettys, J.">
386      <meta name="DC.Creator" content="Mogul, J.">
387      <meta name="DC.Creator" content="Frystyk, H.">
388      <meta name="DC.Creator" content="Masinter, L.">
389      <meta name="DC.Creator" content="Leach, P.">
390      <meta name="DC.Creator" content="Berners-Lee, T.">
391      <meta name="DC.Creator" content="Lafon, Y.">
392      <meta name="DC.Creator" content="Reschke, J. F.">
393      <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest">
394      <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-02">
395      <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616">
396      <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.">
397   </head>
398   <body>
399      <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1">
400         <tr>
401            <td class="header left">HTTPbis Working Group</td>
402            <td class="header right">R. Fielding, Editor</td>
403         </tr>
404         <tr>
405            <td class="header left">Internet Draft</td>
406            <td class="header right">Day Software</td>
407         </tr>
408         <tr>
409            <td class="header left">
410               &lt;draft-ietf-httpbis-p6-cache-latest&gt;
411               
412            </td>
413            <td class="header right">J. Gettys</td>
414         </tr>
415         <tr>
416            <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved)
417            </td>
418            <td class="header right">One Laptop per Child</td>
419         </tr>
420         <tr>
421            <td class="header left">Intended status: Standards Track</td>
422            <td class="header right">J. Mogul</td>
423         </tr>
424         <tr>
425            <td class="header left">Expires: August 2009</td>
426            <td class="header right">HP</td>
427         </tr>
428         <tr>
429            <td class="header left"></td>
430            <td class="header right">H. Frystyk</td>
431         </tr>
432         <tr>
433            <td class="header left"></td>
434            <td class="header right">Microsoft</td>
435         </tr>
436         <tr>
437            <td class="header left"></td>
438            <td class="header right">L. Masinter</td>
439         </tr>
440         <tr>
441            <td class="header left"></td>
442            <td class="header right">Adobe Systems</td>
443         </tr>
444         <tr>
445            <td class="header left"></td>
446            <td class="header right">P. Leach</td>
447         </tr>
448         <tr>
449            <td class="header left"></td>
450            <td class="header right">Microsoft</td>
451         </tr>
452         <tr>
453            <td class="header left"></td>
454            <td class="header right">T. Berners-Lee</td>
455         </tr>
456         <tr>
457            <td class="header left"></td>
458            <td class="header right">W3C/MIT</td>
459         </tr>
460         <tr>
461            <td class="header left"></td>
462            <td class="header right">Y. Lafon, Editor</td>
463         </tr>
464         <tr>
465            <td class="header left"></td>
466            <td class="header right">W3C</td>
467         </tr>
468         <tr>
469            <td class="header left"></td>
470            <td class="header right">J. F. Reschke, Editor</td>
471         </tr>
472         <tr>
473            <td class="header left"></td>
474            <td class="header right">greenbytes</td>
475         </tr>
476         <tr>
477            <td class="header left"></td>
478            <td class="header right">February 28, 2009</td>
479         </tr>
480      </table>
481      <p class="title">HTTP/1.1, part 6: Caching<br><span class="filename">draft-ietf-httpbis-p6-cache-latest</span></p>
482      <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1>
483      <p>This Internet-Draft is submitted to IETF pursuant to, and in full conformance with, the provisions of BCP 78 and BCP 79. This
484         document may contain material from IETF Documents or IETF Contributions published or made publicly available before November
485         10, 2008. The person(s) controlling the copyright in some of this material may not have granted the IETF Trust the right to
486         allow modifications of such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s)
487         controlling the copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative
488         works of it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate
489         it into languages other than English.
490      </p>
491      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note
492         that other groups may also distribute working documents as Internet-Drafts.
493      </p>
494      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
495         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
496         in progress”.
497      </p>
498      <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;.
499      </p>
500      <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;.
501      </p>
502      <p>This Internet-Draft will expire in August 2009.</p>
503      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
504      <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
505      <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents in effect on the date
506         of publication of this document (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>). Please review these documents carefully, as they describe your rights and restrictions with respect to this document.
507      </p>
508      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
509      <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information
510         systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 6 of the
511         seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part
512         6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response
513         messages.
514      </p>
515      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
516      <p>Discussion of this draft should take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org). The current issues
517         list is at &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/report/11">http://tools.ietf.org/wg/httpbis/trac/report/11</a>&gt; and related documents (including fancy diffs) can be found at &lt;<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>&gt;.
518      </p> 
519      <p>The changes in this draft are summarized in <a href="#changes.since.05" title="Since draft-ietf-httpbis-p6-cache-05">Appendix&nbsp;C.7</a>.
520      </p>
521      <hr class="noprint">
522      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
523      <ul class="toc">
524         <li class="tocline0">1.&nbsp;&nbsp;&nbsp;<a href="#caching">Introduction</a><ul class="toc">
525               <li class="tocline1">1.1&nbsp;&nbsp;&nbsp;<a href="#intro.purpose">Purpose</a></li>
526               <li class="tocline1">1.2&nbsp;&nbsp;&nbsp;<a href="#intro.terminology">Terminology</a></li>
527               <li class="tocline1">1.3&nbsp;&nbsp;&nbsp;<a href="#intro.requirements">Requirements</a></li>
528               <li class="tocline1">1.4&nbsp;&nbsp;&nbsp;<a href="#notation">Syntax Notation</a><ul class="toc">
529                     <li class="tocline1">1.4.1&nbsp;&nbsp;&nbsp;<a href="#core.rules">Core Rules</a></li>
530                     <li class="tocline1">1.4.2&nbsp;&nbsp;&nbsp;<a href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></li>
531                  </ul>
532               </li>
533            </ul>
534         </li>
535         <li class="tocline0">2.&nbsp;&nbsp;&nbsp;<a href="#caching.overview">Overview</a><ul class="toc">
536               <li class="tocline1">2.1&nbsp;&nbsp;&nbsp;<a href="#cache.correctness">Cache Correctness</a></li>
537               <li class="tocline1">2.2&nbsp;&nbsp;&nbsp;<a href="#warnings">Warnings</a></li>
538               <li class="tocline1">2.3&nbsp;&nbsp;&nbsp;<a href="#cache-control.mechanisms">Cache-control Mechanisms</a></li>
539               <li class="tocline1">2.4&nbsp;&nbsp;&nbsp;<a href="#explicit.ua.warnings">Explicit User Agent Warnings</a></li>
540               <li class="tocline1">2.5&nbsp;&nbsp;&nbsp;<a href="#exceptions.to.the.rules.and.warnings">Exceptions to the Rules and Warnings</a></li>
541               <li class="tocline1">2.6&nbsp;&nbsp;&nbsp;<a href="#client-controlled.behavior">Client-controlled Behavior</a></li>
542            </ul>
543         </li>
544         <li class="tocline0">3.&nbsp;&nbsp;&nbsp;<a href="#expiration.model">Expiration Model</a><ul class="toc">
545               <li class="tocline1">3.1&nbsp;&nbsp;&nbsp;<a href="#server-specified.expiration">Server-Specified Expiration</a></li>
546               <li class="tocline1">3.2&nbsp;&nbsp;&nbsp;<a href="#heuristic.expiration">Heuristic Expiration</a></li>
547               <li class="tocline1">3.3&nbsp;&nbsp;&nbsp;<a href="#age.calculations">Age Calculations</a></li>
548               <li class="tocline1">3.4&nbsp;&nbsp;&nbsp;<a href="#expiration.calculations">Expiration Calculations</a></li>
549               <li class="tocline1">3.5&nbsp;&nbsp;&nbsp;<a href="#disambiguating.expiration.values">Disambiguating Expiration Values</a></li>
550               <li class="tocline1">3.6&nbsp;&nbsp;&nbsp;<a href="#disambiguating.multiple.responses">Disambiguating Multiple Responses</a></li>
551            </ul>
552         </li>
553         <li class="tocline0">4.&nbsp;&nbsp;&nbsp;<a href="#validation.model">Validation Model</a></li>
554         <li class="tocline0">5.&nbsp;&nbsp;&nbsp;<a href="#response.cacheability">Response Cacheability</a></li>
555         <li class="tocline0">6.&nbsp;&nbsp;&nbsp;<a href="#constructing.responses.from.caches">Constructing Responses From Caches</a><ul class="toc">
556               <li class="tocline1">6.1&nbsp;&nbsp;&nbsp;<a href="#end-to-end.and.hop-by-hop.headers">End-to-end and Hop-by-hop Headers</a></li>
557               <li class="tocline1">6.2&nbsp;&nbsp;&nbsp;<a href="#non-modifiable.headers">Non-modifiable Headers</a></li>
558               <li class="tocline1">6.3&nbsp;&nbsp;&nbsp;<a href="#combining.headers">Combining Headers</a></li>
559            </ul>
560         </li>
561         <li class="tocline0">7.&nbsp;&nbsp;&nbsp;<a href="#caching.negotiated.responses">Caching Negotiated Responses</a></li>
562         <li class="tocline0">8.&nbsp;&nbsp;&nbsp;<a href="#shared.and.non-shared.caches">Shared and Non-Shared Caches</a></li>
563         <li class="tocline0">9.&nbsp;&nbsp;&nbsp;<a href="#errors.or.incomplete.response.cache.behavior">Errors or Incomplete Response Cache Behavior</a></li>
564         <li class="tocline0">10.&nbsp;&nbsp;&nbsp;<a href="#side.effects.of.get.and.head">Side Effects of GET and HEAD</a></li>
565         <li class="tocline0">11.&nbsp;&nbsp;&nbsp;<a href="#invalidation.after.updates.or.deletions">Invalidation After Updates or Deletions</a></li>
566         <li class="tocline0">12.&nbsp;&nbsp;&nbsp;<a href="#write-through.mandatory">Write-Through Mandatory</a></li>
567         <li class="tocline0">13.&nbsp;&nbsp;&nbsp;<a href="#cache.replacement">Cache Replacement</a></li>
568         <li class="tocline0">14.&nbsp;&nbsp;&nbsp;<a href="#history.lists">History Lists</a></li>
569         <li class="tocline0">15.&nbsp;&nbsp;&nbsp;<a href="#header.fields">Header Field Definitions</a><ul class="toc">
570               <li class="tocline1">15.1&nbsp;&nbsp;&nbsp;<a href="#header.age">Age</a></li>
571               <li class="tocline1">15.2&nbsp;&nbsp;&nbsp;<a href="#header.cache-control">Cache-Control</a><ul class="toc">
572                     <li class="tocline1">15.2.1&nbsp;&nbsp;&nbsp;<a href="#what.is.cacheable">What is Cacheable</a></li>
573                     <li class="tocline1">15.2.2&nbsp;&nbsp;&nbsp;<a href="#what.may.be.stored.by.caches">What May be Stored by Caches</a></li>
574                     <li class="tocline1">15.2.3&nbsp;&nbsp;&nbsp;<a href="#modifications.of.the.basic.expiration.mechanism">Modifications of the Basic Expiration Mechanism</a></li>
575                     <li class="tocline1">15.2.4&nbsp;&nbsp;&nbsp;<a href="#cache.revalidation.and.reload.controls">Cache Revalidation and Reload Controls</a></li>
576                     <li class="tocline1">15.2.5&nbsp;&nbsp;&nbsp;<a href="#no-transform.directive">No-Transform Directive</a></li>
577                     <li class="tocline1">15.2.6&nbsp;&nbsp;&nbsp;<a href="#cache.control.extensions">Cache Control Extensions</a></li>
578                  </ul>
579               </li>
580               <li class="tocline1">15.3&nbsp;&nbsp;&nbsp;<a href="#header.expires">Expires</a></li>
581               <li class="tocline1">15.4&nbsp;&nbsp;&nbsp;<a href="#header.pragma">Pragma</a></li>
582               <li class="tocline1">15.5&nbsp;&nbsp;&nbsp;<a href="#header.vary">Vary</a></li>
583               <li class="tocline1">15.6&nbsp;&nbsp;&nbsp;<a href="#header.warning">Warning</a></li>
584            </ul>
585         </li>
586         <li class="tocline0">16.&nbsp;&nbsp;&nbsp;<a href="#IANA.considerations">IANA Considerations</a><ul class="toc">
587               <li class="tocline1">16.1&nbsp;&nbsp;&nbsp;<a href="#message.header.registration">Message Header Registration</a></li>
588            </ul>
589         </li>
590         <li class="tocline0">17.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
591         <li class="tocline0">18.&nbsp;&nbsp;&nbsp;<a href="#ack">Acknowledgments</a></li>
592         <li class="tocline0">19.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">References</a><ul class="toc">
593               <li class="tocline1">19.1&nbsp;&nbsp;&nbsp;<a href="#rfc.references.1">Normative References</a></li>
594               <li class="tocline1">19.2&nbsp;&nbsp;&nbsp;<a href="#rfc.references.2">Informative References</a></li>
595            </ul>
596         </li>
597         <li class="tocline0"><a href="#rfc.authors">Authors' Addresses</a></li>
598         <li class="tocline0">A.&nbsp;&nbsp;&nbsp;<a href="#compatibility">Compatibility with Previous Versions</a><ul class="toc">
599               <li class="tocline1">A.1&nbsp;&nbsp;&nbsp;<a href="#changes.from.rfc.2068">Changes from RFC 2068</a></li>
600               <li class="tocline1">A.2&nbsp;&nbsp;&nbsp;<a href="#changes.from.rfc.2616">Changes from RFC 2616</a></li>
601            </ul>
602         </li>
603         <li class="tocline0">B.&nbsp;&nbsp;&nbsp;<a href="#collected.abnf">Collected ABNF</a></li>
604         <li class="tocline0">C.&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc">
605               <li class="tocline1">C.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.C.1">Since RFC2616</a></li>
606               <li class="tocline1">C.2&nbsp;&nbsp;&nbsp;<a href="#rfc.section.C.2">Since draft-ietf-httpbis-p6-cache-00</a></li>
607               <li class="tocline1">C.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.C.3">Since draft-ietf-httpbis-p6-cache-01</a></li>
608               <li class="tocline1">C.4&nbsp;&nbsp;&nbsp;<a href="#changes.since.02">Since draft-ietf-httpbis-p6-cache-02</a></li>
609               <li class="tocline1">C.5&nbsp;&nbsp;&nbsp;<a href="#changes.since.03">Since draft-ietf-httpbis-p6-cache-03</a></li>
610               <li class="tocline1">C.6&nbsp;&nbsp;&nbsp;<a href="#changes.since.04">Since draft-ietf-httpbis-p6-cache-04</a></li>
611               <li class="tocline1">C.7&nbsp;&nbsp;&nbsp;<a href="#changes.since.05">Since draft-ietf-httpbis-p6-cache-05</a></li>
612            </ul>
613         </li>
614         <li class="tocline0"><a href="#rfc.index">Index</a></li>
615      </ul>
616      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="caching" href="#caching">Introduction</a></h1>
617      <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,
618         and includes a number of elements intended to make caching work as well as possible. Because these elements interact with
619         each other, it is useful to describe the caching design of HTTP separately. This document defines aspects of HTTP/1.1 related
620         to caching and reusing response messages.
621      </p>
622      <div id="rfc.iref.c.1"></div>
623      <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>
624      <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
625         stores cacheable responses in order to reduce the response time and network bandwidth consumption on future, equivalent requests.
626         Any client or server may include a cache, though a cache cannot be used by a server that is acting as a tunnel.
627      </p>
628      <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
629         response message to satisfy a current request. In some cases, the existing response can be reused without the need for a network
630         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;3</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
631         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;4</a>).
632      </p>
633      <div id="rfc.iref.s.1"></div>
634      <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,
635         except to improve performance. When a cache is semantically transparent, the client receives exactly the same response status
636         and payload that it would have received had its request been handled directly by the origin server.
637      </p>
638      <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
639         transparency is not always necessary and can be effectively traded for the sake of bandwidth scaling, disconnected operation,
640         and high availability. HTTP/1.1 allows origin servers, caches, and clients to explicitly reduce transparency when necessary.
641         However, because non-transparent operation may confuse non-expert users and might be incompatible with certain server applications
642         (such as those for ordering merchandise), the protocol requires that transparency be relaxed
643      </p>
644      <ul>
645         <li>only by an explicit protocol-level request when relaxed by client or origin server</li>
646         <li>only with an explicit warning to the end user when relaxed by cache or client</li>
647      </ul>
648      <p id="rfc.section.1.1.p.5">Therefore, HTTP/1.1 provides these important elements: </p>
649      <ol>
650         <li>Protocol features that provide full semantic transparency when this is required by all parties.</li>
651         <li>Protocol features that allow an origin server or user agent to explicitly request and control non-transparent operation.</li>
652         <li>Protocol features that allow a cache to attach warnings to responses that do not preserve the requested approximation of semantic
653            transparency.
654         </li>
655      </ol>
656      <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>
657      <dl class="empty">
658         <dd> <b>Note:</b> The server, cache, or client implementor might be faced with design decisions not explicitly discussed in this specification.
659            If a decision might affect semantic transparency, the implementor ought to err on the side of maintaining transparency unless
660            a careful and complete analysis shows significant benefits in breaking transparency.
661         </dd>
662      </dl>
663      <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>
664      <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>
665      <p id="rfc.section.1.2.p.2"> <span id="rfc.iref.c.2"></span>  <dfn>cacheable</dfn> 
666      </p>
667      <dl class="empty">
668         <dd>A response is cacheable if a cache is allowed to store a copy of the response message for use in answering subsequent requests.
669            Even when a response is cacheable, there may be additional constraints on whether a cache can use the cached copy for a particular
670            request.
671         </dd>
672      </dl>
673      <p id="rfc.section.1.2.p.3"> <span id="rfc.iref.f.1"></span>  <dfn>first-hand</dfn> 
674      </p>
675      <dl class="empty">
676         <dd>A response is first-hand if it comes directly and without unnecessary delay from the origin server, perhaps via one or more
677            proxies. A response is also first-hand if its validity has just been checked directly with the origin server.
678         </dd>
679      </dl>
680      <p id="rfc.section.1.2.p.4"> <span id="rfc.iref.e.1"></span>  <dfn>explicit expiration time</dfn> 
681      </p>
682      <dl class="empty">
683         <dd>The time at which the origin server intends that an entity should no longer be returned by a cache without further validation.</dd>
684      </dl>
685      <p id="rfc.section.1.2.p.5"> <span id="rfc.iref.h.1"></span>  <dfn>heuristic expiration time</dfn> 
686      </p>
687      <dl class="empty">
688         <dd>An expiration time assigned by a cache when no explicit expiration time is available.</dd>
689      </dl>
690      <p id="rfc.section.1.2.p.6"> <span id="rfc.iref.a.1"></span>  <dfn>age</dfn> 
691      </p>
692      <dl class="empty">
693         <dd>The age of a response is the time since it was sent by, or successfully validated with, the origin server.</dd>
694      </dl>
695      <p id="rfc.section.1.2.p.7"> <span id="rfc.iref.f.2"></span>  <dfn>freshness lifetime</dfn> 
696      </p>
697      <dl class="empty">
698         <dd>The length of time between the generation of a response and its expiration time.</dd>
699      </dl>
700      <p id="rfc.section.1.2.p.8"> <span id="rfc.iref.f.3"></span>  <dfn>fresh</dfn> 
701      </p>
702      <dl class="empty">
703         <dd>A response is fresh if its age has not yet exceeded its freshness lifetime.</dd>
704      </dl>
705      <p id="rfc.section.1.2.p.9"> <span id="rfc.iref.s.2"></span>  <dfn>stale</dfn> 
706      </p>
707      <dl class="empty">
708         <dd>A response is stale if its age has passed its freshness lifetime.</dd>
709      </dl>
710      <p id="rfc.section.1.2.p.10"> <span id="rfc.iref.v.1"></span>  <dfn>validator</dfn> 
711      </p>
712      <dl class="empty">
713         <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
714            copy of an entity.
715         </dd>
716      </dl>
717      <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>
718      <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"
719         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>.
720      </p>
721      <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."
722      </p>
723      <h2 id="rfc.section.1.4"><a href="#rfc.section.1.4">1.4</a>&nbsp;<a id="notation" href="#notation">Syntax Notation</a></h2>
724      <p id="rfc.section.1.4.p.1">This specification uses the ABNF syntax defined in <a href="p1-messaging.html#notation" title="Syntax Notation">Section 1.2</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>. The following core rules are included by reference, as defined in <a href="#RFC5234" id="rfc.xref.RFC5234.1"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a>, <a href="http://tools.ietf.org/html/rfc5234#appendix-B.1">Appendix B.1</a>: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG
725         (hexadecimal 0-9/A-F/a-f), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), VCHAR (any visible USASCII character),
726         and WSP (whitespace).
727      </p>
728      <h3 id="rfc.section.1.4.1"><a href="#rfc.section.1.4.1">1.4.1</a>&nbsp;<a id="core.rules" href="#core.rules">Core Rules</a></h3>
729      <p id="rfc.section.1.4.1.p.1">The core rules below are defined in <a href="p1-messaging.html#basic.rules" title="Basic Rules">Section 1.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>:
730      </p>
731      <div id="rfc.figure.u.1"></div><pre class="inline">  <a href="#core.rules" class="smpl">quoted-string</a> = &lt;quoted-string, 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 1.2.2</a>&gt;
732  <a href="#core.rules" class="smpl">token</a>         = &lt;token, 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 1.2.2</a>&gt;
733  <a href="#core.rules" class="smpl">OWS</a>           = &lt;OWS, 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 1.2.2</a>&gt;
734</pre><h3 id="rfc.section.1.4.2"><a href="#rfc.section.1.4.2">1.4.2</a>&nbsp;<a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></h3>
735      <p id="rfc.section.1.4.2.p.1">The ABNF rules below are defined in other parts:</p>
736      <div id="rfc.figure.u.2"></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.6"><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;
737  <a href="#abnf.dependencies" class="smpl">HTTP-date</a>     = &lt;HTTP-date, 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#full.date" title="Full Date">Section 3.2.1</a>&gt;
738  <a href="#abnf.dependencies" class="smpl">port</a>          = &lt;port, 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#uri" title="Uniform Resource Identifiers">Section 2.1</a>&gt;
739  <a href="#abnf.dependencies" class="smpl">pseudonym</a>     = &lt;pseudonym, 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#header.via" title="Via">Section 8.9</a>&gt;
740  <a href="#abnf.dependencies" class="smpl">uri-host</a>      = &lt;uri-host, 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#uri" title="Uniform Resource Identifiers">Section 2.1</a>&gt;
741</pre><h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="caching.overview" href="#caching.overview">Overview</a></h1>
742      <h2 id="rfc.section.2.1"><a href="#rfc.section.2.1">2.1</a>&nbsp;<a id="cache.correctness" href="#cache.correctness">Cache Correctness</a></h2>
743      <p id="rfc.section.2.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">3.5</a>, <a href="#disambiguating.multiple.responses" title="Disambiguating Multiple Responses">3.6</a>, and <a href="#cache.replacement" title="Cache Replacement">13</a>) which meets one of the following conditions:
744      </p>
745      <ol>
746         <li>It has been checked for equivalence with what the origin server would have returned by revalidating the response with the
747            origin server (<a href="#validation.model" title="Validation Model">Section&nbsp;4</a>);
748         </li>
749         <li>It is "fresh enough" (see <a href="#expiration.model" title="Expiration Model">Section&nbsp;3</a>). In the default case, this means it meets the least restrictive freshness requirement of the client, origin server, and
750            cache (see <a href="#header.cache-control" id="rfc.xref.header.cache-control.1" title="Cache-Control">Section&nbsp;15.2</a>); if the origin server so specifies, it is the freshness requirement of the origin server alone. If a stored response is
751            not "fresh enough" by the most restrictive freshness requirement of both the client and the origin server, in carefully considered
752            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">2.5</a> and <a href="#header.warning" id="rfc.xref.header.warning.1" title="Warning">15.6</a>), unless such a response is prohibited (e.g., by a "no-store" cache-directive, or by a "no-cache" cache-request-directive;
753            see <a href="#header.cache-control" id="rfc.xref.header.cache-control.2" title="Cache-Control">Section&nbsp;15.2</a>).
754         </li>
755         <li>It is an appropriate 304 (Not Modified), 305 (Use Proxy), or error (4xx or 5xx) response message.</li>
756      </ol>
757      <p id="rfc.section.2.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.
758      </p>
759      <p id="rfc.section.2.1.p.3">If a cache receives a response (either an entire response, or a 304 (Not Modified) response) that it would normally forward
760         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.
761         A user agent that receives a stale response without a Warning <em class="bcp14">MAY</em> display a warning indication to the user.
762      </p>
763      <h2 id="rfc.section.2.2"><a href="#rfc.section.2.2">2.2</a>&nbsp;<a id="warnings" href="#warnings">Warnings</a></h2>
764      <p id="rfc.section.2.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;2.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
765         described in <a href="#header.warning" id="rfc.xref.header.warning.2" title="Warning">Section&nbsp;15.6</a>. The warning allows clients to take appropriate action.
766      </p>
767      <p id="rfc.section.2.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
768         these responses from true failures.
769      </p>
770      <p id="rfc.section.2.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:
771      </p>
772      <p id="rfc.section.2.2.p.4"> </p>
773      <dl>
774         <dt>1xx</dt>
775         <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.
776         </dd>
777         <dt>2xx</dt>
778         <dd>Warnings that describe some aspect of the entity body or entity headers that is not rectified by a revalidation (for example,
779            a lossy compression of the entity bodies) and which <em class="bcp14">MUST NOT</em> be deleted after a successful revalidation.
780         </dd>
781      </dl>
782      <p id="rfc.section.2.2.p.5">See <a href="#header.warning" id="rfc.xref.header.warning.3" title="Warning">Section&nbsp;15.6</a> for the definitions of the codes themselves.
783      </p>
784      <p id="rfc.section.2.2.p.6">HTTP/1.0 caches will cache all Warnings in responses, without deleting the ones in the first category. Warnings in responses
785         that are passed to HTTP/1.0 caches carry an extra warning-date field, which prevents a future HTTP/1.1 recipient from believing
786         an erroneously cached Warning.
787      </p>
788      <p id="rfc.section.2.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.
789      </p>
790      <p id="rfc.section.2.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.
791         For example, a server might provide the same warning with texts in both English and Basque.
792      </p>
793      <p id="rfc.section.2.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.
794         This version of HTTP does not specify strict priority rules for deciding which warnings to display and in what order, but
795         does suggest some heuristics.
796      </p>
797      <h2 id="rfc.section.2.3"><a href="#rfc.section.2.3">2.3</a>&nbsp;<a id="cache-control.mechanisms" href="#cache-control.mechanisms">Cache-control Mechanisms</a></h2>
798      <p id="rfc.section.2.3.p.1">The basic cache mechanisms in HTTP/1.1 (server-specified expiration times and validators) are implicit directives to caches.
799         In some cases, a server or client might need to provide explicit directives to the HTTP caches. We use the Cache-Control header
800         for this purpose.
801      </p>
802      <p id="rfc.section.2.3.p.2">The Cache-Control header allows a client or server to transmit a variety of directives in either requests or responses. These
803         directives typically override the default caching algorithms. As a general rule, if there is any apparent conflict between
804         header values, the most restrictive interpretation is applied (that is, the one that is most likely to preserve semantic transparency).
805         However, in some cases, cache-control directives are explicitly specified as weakening the approximation of semantic transparency
806         (for example, "max-stale" or "public").
807      </p>
808      <p id="rfc.section.2.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;15.2</a>.
809      </p>
810      <h2 id="rfc.section.2.4"><a href="#rfc.section.2.4">2.4</a>&nbsp;<a id="explicit.ua.warnings" href="#explicit.ua.warnings">Explicit User Agent Warnings</a></h2>
811      <p id="rfc.section.2.4.p.1">Many user agents make it possible for users to override the basic caching mechanisms. For example, the user agent might allow
812         the user to specify that cached entities (even explicitly stale ones) are never validated. Or the user agent might habitually
813         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.
814      </p>
815      <p id="rfc.section.2.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
816         requirements (in particular, if the displayed entity is known to be stale). Since the protocol normally allows the user agent
817         to determine if responses are stale or not, this indication need only be displayed when this actually happens. The indication
818         need not be a dialog box; it could be an icon (for example, a picture of a rotting fish) or some other indicator.
819      </p>
820      <p id="rfc.section.2.4.p.3">If the user has overridden the caching mechanisms in a way that would abnormally reduce the effectiveness of caches, the user
821         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
822         does not inadvertently consume excess resources or suffer from excessive latency.
823      </p>
824      <h2 id="rfc.section.2.5"><a href="#rfc.section.2.5">2.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>
825      <p id="rfc.section.2.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,
826         but may be necessary for reasons of availability or performance, especially when the cache is poorly connected to the origin
827         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.
828      </p>
829      <p id="rfc.section.2.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
830         technical or policy reasons.
831      </p>
832      <h2 id="rfc.section.2.6"><a href="#rfc.section.2.6">2.6</a>&nbsp;<a id="client-controlled.behavior" href="#client-controlled.behavior">Client-controlled Behavior</a></h2>
833      <p id="rfc.section.2.6.p.1">While the origin server (and to a lesser extent, intermediate caches, by their contribution to the age of a response) are
834         the primary source of expiration information, in some cases the client might need to control a cache's decision about whether
835         to return a cached response without validating it. Clients do this using several directives of the Cache-Control header.
836      </p>
837      <p id="rfc.section.2.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)
838         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
839         of caches, and so cannot further relax the cache's approximation of semantic transparency.
840      </p>
841      <p id="rfc.section.2.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
842         the caches, and so might violate the origin server's specified constraints on semantic transparency, but might be necessary
843         to support disconnected operation, or high availability in the face of poor connectivity.
844      </p>
845      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="expiration.model" href="#expiration.model">Expiration Model</a></h1>
846      <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a>&nbsp;<a id="server-specified.expiration" href="#server-specified.expiration">Server-Specified Expiration</a></h2>
847      <p id="rfc.section.3.1.p.1">HTTP caching works best when caches can entirely avoid making requests to the origin server. The primary mechanism for avoiding
848         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.
849      </p>
850      <p id="rfc.section.3.1.p.2">Our expectation is that servers will assign future explicit expiration times to responses in the belief that the entity is
851         not likely to change, in a semantically significant way, before the expiration time is reached. This normally preserves semantic
852         transparency, as long as the server's expiration times are carefully chosen.
853      </p>
854      <p id="rfc.section.3.1.p.3">The expiration mechanism applies only to responses taken from a cache and not to first-hand responses forwarded immediately
855         to the requesting client.
856      </p>
857      <p id="rfc.section.3.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;15.2.4</a> for a more restrictive way to force revalidation.
858      </p>
859      <p id="rfc.section.3.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;15.2</a>).
860      </p>
861      <p id="rfc.section.3.1.p.6">Servers specify explicit expiration times using either the Expires header, or the max-age directive of the Cache-Control header.</p>
862      <p id="rfc.section.3.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
863         to caching mechanisms, and such mechanisms need only check a resource's expiration status when a new request for that resource
864         is initiated. See <a href="#history.lists" title="History Lists">Section&nbsp;14</a> for an explanation of the difference between caches and history mechanisms.
865      </p>
866      <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a>&nbsp;<a id="heuristic.expiration" href="#heuristic.expiration">Heuristic Expiration</a></h2>
867      <p id="rfc.section.3.2.p.1">Since origin servers do not always provide explicit expiration times, HTTP caches typically assign heuristic expiration times,
868         employing algorithms that use other header values (such as the Last-Modified time) to estimate a plausible expiration time.
869         The HTTP/1.1 specification does not provide specific algorithms, but does impose worst-case constraints on their results.
870         Since heuristic expiration times might compromise semantic transparency, they ought to be used cautiously, and we encourage
871         origin servers to provide explicit expiration times as much as possible.
872      </p>
873      <h2 id="rfc.section.3.3"><a href="#rfc.section.3.3">3.3</a>&nbsp;<a id="age.calculations" href="#age.calculations">Age Calculations</a></h2>
874      <p id="rfc.section.3.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
875         to calculate the latter in <a href="#expiration.calculations" title="Expiration Calculations">Section&nbsp;3.4</a>; this section describes how to calculate the age of a response or cache entry.
876      </p>
877      <p id="rfc.section.3.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."
878         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.
879      </p>
880      <p id="rfc.section.3.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
881         was generated (see <a href="p1-messaging.html#header.date" title="Date">Section 8.3</a> of <a href="#Part1" id="rfc.xref.Part1.11"><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.
882      </p>
883      <p id="rfc.section.3.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
884         Age field value is the cache's estimate of the amount of time since the response was generated or revalidated by the origin
885         server.
886      </p>
887      <p id="rfc.section.3.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
888         from the origin server, plus the amount of time it has been in transit along network paths.
889      </p>
890      <p id="rfc.section.3.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>
891      <p id="rfc.section.3.3.p.7">A response's age can be calculated in two entirely independent ways: </p>
892      <ol>
893         <li>now minus date_value, if the local clock is reasonably well synchronized to the origin server's clock. If the result is negative,
894            the result is replaced by zero.
895         </li>
896         <li>age_value, if all of the caches along the response path implement HTTP/1.1.</li>
897      </ol>
898      <p id="rfc.section.3.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>
899      <div id="rfc.figure.u.3"></div><pre class="text">    corrected_received_age = max(now - date_value, age_value)
900</pre><p id="rfc.section.3.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>
901      <p id="rfc.section.3.3.p.11">Because of network-imposed delays, some significant interval might pass between the time that a server generates a response
902         and the time it is received at the next outbound cache or client. If uncorrected, this delay could result in improperly low
903         ages.
904      </p>
905      <p id="rfc.section.3.3.p.12">Because the request that resulted in the returned Age value must have been initiated prior to that Age value's generation,
906         we can correct for delays imposed by the network by recording the time at which the request was initiated. Then, when an Age
907         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
908         results in conservative behavior no matter how much delay is experienced. So, we compute:
909      </p>
910      <div id="rfc.figure.u.4"></div><pre class="text">   corrected_initial_age = corrected_received_age
911                         + (now - request_time)
912</pre><p id="rfc.section.3.3.p.14">where "request_time" is the time (according to the local clock) when the request that elicited this response was sent.</p>
913      <p id="rfc.section.3.3.p.15">Summary of age calculation algorithm, when a cache receives a response:</p>
914      <div id="rfc.figure.u.5"></div><pre class="text">   /*
915    * age_value
916    *      is the value of Age: header received by the cache with
917    *              this response.
918    * date_value
919    *      is the value of the origin server's Date: header
920    * request_time
921    *      is the (local) time when the cache made the request
922    *              that resulted in this cached response
923    * response_time
924    *      is the (local) time when the cache received the
925    *              response
926    * now
927    *      is the current (local) time
928    */
929
930   apparent_age = max(0, response_time - date_value);
931   corrected_received_age = max(apparent_age, age_value);
932   response_delay = response_time - request_time;
933   corrected_initial_age = corrected_received_age + response_delay;
934   resident_time = now - response_time;
935   current_age   = corrected_initial_age + resident_time;
936</pre><p id="rfc.section.3.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
937         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.
938      </p>
939      <p id="rfc.section.3.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
940         true, since the lack of an Age header field in a response does not imply that the response is first-hand unless all caches
941         along the request path are compliant with HTTP/1.1 (i.e., older HTTP caches did not implement the Age header field).
942      </p>
943      <h2 id="rfc.section.3.4"><a href="#rfc.section.3.4">3.4</a>&nbsp;<a id="expiration.calculations" href="#expiration.calculations">Expiration Calculations</a></h2>
944      <p id="rfc.section.3.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
945         calculated as described in <a href="#age.calculations" title="Age Calculations">Section&nbsp;3.3</a>; this section describes how to calculate the freshness lifetime, and to determine if a response has expired. In the discussion
946         below, the values can be represented in any form appropriate for arithmetic operations.
947      </p>
948      <p id="rfc.section.3.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
949         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;15.2.3</a>).
950      </p>
951      <p id="rfc.section.3.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>
952      <div id="rfc.figure.u.6"></div><pre class="text">   freshness_lifetime = max_age_value
953</pre><p id="rfc.section.3.4.p.5">Otherwise, if Expires is present in the response, the calculation is:</p>
954      <div id="rfc.figure.u.7"></div><pre class="text">   freshness_lifetime = expires_value - date_value
955</pre><p id="rfc.section.3.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>
956      <p id="rfc.section.3.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;15.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.
957      </p>
958      <p id="rfc.section.3.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%.
959      </p>
960      <p id="rfc.section.3.4.p.10">The calculation to determine if a response has expired is quite simple:</p>
961      <div id="rfc.figure.u.8"></div><pre class="text">   response_is_fresh = (freshness_lifetime &gt; current_age)
962</pre><h2 id="rfc.section.3.5"><a href="#rfc.section.3.5">3.5</a>&nbsp;<a id="disambiguating.expiration.values" href="#disambiguating.expiration.values">Disambiguating Expiration Values</a></h2>
963      <p id="rfc.section.3.5.p.1">Because expiration values are assigned optimistically, it is possible for two caches to contain fresh values for the same
964         resource that are different.
965      </p>
966      <p id="rfc.section.3.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,
967         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;15.2</a>), to force a check with the origin server.
968      </p>
969      <p id="rfc.section.3.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
970         caches, or because a client has asked for a reload or a revalidation of an apparently fresh cache entry.
971      </p>
972      <h2 id="rfc.section.3.6"><a href="#rfc.section.3.6">3.6</a>&nbsp;<a id="disambiguating.multiple.responses" href="#disambiguating.multiple.responses">Disambiguating Multiple Responses</a></h2>
973      <p id="rfc.section.3.6.p.1">Because a client might be receiving responses via multiple paths, so that some responses flow through one set of caches and
974         other responses flow through a different set of caches, a client might receive responses in an order different from that in
975         which the origin server sent them. We would like the client to use the most recently generated response, even if older responses
976         are still apparently fresh.
977      </p>
978      <p id="rfc.section.3.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
979         intentionally carries an earlier expiration time. The Date values are ordered to a granularity of one second.
980      </p>
981      <p id="rfc.section.3.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
982         than the one for the existing entry, then the client <em class="bcp14">SHOULD</em> repeat the request unconditionally, and include
983      </p>
984      <div id="rfc.figure.u.9"></div><pre class="text">    Cache-Control: max-age=0
985</pre><p id="rfc.section.3.6.p.5">to force any intermediate caches to validate their copies directly with the origin server, or</p>
986      <div id="rfc.figure.u.10"></div><pre class="text">    Cache-Control: no-cache
987</pre><p id="rfc.section.3.6.p.7">to force any intermediate caches to obtain a new copy from the origin server.</p>
988      <p id="rfc.section.3.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
989         times overlap.
990      </p>
991      <h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a>&nbsp;<a id="validation.model" href="#validation.model">Validation Model</a></h1>
992      <p id="rfc.section.4.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
993         origin server (or possibly an intermediate cache with a fresh response) to see if its cached entry is still usable. We call
994         this "validating" the cache entry.
995      </p>
996      <p id="rfc.section.4.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
997         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
998         of the requested resource and, if they match, the server responds with a 304 (Not Modified) status code to indicate that the
999         cached response can be refreshed and reused without retransmitting the response payload. If the validator does not match the
1000         current state of the requested resource, then the server returns a full response, including payload, so that the request can
1001         be satisfied and the cache entry supplanted without the need for an additional network round-trip.
1002      </p>
1003      <h1 id="rfc.section.5"><a href="#rfc.section.5">5.</a>&nbsp;<a id="response.cacheability" href="#response.cacheability">Response Cacheability</a></h1>
1004      <p id="rfc.section.5.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;15.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;9</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
1005         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
1006         such a response was taken from a cache by comparing the Date header to the current time.
1007      </p>
1008      <dl class="empty">
1009         <dd> <b>Note:</b> some HTTP/1.0 caches are known to violate this expectation without providing any Warning.
1010         </dd>
1011      </dl>
1012      <p id="rfc.section.5.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
1013         request. This might be because absolute semantic transparency is deemed necessary by the service author, or because of security
1014         or privacy considerations. Certain cache-control directives are therefore provided so that the server can indicate that certain
1015         resource entities, or portions thereof, are not to be cached regardless of other considerations.
1016      </p>
1017      <p id="rfc.section.5.p.3">Note that <a href="p7-auth.html#header.authorization" title="Authorization">Section 3.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
1018         header.
1019      </p>
1020      <p id="rfc.section.5.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
1021         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.
1022      </p>
1023      <p id="rfc.section.5.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
1024         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;15.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;15.2</a>).
1025      </p>
1026      <h1 id="rfc.section.6"><a href="#rfc.section.6">6.</a>&nbsp;<a id="constructing.responses.from.caches" href="#constructing.responses.from.caches">Constructing Responses From Caches</a></h1>
1027      <p id="rfc.section.6.p.1">The purpose of an HTTP cache is to store information received in response to requests for use in responding to future requests.
1028         In many cases, a cache simply returns the appropriate parts of a response to the requester. However, if the cache holds a
1029         cache entry based on a previous response, it might have to combine parts of a new response with what is held in the cache
1030         entry.
1031      </p>
1032      <h2 id="rfc.section.6.1"><a href="#rfc.section.6.1">6.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>
1033      <p id="rfc.section.6.1.p.1">For the purpose of defining the behavior of caches and non-caching proxies, we divide HTTP headers into two categories: </p>
1034      <ul>
1035         <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.
1036         </li>
1037         <li>Hop-by-hop headers, which are meaningful only for a single transport-level connection, and are not stored by caches or forwarded
1038            by proxies.
1039         </li>
1040      </ul>
1041      <p id="rfc.section.6.1.p.2">The following HTTP/1.1 headers are hop-by-hop headers: </p>
1042      <ul>
1043         <li>Connection</li>
1044         <li>Keep-Alive</li>
1045         <li>Proxy-Authenticate</li>
1046         <li>Proxy-Authorization</li>
1047         <li>TE</li>
1048         <li>Trailer</li>
1049         <li>Transfer-Encoding</li>
1050         <li>Upgrade</li>
1051      </ul>
1052      <p id="rfc.section.6.1.p.3">All other headers defined by HTTP/1.1 are end-to-end headers.</p>
1053      <p id="rfc.section.6.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.12"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>).
1054      </p>
1055      <h2 id="rfc.section.6.2"><a href="#rfc.section.6.2">6.2</a>&nbsp;<a id="non-modifiable.headers" href="#non-modifiable.headers">Non-modifiable Headers</a></h2>
1056      <p id="rfc.section.6.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
1057         proxy <em class="bcp14">SHOULD NOT</em> modify an end-to-end header unless the definition of that header requires or specifically allows that.
1058      </p>
1059      <p id="rfc.section.6.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:
1060      </p>
1061      <ul>
1062         <li>Content-Location</li>
1063         <li>Content-MD5</li>
1064         <li>ETag</li>
1065         <li>Last-Modified</li>
1066      </ul>
1067      <p id="rfc.section.6.2.p.3">A transparent proxy <em class="bcp14">MUST NOT</em> modify any of the following fields in a response:
1068      </p>
1069      <ul>
1070         <li>Expires</li>
1071      </ul>
1072      <p id="rfc.section.6.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.
1073      </p>
1074      <p id="rfc.section.6.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:
1075      </p>
1076      <ul>
1077         <li>Content-Encoding</li>
1078         <li>Content-Range</li>
1079         <li>Content-Type</li>
1080      </ul>
1081      <p id="rfc.section.6.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;15.6</a>).
1082      </p>
1083      <dl class="empty">
1084         <dd>Warning: unnecessary modification of end-to-end headers might cause authentication failures if stronger authentication mechanisms
1085            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.
1086         </dd>
1087      </dl>
1088      <p id="rfc.section.6.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.13"><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 3.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.14"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>).
1089      </p>
1090      <h2 id="rfc.section.6.3"><a href="#rfc.section.6.3">6.3</a>&nbsp;<a id="combining.headers" href="#combining.headers">Combining Headers</a></h2>
1091      <p id="rfc.section.6.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
1092         Content) response, the cache then constructs a response to send to the requesting client.
1093      </p>
1094      <p id="rfc.section.6.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
1095         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
1096         of this outgoing response, (see <a href="p5-range.html#combining.byte.ranges" title="Combining Ranges">Section 4</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>).
1097      </p>
1098      <p id="rfc.section.6.3.p.3">The end-to-end headers stored in the cache entry are used for the constructed response, except that </p>
1099      <ul>
1100         <li>any stored Warning headers with warn-code 1xx (see <a href="#header.warning" id="rfc.xref.header.warning.5" title="Warning">Section&nbsp;15.6</a>) <em class="bcp14">MUST</em> be deleted from the cache entry and the forwarded response.
1101         </li>
1102         <li>any stored Warning headers with warn-code 2xx <em class="bcp14">MUST</em> be retained in the cache entry and the forwarded response.
1103         </li>
1104         <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.
1105         </li>
1106      </ul>
1107      <p id="rfc.section.6.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,
1108         except for Warning headers as described immediately above. If a header field-name in the incoming response matches more than
1109         one header in the cache entry, all such old headers <em class="bcp14">MUST</em> be replaced.
1110      </p>
1111      <p id="rfc.section.6.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
1112         stored with the cache entry (except for stored Warning headers with warn-code 1xx, which are deleted even if not overridden).
1113      </p>
1114      <dl class="empty">
1115         <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
1116            with a previous response for the same entity or sub-ranges thereof, although it might not always be meaningful or correct
1117            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
1118            delete a header that it had provided with a previous response.
1119         </dd>
1120      </dl>
1121      <h1 id="rfc.section.7"><a href="#rfc.section.7">7.</a>&nbsp;<a id="caching.negotiated.responses" href="#caching.negotiated.responses">Caching Negotiated Responses</a></h1>
1122      <p id="rfc.section.7.p.1">Use of server-driven content negotiation (<a href="p3-payload.html#server-driven.negotiation" title="Server-driven Negotiation">Section 4.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
1123         can use the response for subsequent requests. See <a href="#header.vary" id="rfc.xref.header.vary.1" title="Vary">Section&nbsp;15.5</a> for use of the Vary header field by servers.
1124      </p>
1125      <p id="rfc.section.7.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
1126         of a cacheable response subject to server-driven negotiation. The set of header fields named by the Vary field value is known
1127         as the "selecting" request-headers.
1128      </p>
1129      <p id="rfc.section.7.p.3">When the cache receives a subsequent request whose request-target specifies one or more cache entries including a Vary header
1130         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
1131         new request match the corresponding stored request-headers in the original request.
1132      </p>
1133      <p id="rfc.section.7.p.4">The selecting request-headers from two requests are defined to match if and only if the selecting request-headers in the first
1134         request can be transformed to the selecting request-headers in the second request by adding or removing linear whitespace
1135         (LWS) at places where this is allowed by the corresponding BNF, and/or combining multiple message-header fields with the same
1136         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.15"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>.
1137      </p>
1138      <p id="rfc.section.7.p.5">A Vary header field-value of "*" always fails to match and subsequent requests on that resource can only be properly interpreted
1139         by the origin server.
1140      </p>
1141      <p id="rfc.section.7.p.6">If the selecting request header fields for the cached entry do not match the selecting request header fields of the new request,
1142         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
1143         and the server responds with 304 (Not Modified), including an entity tag or Content-Location that indicates the entity to
1144         be used.
1145      </p>
1146      <p id="rfc.section.7.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
1147         conveys to the server the set of entities currently held by the cache, so that if any one of these entities matches the requested
1148         entity, the server can use the ETag header field in its 304 (Not Modified) response to tell the cache which entry is appropriate.
1149         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.
1150      </p>
1151      <p id="rfc.section.7.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.
1152      </p>
1153      <p id="rfc.section.7.p.9">If a cache receives a successful response whose Content-Location field matches that of an existing cache entry for the same
1154         request-target, whose entity-tag differs from that of the existing entry, and whose Date is more recent than that of the existing
1155         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.
1156      </p>
1157      <h1 id="rfc.section.8"><a href="#rfc.section.8">8.</a>&nbsp;<a id="shared.and.non-shared.caches" href="#shared.and.non-shared.caches">Shared and Non-Shared Caches</a></h1>
1158      <p id="rfc.section.8.p.1">For reasons of security and privacy, it is necessary to make a distinction between "shared" and "non-shared" caches. A non-shared
1159         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
1160         place certain constraints on the operation of shared caches in order to prevent loss of privacy or failure of access controls.
1161      </p>
1162      <h1 id="rfc.section.9"><a href="#rfc.section.9">9.</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>
1163      <p id="rfc.section.9.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 Ranges">Section 4</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.
1164         A cache <em class="bcp14">MUST NOT</em> return a partial response using a status code of 200 (OK).
1165      </p>
1166      <p id="rfc.section.9.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;15.2</a>).
1167      </p>
1168      <h1 id="rfc.section.10"><a href="#rfc.section.10">10.</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>
1169      <p id="rfc.section.10.p.1">Unless the origin server explicitly prohibits the caching of their responses, the application of GET and HEAD methods to any
1170         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
1171         expected to observe an origin server's explicit restrictions on caching.
1172      </p>
1173      <p id="rfc.section.10.p.2">We note one exception to this rule: since some applications have traditionally used GET and HEAD requests with URLs containing
1174         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
1175         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 7.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.
1176      </p>
1177      <h1 id="rfc.section.11"><a href="#rfc.section.11">11.</a>&nbsp;<a id="invalidation.after.updates.or.deletions" href="#invalidation.after.updates.or.deletions">Invalidation After Updates or Deletions</a></h1>
1178      <p id="rfc.section.11.p.1">The effect of certain methods performed on a resource at the origin server might cause one or more existing cache entries
1179         to become non-transparently invalid. That is, although they might continue to be "fresh," they do not accurately reflect what
1180         the origin server would return for a new request on that resource.
1181      </p>
1182      <p id="rfc.section.11.p.2">There is no way for HTTP to guarantee that all such cache entries are marked invalid. For example, the request that caused
1183         the change at the origin server might not have gone through the proxy where a cache entry is stored. However, several rules
1184         help reduce the likelihood of erroneous behavior.
1185      </p>
1186      <p id="rfc.section.11.p.3">In this section, the phrase "invalidate an entity" means that the cache will either remove all instances of that entity from
1187         its storage, or will mark these as "invalid" and in need of a mandatory revalidation before they can be returned in response
1188         to a subsequent request.
1189      </p>
1190      <p id="rfc.section.11.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-target, or by the Location or
1191         Content-Location headers (if present). These methods are:
1192      </p>
1193      <ul>
1194         <li>PUT</li>
1195         <li>DELETE</li>
1196         <li>POST</li>
1197      </ul>
1198      <p id="rfc.section.11.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-target. This helps prevent denial of service
1199         attacks.
1200      </p>
1201      <p id="rfc.section.11.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-target.
1202      </p>
1203      <h1 id="rfc.section.12"><a href="#rfc.section.12">12.</a>&nbsp;<a id="write-through.mandatory" href="#write-through.mandatory">Write-Through Mandatory</a></h1>
1204      <p id="rfc.section.12.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
1205         response from the inbound server. This does not prevent a proxy cache from sending a 100 (Continue) response before the inbound
1206         server has sent its final reply.
1207      </p>
1208      <p id="rfc.section.12.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
1209         consistent updates and the problems arising from server, cache, or network failure prior to write-back.
1210      </p>
1211      <h1 id="rfc.section.13"><a href="#rfc.section.13">13.</a>&nbsp;<a id="cache.replacement" href="#cache.replacement">Cache Replacement</a></h1>
1212      <p id="rfc.section.13.p.1">If a new cacheable (see Sections <a href="#what.may.be.stored.by.caches" title="What May be Stored by Caches">15.2.2</a>, <a href="#disambiguating.expiration.values" title="Disambiguating Expiration Values">3.5</a>, <a href="#disambiguating.multiple.responses" title="Disambiguating Multiple Responses">3.6</a> and <a href="#errors.or.incomplete.response.cache.behavior" title="Errors or Incomplete Response Cache Behavior">9</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
1213         to be returned. If it inserts the new response into cache storage the rules in <a href="#combining.headers" title="Combining Headers">Section&nbsp;6.3</a> apply.
1214      </p>
1215      <dl class="empty">
1216         <dd> <b>Note:</b> a new response that has an older Date header value than existing cached responses is not cacheable.
1217         </dd>
1218      </dl>
1219      <h1 id="rfc.section.14"><a href="#rfc.section.14">14.</a>&nbsp;<a id="history.lists" href="#history.lists">History Lists</a></h1>
1220      <p id="rfc.section.14.p.1">User agents often have history mechanisms, such as "Back" buttons and history lists, which can be used to redisplay an entity
1221         retrieved earlier in a session.
1222      </p>
1223      <p id="rfc.section.14.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
1224         exactly what the user saw at the time when the resource was retrieved.
1225      </p>
1226      <p id="rfc.section.14.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
1227         documents.
1228      </p>
1229      <p id="rfc.section.14.p.4">This is not to be construed to prohibit the history mechanism from telling the user that a view might be stale. </p>
1230      <dl class="empty">
1231         <dd> <b>Note:</b> if history list mechanisms unnecessarily prevent users from viewing stale resources, this will tend to force service authors
1232            to avoid using HTTP expiration controls and cache controls when they would otherwise like to. Service authors may consider
1233            it important that users not be presented with error messages or warning messages when they use navigation controls (such as
1234            BACK) to view previously fetched resources. Even though sometimes such resources ought not be cached, or ought to expire quickly,
1235            user interface considerations may force service authors to resort to other means of preventing caching (e.g. "once-only" URLs)
1236            in order not to suffer the effects of improperly functioning history mechanisms.
1237         </dd>
1238      </dl>
1239      <h1 id="rfc.section.15"><a href="#rfc.section.15">15.</a>&nbsp;<a id="header.fields" href="#header.fields">Header Field Definitions</a></h1>
1240      <p id="rfc.section.15.p.1">This section defines the syntax and semantics of HTTP/1.1 header fields related to caching.</p>
1241      <p id="rfc.section.15.p.2">For entity-header fields, both sender and recipient refer to either the client or the server, depending on who sends and who
1242         receives the entity.
1243      </p>
1244      <div id="rfc.iref.a.2"></div>
1245      <div id="rfc.iref.h.2"></div>
1246      <h2 id="rfc.section.15.1"><a href="#rfc.section.15.1">15.1</a>&nbsp;<a id="header.age" href="#header.age">Age</a></h2>
1247      <p id="rfc.section.15.1.p.1">The response-header field "Age" conveys the sender's estimate of the amount of time since the response (or its revalidation)
1248         was generated at the origin server. A cached response is "fresh" if its age does not exceed its freshness lifetime. Age values
1249         are calculated as specified in <a href="#age.calculations" title="Age Calculations">Section&nbsp;3.3</a>.
1250      </p>
1251      <div id="rfc.figure.u.11"></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="#core.rules" class="smpl">OWS</a> <a href="#header.age" class="smpl">Age-v</a>
1252  <a href="#header.age" class="smpl">Age-v</a> = <a href="#rule.delta-seconds" class="smpl">delta-seconds</a>
1253</pre><div id="rule.delta-seconds">
1254         <p id="rfc.section.15.1.p.3">  Age values are non-negative decimal integers, representing time in seconds.</p>
1255      </div>
1256      <div id="rfc.figure.u.12"></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>
1257</pre><p id="rfc.section.15.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,
1258         it <em class="bcp14">MUST</em> transmit an Age header with a value of 2147483648 (2<sup>31</sup>). 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.
1259      </p>
1260      <div id="rfc.iref.c.3"></div>
1261      <div id="rfc.iref.h.3"></div>
1262      <h2 id="rfc.section.15.2"><a href="#rfc.section.15.2">15.2</a>&nbsp;<a id="header.cache-control" href="#header.cache-control">Cache-Control</a></h2>
1263      <p id="rfc.section.15.2.p.1">The general-header field "Cache-Control" 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
1264         caches from adversely interfering with the request or response. These directives typically override the default caching algorithms.
1265         Cache directives are unidirectional in that the presence of a directive in a request does not imply that the same directive
1266         is to be given in the response.
1267      </p>
1268      <dl class="empty">
1269         <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;15.4</a>).
1270         </dd>
1271      </dl>
1272      <p id="rfc.section.15.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
1273         might be applicable to all recipients along the request/response chain. It is not possible to specify a cache-directive for
1274         a specific cache.
1275      </p>
1276      <div id="rfc.figure.u.13"></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><span id="rfc.iref.g.9"></span>  <a href="#header.cache-control" class="smpl">Cache-Control</a>   = "Cache-Control" ":" <a href="#core.rules" class="smpl">OWS</a> <a href="#header.cache-control" class="smpl">Cache-Control-v</a>
1277  <a href="#header.cache-control" class="smpl">Cache-Control-v</a> = 1#<a href="#header.cache-control" class="smpl">cache-directive</a>
1278
1279  <a href="#header.cache-control" class="smpl">cache-directive</a> = <a href="#header.cache-control" class="smpl">cache-request-directive</a>
1280     / <a href="#header.cache-control" class="smpl">cache-response-directive</a>
1281
1282  <a href="#header.cache-control" class="smpl">cache-request-directive</a> =
1283       "no-cache"                          ; <a href="#what.is.cacheable" title="What is Cacheable">Section&nbsp;15.2.1</a>
1284     / "no-store"                          ; <a href="#what.may.be.stored.by.caches" title="What May be Stored by Caches">Section&nbsp;15.2.2</a>
1285     / "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;15.2.3</a>, <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">15.2.4</a>
1286     / "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;15.2.3</a>
1287     / "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;15.2.3</a>
1288     / "no-transform"                      ; <a href="#no-transform.directive" title="No-Transform Directive">Section&nbsp;15.2.5</a>
1289     / "only-if-cached"                    ; <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;15.2.4</a>
1290     / <a href="#header.cache-control" class="smpl">cache-extension</a>                     ; <a href="#cache.control.extensions" title="Cache Control Extensions">Section&nbsp;15.2.6</a>
1291
1292  <a href="#header.cache-control" class="smpl">cache-response-directive</a> =
1293       "public"                               ; <a href="#what.is.cacheable" title="What is Cacheable">Section&nbsp;15.2.1</a>
1294     / "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;15.2.1</a>
1295     / "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;15.2.1</a>
1296     / "no-store"                             ; <a href="#what.may.be.stored.by.caches" title="What May be Stored by Caches">Section&nbsp;15.2.2</a>
1297     / "no-transform"                         ; <a href="#no-transform.directive" title="No-Transform Directive">Section&nbsp;15.2.5</a>
1298     / "must-revalidate"                      ; <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;15.2.4</a>
1299     / "proxy-revalidate"                     ; <a href="#cache.revalidation.and.reload.controls" title="Cache Revalidation and Reload Controls">Section&nbsp;15.2.4</a>
1300     / "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;15.2.3</a>
1301     / "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;15.2.3</a>
1302     / <a href="#header.cache-control" class="smpl">cache-extension</a>                        ; <a href="#cache.control.extensions" title="Cache Control Extensions">Section&nbsp;15.2.6</a>
1303
1304  <a href="#header.cache-control" class="smpl">cache-extension</a> = <a href="#core.rules" class="smpl">token</a> [ "=" ( <a href="#core.rules" class="smpl">token</a> / <a href="#core.rules" class="smpl">quoted-string</a> ) ]
1305</pre><p id="rfc.section.15.2.p.4">When a directive appears without any 1#field-name parameter, the directive applies to the entire request or response. When
1306         such a directive appears with a 1#field-name parameter, it applies only to the named field or fields, and not to the rest
1307         of the request or response. This mechanism supports extensibility; implementations of future versions of HTTP might apply
1308         these directives to header fields not defined in HTTP/1.1.
1309      </p>
1310      <p id="rfc.section.15.2.p.5">The cache-control directives can be broken down into these general categories: </p>
1311      <ul>
1312         <li>Restrictions on what are cacheable; these may only be imposed by the origin server.</li>
1313         <li>Restrictions on what may be stored by a cache; these may be imposed by either the origin server or the user agent.</li>
1314         <li>Modifications of the basic expiration mechanism; these may be imposed by either the origin server or the user agent.</li>
1315         <li>Controls over cache revalidation and reload; these may only be imposed by a user agent.</li>
1316         <li>Control over transformation of entities.</li>
1317         <li>Extensions to the caching system.</li>
1318      </ul>
1319      <h3 id="rfc.section.15.2.1"><a href="#rfc.section.15.2.1">15.2.1</a>&nbsp;<a id="what.is.cacheable" href="#what.is.cacheable">What is Cacheable</a></h3>
1320      <p id="rfc.section.15.2.1.p.1">By default, a response is cacheable if the requirements of the request method, request header fields, and the response status
1321         indicate that it is cacheable. <a href="#response.cacheability" title="Response Cacheability">Section&nbsp;5</a> summarizes these defaults for cacheability. The following Cache-Control response directives allow an origin server to override
1322         the default cacheability of a response:
1323      </p>
1324      <p id="rfc.section.15.2.1.p.2"> <span id="rfc.iref.c.4"></span>  <span id="rfc.iref.p.1"></span> public
1325      </p>
1326      <dl class="empty">
1327         <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
1328            Authorization, <a href="p7-auth.html#header.authorization" title="Authorization">Section 3.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.)
1329         </dd>
1330      </dl>
1331      <p id="rfc.section.15.2.1.p.3"> <span id="rfc.iref.c.5"></span>  <span id="rfc.iref.p.2"></span> private
1332      </p>
1333      <dl class="empty">
1334         <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
1335            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.
1336         </dd>
1337         <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
1338            content.
1339         </dd>
1340      </dl>
1341      <p id="rfc.section.15.2.1.p.4"> <span id="rfc.iref.c.6"></span>  <span id="rfc.iref.n.1"></span> no-cache
1342      </p>
1343      <dl class="empty">
1344         <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
1345            server to prevent caching even by caches that have been configured to return stale responses to client requests.
1346         </dd>
1347         <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
1348            server to prevent the re-use of certain header fields in a response, while still allowing caching of the rest of the response.
1349            <dl class="empty">
1350               <dd> <b>Note:</b> Most HTTP/1.0 caches will not recognize or obey this directive.
1351               </dd>
1352            </dl>
1353         </dd>
1354      </dl>
1355      <h3 id="rfc.section.15.2.2"><a href="#rfc.section.15.2.2">15.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>
1356      <p id="rfc.section.15.2.2.p.1"> <span id="rfc.iref.c.7"></span>  <span id="rfc.iref.n.2"></span> no-store
1357      </p>
1358      <dl class="empty">
1359         <dd>The purpose of the no-store directive is to prevent the inadvertent release or retention of sensitive information (for example,
1360            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
1361            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.
1362         </dd>
1363         <dd>Even when this directive is associated with a response, users might explicitly store such a response outside of the caching
1364            system (e.g., with a "Save As" dialog). History buffers <em class="bcp14">MAY</em> store such responses as part of their normal operation.
1365         </dd>
1366         <dd>The purpose of this directive is to meet the stated requirements of certain users and service authors who are concerned about
1367            accidental releases of information via unanticipated accesses to cache data structures. While the use of this directive might
1368            improve privacy in some cases, we caution that it is NOT in any way a reliable or sufficient mechanism for ensuring privacy.
1369            In particular, malicious or compromised caches might not recognize or obey this directive, and communications networks might
1370            be vulnerable to eavesdropping.
1371         </dd>
1372      </dl>
1373      <h3 id="rfc.section.15.2.3"><a href="#rfc.section.15.2.3">15.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>
1374      <p id="rfc.section.15.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;15.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,
1375         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
1376         that resource. The max-age directive on a response implies that the response is cacheable (i.e., "public") unless some other,
1377         more restrictive cache directive is also present.
1378      </p>
1379      <p id="rfc.section.15.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,
1380         even if the Expires header is more restrictive. This rule allows an origin server to provide, for a given response, a longer
1381         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
1382         improperly calculate ages or expiration times, perhaps due to desynchronized clocks.
1383      </p>
1384      <p id="rfc.section.15.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
1385         equivalent to the Cache-Control response directive "no-cache". If an HTTP/1.1 cache receives such a response, and the response
1386         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.
1387      </p>
1388      <dl class="empty">
1389         <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
1390            including older caches that do not understand that feature. The origin server will need to combine the new feature with an
1391            Expires field whose value is less than or equal to the Date value. This will prevent older caches from improperly caching
1392            the response.
1393         </dd>
1394      </dl>
1395      <p id="rfc.section.15.2.3.p.4"> <span id="rfc.iref.c.8"></span>  <span id="rfc.iref.s.3"></span> s-maxage
1396      </p>
1397      <dl class="empty">
1398         <dd>If a response includes an s-maxage directive, then for a shared cache (but not for a private cache), the maximum age specified
1399            by this directive overrides the maximum age specified by either the max-age directive or the Expires header. The s-maxage
1400            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;15.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
1401            revalidating it with the origin server. The s-maxage directive is always ignored by a private cache.
1402         </dd>
1403      </dl>
1404      <p id="rfc.section.15.2.3.p.5">Note that most older caches, not compliant with this specification, do not implement any cache-control directives. An origin
1405         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
1406         caches do not observe the max-age directive.
1407      </p>
1408      <p id="rfc.section.15.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:
1409      </p>
1410      <p id="rfc.section.15.2.3.p.7"> <span id="rfc.iref.c.9"></span>  <span id="rfc.iref.m.1"></span> max-age
1411      </p>
1412      <dl class="empty">
1413         <dd>Indicates that the client is willing to accept a response whose age is no greater than the specified time in seconds. Unless
1414            max-stale directive is also included, the client is not willing to accept a stale response.
1415         </dd>
1416      </dl>
1417      <p id="rfc.section.15.2.3.p.8"> <span id="rfc.iref.c.10"></span>  <span id="rfc.iref.m.2"></span> min-fresh
1418      </p>
1419      <dl class="empty">
1420         <dd>Indicates that the client is willing to accept a response whose freshness lifetime is no less than its current age plus the
1421            specified time in seconds. That is, the client wants a response that will still be fresh for at least the specified number
1422            of seconds.
1423         </dd>
1424      </dl>
1425      <p id="rfc.section.15.2.3.p.9"> <span id="rfc.iref.c.11"></span>  <span id="rfc.iref.m.3"></span> max-stale
1426      </p>
1427      <dl class="empty">
1428         <dd>Indicates that the client is willing to accept a response that has exceeded its expiration time. If max-stale is assigned
1429            a value, then the client is willing to accept a response that has exceeded its expiration time by no more than the specified
1430            number of seconds. If no value is assigned to max-stale, then the client is willing to accept a stale response of any age.
1431         </dd>
1432      </dl>
1433      <p id="rfc.section.15.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
1434         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).
1435      </p>
1436      <p id="rfc.section.15.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
1437         concerning cache validation (e.g., a "must-revalidate" cache-control directive).
1438      </p>
1439      <p id="rfc.section.15.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
1440         the freshness of the cached entry for that request.
1441      </p>
1442      <h3 id="rfc.section.15.2.4"><a href="#rfc.section.15.2.4">15.2.4</a>&nbsp;<a id="cache.revalidation.and.reload.controls" href="#cache.revalidation.and.reload.controls">Cache Revalidation and Reload Controls</a></h3>
1443      <p id="rfc.section.15.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
1444         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
1445         revalidation might be necessary if either the cache or the origin server has overestimated the expiration time of the cached
1446         response. End-to-end reload may be necessary if the cache entry has become corrupted for some reason.
1447      </p>
1448      <p id="rfc.section.15.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
1449         call it "unspecified end-to-end revalidation", or when the client does have a local cached copy, in which case we call it
1450         "specific end-to-end revalidation."
1451      </p>
1452      <p id="rfc.section.15.2.4.p.3">The client can specify these three kinds of action using Cache-Control request directives:</p>
1453      <p id="rfc.section.15.2.4.p.4">End-to-end reload </p>
1454      <dl class="empty">
1455         <dd>The request includes a "no-cache" cache-control directive or, for compatibility with HTTP/1.0 clients, "Pragma: no-cache".
1456            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.
1457         </dd>
1458      </dl>
1459      <p id="rfc.section.15.2.4.p.5">Specific end-to-end revalidation </p>
1460      <dl class="empty">
1461         <dd>The request includes a "max-age=0" cache-control directive, which forces each cache along the path to the origin server to
1462            revalidate its own entry, if any, with the next cache or server. The initial request includes a cache-validating conditional
1463            with the client's current validator.
1464         </dd>
1465      </dl>
1466      <p id="rfc.section.15.2.4.p.6">Unspecified end-to-end revalidation </p>
1467      <dl class="empty">
1468         <dd>The request includes "max-age=0" cache-control directive, which forces each cache along the path to the origin server to revalidate
1469            its own entry, if any, with the next cache or server. The initial request does not include a cache-validating conditional;
1470            the first cache along the path (if any) that holds a cache entry for this resource includes a cache-validating conditional
1471            with its current validator.
1472         </dd>
1473      </dl>
1474      <p id="rfc.section.15.2.4.p.7"> <span id="rfc.iref.c.12"></span>  <span id="rfc.iref.m.4"></span> max-age
1475      </p>
1476      <dl class="empty">
1477         <dd>When an intermediate cache is forced, by means of a max-age=0 directive, to revalidate its own cache entry, and the client
1478            has supplied its own validator in the request, the supplied validator might differ from the validator currently stored with
1479            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.
1480         </dd>
1481         <dd>However, the choice of validator might affect performance. The best approach is for the intermediate cache to use its own
1482            validator when making its request. If the server replies with 304 (Not Modified), then the cache can return its now validated
1483            copy to the client with a 200 (OK) response. If the server replies with a new entity and cache validator, however, the intermediate
1484            cache can compare the returned validator with the one provided in the client's request, using the strong comparison function.
1485            If the client's validator is equal to the origin server's, then the intermediate cache simply returns 304 (Not Modified).
1486            Otherwise, it returns the new entity with a 200 (OK) response.
1487         </dd>
1488         <dd>If a request includes the no-cache directive, it <em class="bcp14">SHOULD NOT</em> include min-fresh, max-stale, or max-age.
1489         </dd>
1490      </dl>
1491      <p id="rfc.section.15.2.4.p.8"> <span id="rfc.iref.c.13"></span>  <span id="rfc.iref.o.1"></span> only-if-cached
1492      </p>
1493      <dl class="empty">
1494         <dd>In some cases, such as times of extremely poor network connectivity, a client may want a cache to return only those responses
1495            that it currently has stored, and not to reload or revalidate with the origin server. To do this, the client may include the
1496            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
1497            Timeout) status. However, if a group of caches is being operated as a unified system with good internal connectivity, such
1498            a request <em class="bcp14">MAY</em> be forwarded within that group of caches.
1499         </dd>
1500      </dl>
1501      <p id="rfc.section.15.2.4.p.9"> <span id="rfc.iref.c.14"></span>  <span id="rfc.iref.m.5"></span> must-revalidate
1502      </p>
1503      <dl class="empty">
1504         <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
1505            require revalidation of a cache entry on any subsequent use. When the must-revalidate directive is present in a response received
1506            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.
1507            (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
1508            is stale.)
1509         </dd>
1510         <dd>The must-revalidate directive is necessary to support reliable operation for certain protocol features. In all circumstances
1511            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.
1512         </dd>
1513         <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
1514            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.
1515         </dd>
1516         <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.
1517         </dd>
1518      </dl>
1519      <p id="rfc.section.15.2.4.p.10"> <span id="rfc.iref.c.15"></span>  <span id="rfc.iref.p.3"></span> proxy-revalidate
1520      </p>
1521      <dl class="empty">
1522         <dd>The proxy-revalidate directive has the same meaning as the must-revalidate directive, except that it does not apply to non-shared
1523            user agent caches. It can be used on a response to an authenticated request to permit the user's cache to store and later
1524            return the response without needing to revalidate it (since it has already been authenticated once by that user), while still
1525            requiring proxies that service many users to revalidate each time (in order to make sure that each user has been authenticated).
1526            Note that such authenticated responses also need the public cache control directive in order to allow them to be cached at
1527            all.
1528         </dd>
1529      </dl>
1530      <h3 id="rfc.section.15.2.5"><a href="#rfc.section.15.2.5">15.2.5</a>&nbsp;<a id="no-transform.directive" href="#no-transform.directive">No-Transform Directive</a></h3>
1531      <p id="rfc.section.15.2.5.p.1"> <span id="rfc.iref.c.16"></span>  <span id="rfc.iref.n.3"></span> no-transform
1532      </p>
1533      <dl class="empty">
1534         <dd>Implementors of intermediate caches (proxies) have found it useful to convert the media type of certain entity bodies. A non-transparent
1535            proxy might, for example, convert between image formats in order to save cache space or to reduce the amount of traffic on
1536            a slow link.
1537         </dd>
1538         <dd>Serious operational problems occur, however, when these transformations are applied to entity bodies intended for certain
1539            kinds of applications. For example, applications for medical imaging, scientific data analysis and those using end-to-end
1540            authentication, all depend on receiving an entity body that is bit for bit identical to the original entity-body.
1541         </dd>
1542         <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;6.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.
1543         </dd>
1544      </dl>
1545      <h3 id="rfc.section.15.2.6"><a href="#rfc.section.15.2.6">15.2.6</a>&nbsp;<a id="cache.control.extensions" href="#cache.control.extensions">Cache Control Extensions</a></h3>
1546      <p id="rfc.section.15.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
1547         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
1548         to the existing base of cache directives. Both the new directive and the standard directive are supplied, such that applications
1549         which do not understand the new directive will default to the behavior specified by the standard directive, and those that
1550         understand the new directive will recognize it as modifying the requirements associated with the standard directive. In this
1551         way, extensions to the cache-control directives can be made without requiring changes to the base protocol.
1552      </p>
1553      <p id="rfc.section.15.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,
1554         obeying certain extensions, and ignoring all directives that it does not understand.
1555      </p>
1556      <p id="rfc.section.15.2.6.p.3">For example, consider a hypothetical new response directive called community which acts as a modifier to the private directive.
1557         We define this new directive to mean that, in addition to any non-shared cache, any cache which is shared only by members
1558         of the community named within its value may cache the response. An origin server wishing to allow the UCI community to use
1559         an otherwise private response in their shared cache(s) could do so by including
1560      </p>
1561      <div id="rfc.figure.u.14"></div><pre class="text">    Cache-Control: private, community="UCI"
1562</pre><p id="rfc.section.15.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
1563         it will also see and understand the private directive and thus default to the safe behavior.
1564      </p>
1565      <p id="rfc.section.15.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
1566         directives (or the response's default cacheability) such that the cache behavior will remain minimally correct even if the
1567         cache does not understand the extension(s).
1568      </p>
1569      <div id="rfc.iref.e.2"></div>
1570      <div id="rfc.iref.h.4"></div>
1571      <h2 id="rfc.section.15.3"><a href="#rfc.section.15.3">15.3</a>&nbsp;<a id="header.expires" href="#header.expires">Expires</a></h2>
1572      <p id="rfc.section.15.3.p.1">The entity-header field "Expires" gives the date/time after which the response is considered stale. A stale cache entry may
1573         not normally be returned by a cache (either a proxy cache or a user agent cache) unless it is first validated with the origin
1574         server (or with an intermediate cache that has a fresh copy of the entity). See <a href="#expiration.model" title="Expiration Model">Section&nbsp;3</a> for further discussion of the expiration model.
1575      </p>
1576      <p id="rfc.section.15.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
1577         that time.
1578      </p>
1579      <p id="rfc.section.15.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.2.1</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>; it <em class="bcp14">MUST</em> be sent in rfc1123-date format.
1580      </p>
1581      <div id="rfc.figure.u.15"></div><pre class="inline"><span id="rfc.iref.g.10"></span><span id="rfc.iref.g.11"></span>  <a href="#header.expires" class="smpl">Expires</a>   = "Expires" ":" <a href="#core.rules" class="smpl">OWS</a> <a href="#header.expires" class="smpl">Expires-v</a>
1582  <a href="#header.expires" class="smpl">Expires-v</a> = <a href="#abnf.dependencies" class="smpl">HTTP-date</a>
1583</pre><p id="rfc.section.15.3.p.5">An example of its use is</p>
1584      <div id="rfc.figure.u.16"></div><pre class="text">  Expires: Thu, 01 Dec 1994 16:00:00 GMT
1585</pre><p id="rfc.section.15.3.p.7"> </p>
1586      <dl class="empty">
1587         <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;15.2.3</a>), that directive overrides the Expires field.
1588         </dd>
1589      </dl>
1590      <p id="rfc.section.15.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").
1591      </p>
1592      <p id="rfc.section.15.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
1593         the rules for expiration calculations in <a href="#expiration.calculations" title="Expiration Calculations">Section&nbsp;3.4</a>.)
1594      </p>
1595      <p id="rfc.section.15.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
1596         is sent. HTTP/1.1 servers <em class="bcp14">SHOULD NOT</em> send Expires dates more than one year in the future.
1597      </p>
1598      <p id="rfc.section.15.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
1599         default be non-cacheable indicates that the response is cacheable, unless indicated otherwise by a Cache-Control header field
1600         (<a href="#header.cache-control" id="rfc.xref.header.cache-control.9" title="Cache-Control">Section&nbsp;15.2</a>).
1601      </p>
1602      <div id="rfc.iref.p.4"></div>
1603      <div id="rfc.iref.h.5"></div>
1604      <h2 id="rfc.section.15.4"><a href="#rfc.section.15.4">15.4</a>&nbsp;<a id="header.pragma" href="#header.pragma">Pragma</a></h2>
1605      <p id="rfc.section.15.4.p.1">The general-header field "Pragma" is used to include implementation-specific directives that might apply to any recipient
1606         along the request/response chain. All pragma directives specify optional behavior from the viewpoint of the protocol; however,
1607         some systems <em class="bcp14">MAY</em> require that behavior be consistent with the directives.
1608      </p>
1609      <div id="rfc.figure.u.17"></div><pre class="inline"><span id="rfc.iref.g.12"></span><span id="rfc.iref.g.13"></span><span id="rfc.iref.g.14"></span><span id="rfc.iref.g.15"></span>  <a href="#header.pragma" class="smpl">Pragma</a>            = "Pragma" ":" <a href="#core.rules" class="smpl">OWS</a> <a href="#header.pragma" class="smpl">Pragma-v</a>
1610  <a href="#header.pragma" class="smpl">Pragma-v</a>          = 1#<a href="#header.pragma" class="smpl">pragma-directive</a>
1611  <a href="#header.pragma" class="smpl">pragma-directive</a>  = "no-cache" / <a href="#header.pragma" class="smpl">extension-pragma</a>
1612  <a href="#header.pragma" class="smpl">extension-pragma</a>  = <a href="#core.rules" class="smpl">token</a> [ "=" ( <a href="#core.rules" class="smpl">token</a> / <a href="#core.rules" class="smpl">quoted-string</a> ) ]
1613</pre><p id="rfc.section.15.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
1614         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;15.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.
1615      </p>
1616      <p id="rfc.section.15.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
1617         might be applicable to all recipients along the request/response chain. It is not possible to specify a pragma for a specific
1618         recipient; however, any pragma directive not relevant to a recipient <em class="bcp14">SHOULD</em> be ignored by that recipient.
1619      </p>
1620      <p id="rfc.section.15.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
1621         HTTP.
1622      </p>
1623      <dl class="empty">
1624         <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
1625            replacement for "Cache-Control: no-cache" in a response.
1626         </dd>
1627      </dl>
1628      <div id="rfc.iref.v.2"></div>
1629      <div id="rfc.iref.h.6"></div>
1630      <h2 id="rfc.section.15.5"><a href="#rfc.section.15.5">15.5</a>&nbsp;<a id="header.vary" href="#header.vary">Vary</a></h2>
1631      <p id="rfc.section.15.5.p.1">The "Vary" response-header field's value indicates the set of request-header fields that fully determines, while the response
1632         is fresh, whether a cache is permitted to use the response to reply to a subsequent request without revalidation. For uncacheable
1633         or stale responses, the Vary field value advises the user agent about the criteria that were used to select the representation.
1634         A Vary field value of "*" implies that a cache cannot determine from the request headers of a subsequent request whether this
1635         response is the appropriate representation. See <a href="#caching.negotiated.responses" title="Caching Negotiated Responses">Section&nbsp;7</a> for use of the Vary header field by caches.
1636      </p>
1637      <div id="rfc.figure.u.18"></div><pre class="inline"><span id="rfc.iref.g.16"></span><span id="rfc.iref.g.17"></span>  <a href="#header.vary" class="smpl">Vary</a>   = "Vary" ":" <a href="#core.rules" class="smpl">OWS</a> <a href="#header.vary" class="smpl">Vary-v</a>
1638  <a href="#header.vary" class="smpl">Vary-v</a> = "*" / 1#<a href="#abnf.dependencies" class="smpl">field-name</a>
1639</pre><p id="rfc.section.15.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
1640         to properly interpret future requests on that resource and informs the user agent about the presence of negotiation on that
1641         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
1642         the user agent with useful information about the dimensions over which the response varies at the time of the response.
1643      </p>
1644      <p id="rfc.section.15.5.p.4">A Vary field value consisting of a list of field-names signals that the representation selected for the response is based
1645         on a selection algorithm which considers ONLY the listed request-header field values in selecting the most appropriate representation.
1646         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
1647         of time for which the response is fresh.
1648      </p>
1649      <p id="rfc.section.15.5.p.5">The field-names given are not limited to the set of standard request-header fields defined by this specification. Field names
1650         are case-insensitive.
1651      </p>
1652      <p id="rfc.section.15.5.p.6">A Vary field value of "*" signals that unspecified parameters not limited to the request-headers (e.g., the network address
1653         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.
1654      </p>
1655      <div id="rfc.iref.w.1"></div>
1656      <div id="rfc.iref.h.7"></div>
1657      <h2 id="rfc.section.15.6"><a href="#rfc.section.15.6">15.6</a>&nbsp;<a id="header.warning" href="#header.warning">Warning</a></h2>
1658      <p id="rfc.section.15.6.p.1">The general-header field "Warning" is used to carry additional information about the status or transformation of a message
1659         which might not be reflected in the message. This information is typically used to warn about a possible lack of semantic
1660         transparency from caching operations or transformations applied to the entity body of the message.
1661      </p>
1662      <p id="rfc.section.15.6.p.2">Warning headers are sent with responses using:</p>
1663      <div id="rfc.figure.u.19"></div><pre class="inline"><span id="rfc.iref.g.18"></span><span id="rfc.iref.g.19"></span><span id="rfc.iref.g.20"></span><span id="rfc.iref.g.21"></span><span id="rfc.iref.g.22"></span><span id="rfc.iref.g.23"></span><span id="rfc.iref.g.24"></span>  <a href="#header.warning" class="smpl">Warning</a>    = "Warning" ":" <a href="#core.rules" class="smpl">OWS</a> <a href="#header.warning" class="smpl">Warning-v</a>
1664  <a href="#header.warning" class="smpl">Warning-v</a>  = 1#<a href="#header.warning" class="smpl">warning-value</a>
1665 
1666  <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>
1667                                        [<a href="#notation" class="smpl">SP</a> <a href="#header.warning" class="smpl">warn-date</a>]
1668 
1669  <a href="#header.warning" class="smpl">warn-code</a>  = 3<a href="#notation" class="smpl">DIGIT</a>
1670  <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>
1671                  ; the name or pseudonym of the server adding
1672                  ; the Warning header, for use in debugging
1673  <a href="#header.warning" class="smpl">warn-text</a>  = <a href="#core.rules" class="smpl">quoted-string</a>
1674  <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>
1675</pre><p id="rfc.section.15.6.p.4">A response <em class="bcp14">MAY</em> carry more than one Warning header.
1676      </p>
1677      <p id="rfc.section.15.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.
1678         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
1679         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>).
1680      </p>
1681      <p id="rfc.section.15.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>.
1682      </p>
1683      <p id="rfc.section.15.6.p.7">Warning headers can in general be applied to any message, however some specific warn-codes are specific to caches and can
1684         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
1685         attached to the most recent relevant response.
1686      </p>
1687      <p id="rfc.section.15.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,
1688         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:
1689      </p>
1690      <ul>
1691         <li>Warnings that appear early in the response take priority over those appearing later in the response.</li>
1692         <li>Warnings in the user's preferred character set take priority over warnings in other character sets but with identical warn-codes
1693            and warn-agents.
1694         </li>
1695      </ul>
1696      <p id="rfc.section.15.6.p.9">Systems that generate multiple Warning headers <em class="bcp14">SHOULD</em> order them with this user agent behavior in mind.
1697      </p>
1698      <p id="rfc.section.15.6.p.10">Requirements for the behavior of caches with respect to Warnings are stated in <a href="#warnings" title="Warnings">Section&nbsp;2.2</a>.
1699      </p>
1700      <p id="rfc.section.15.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
1701         meaning.
1702      </p>
1703      <p id="rfc.section.15.6.p.12">110 Response is stale </p>
1704      <dl class="empty">
1705         <dd> <em class="bcp14">MUST</em> be included whenever the returned response is stale.
1706         </dd>
1707      </dl>
1708      <p id="rfc.section.15.6.p.13">111 Revalidation failed </p>
1709      <dl class="empty">
1710         <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
1711            to reach the server.
1712         </dd>
1713      </dl>
1714      <p id="rfc.section.15.6.p.14">112 Disconnected operation </p>
1715      <dl class="empty">
1716         <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.
1717         </dd>
1718      </dl>
1719      <p id="rfc.section.15.6.p.15">113 Heuristic expiration </p>
1720      <dl class="empty">
1721         <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
1722            than 24 hours.
1723         </dd>
1724      </dl>
1725      <p id="rfc.section.15.6.p.16">199 Miscellaneous warning </p>
1726      <dl class="empty">
1727         <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.
1728         </dd>
1729      </dl>
1730      <p id="rfc.section.15.6.p.17">214 Transformation applied </p>
1731      <dl class="empty">
1732         <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
1733            Content-Encoding header) or media-type (as specified in the Content-Type header) of the response, or the entity-body of the
1734            response, unless this Warning code already appears in the response.
1735         </dd>
1736      </dl>
1737      <p id="rfc.section.15.6.p.18">299 Miscellaneous persistent warning </p>
1738      <dl class="empty">
1739         <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.
1740         </dd>
1741      </dl>
1742      <p id="rfc.section.15.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.
1743      </p>
1744      <p id="rfc.section.15.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
1745         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
1746         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.
1747      </p>
1748      <h1 id="rfc.section.16"><a href="#rfc.section.16">16.</a>&nbsp;<a id="IANA.considerations" href="#IANA.considerations">IANA Considerations</a></h1>
1749      <h2 id="rfc.section.16.1"><a href="#rfc.section.16.1">16.1</a>&nbsp;<a id="message.header.registration" href="#message.header.registration">Message Header Registration</a></h2>
1750      <p id="rfc.section.16.1.p.1">The Message Header Registry located at &lt;<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>&gt; should be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.1"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>):
1751      </p>
1752      <div id="rfc.table.1">
1753         <div id="iana.header.registration.table"></div>
1754         <table summary="" class="tt full" cellpadding="3" cellspacing="0">
1755            <thead>
1756               <tr>
1757                  <th>Header Field Name</th>
1758                  <th>Protocol</th>
1759                  <th>Status</th>
1760                  <th>Reference</th>
1761               </tr>
1762            </thead>
1763            <tbody>
1764               <tr>
1765                  <td>Age</td>
1766                  <td>http</td>
1767                  <td>standard</td>
1768                  <td> <a href="#header.age" id="rfc.xref.header.age.1" title="Age">Section&nbsp;15.1</a>
1769                  </td>
1770               </tr>
1771               <tr>
1772                  <td>Cache-Control</td>
1773                  <td>http</td>
1774                  <td>standard</td>
1775                  <td> <a href="#header.cache-control" id="rfc.xref.header.cache-control.11" title="Cache-Control">Section&nbsp;15.2</a>
1776                  </td>
1777               </tr>
1778               <tr>
1779                  <td>Expires</td>
1780                  <td>http</td>
1781                  <td>standard</td>
1782                  <td> <a href="#header.expires" id="rfc.xref.header.expires.3" title="Expires">Section&nbsp;15.3</a>
1783                  </td>
1784               </tr>
1785               <tr>
1786                  <td>Pragma</td>
1787                  <td>http</td>
1788                  <td>standard</td>
1789                  <td> <a href="#header.pragma" id="rfc.xref.header.pragma.2" title="Pragma">Section&nbsp;15.4</a>
1790                  </td>
1791               </tr>
1792               <tr>
1793                  <td>Vary</td>
1794                  <td>http</td>
1795                  <td>standard</td>
1796                  <td> <a href="#header.vary" id="rfc.xref.header.vary.2" title="Vary">Section&nbsp;15.5</a>
1797                  </td>
1798               </tr>
1799               <tr>
1800                  <td>Warning</td>
1801                  <td>http</td>
1802                  <td>standard</td>
1803                  <td> <a href="#header.warning" id="rfc.xref.header.warning.6" title="Warning">Section&nbsp;15.6</a>
1804                  </td>
1805               </tr>
1806            </tbody>
1807         </table>
1808      </div>
1809      <p id="rfc.section.16.1.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p>
1810      <h1 id="rfc.section.17"><a href="#rfc.section.17">17.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
1811      <p id="rfc.section.17.p.1">Caching proxies provide additional potential vulnerabilities, since the contents of the cache represent an attractive target
1812         for malicious exploitation. Because cache contents persist after an HTTP request is complete, an attack on the cache can reveal
1813         information long after a user believes that the information has been removed from the network. Therefore, cache contents should
1814         be protected as sensitive information.
1815      </p>
1816      <h1 id="rfc.section.18"><a href="#rfc.section.18">18.</a>&nbsp;<a id="ack" href="#ack">Acknowledgments</a></h1>
1817      <p id="rfc.section.18.p.1">Much of the content and presentation of the caching design is due to suggestions and comments from individuals including:
1818         Shel Kaphan, Paul Leach, Koen Holtman, David Morris, and Larry Masinter.
1819      </p>
1820      <h1 id="rfc.references"><a id="rfc.section.19" href="#rfc.section.19">19.</a> References
1821      </h1>
1822      <h2 id="rfc.references.1"><a href="#rfc.section.19.1" id="rfc.section.19.1">19.1</a> Normative References
1823      </h2>
1824      <table summary="Normative References">                   
1825         <tr>
1826            <td class="reference"><b id="ISO-8859-1">[ISO-8859-1]</b></td>
1827            <td class="top">International Organization for Standardization, “Information technology -- 8-bit single-byte coded graphic character sets -- Part 1: Latin alphabet No. 1”, ISO/IEC&nbsp;8859-1:1998, 1998.</td>
1828         </tr>
1829         <tr>
1830            <td class="reference"><b id="Part1">[Part1]</b></td>
1831            <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), February&nbsp;2009.
1832            </td>
1833         </tr>
1834         <tr>
1835            <td class="reference"><b id="Part2">[Part2]</b></td>
1836            <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), February&nbsp;2009.
1837            </td>
1838         </tr>
1839         <tr>
1840            <td class="reference"><b id="Part3">[Part3]</b></td>
1841            <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), February&nbsp;2009.
1842            </td>
1843         </tr>
1844         <tr>
1845            <td class="reference"><b id="Part4">[Part4]</b></td>
1846            <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), February&nbsp;2009.
1847            </td>
1848         </tr>
1849         <tr>
1850            <td class="reference"><b id="Part5">[Part5]</b></td>
1851            <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), February&nbsp;2009.
1852            </td>
1853         </tr>
1854         <tr>
1855            <td class="reference"><b id="Part7">[Part7]</b></td>
1856            <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), February&nbsp;2009.
1857            </td>
1858         </tr>
1859         <tr>
1860            <td class="reference"><b id="RFC2047">[RFC2047]</b></td>
1861            <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.
1862            </td>
1863         </tr>
1864         <tr>
1865            <td class="reference"><b id="RFC2119">[RFC2119]</b></td>
1866            <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.
1867            </td>
1868         </tr>
1869         <tr>
1870            <td class="reference"><b id="RFC5234">[RFC5234]</b></td>
1871            <td class="top"><a title="Brandenburg InternetWorking">Crocker, D., Ed.</a> and <a title="THUS plc.">P. Overell</a>, “<a href="http://tools.ietf.org/html/rfc5234">Augmented BNF for Syntax Specifications: ABNF</a>”, STD&nbsp;68, RFC&nbsp;5234, January&nbsp;2008.
1872            </td>
1873         </tr>
1874      </table>
1875      <h2 id="rfc.references.2"><a href="#rfc.section.19.2" id="rfc.section.19.2">19.2</a> Informative References
1876      </h2>
1877      <table summary="Informative References">     
1878         <tr>
1879            <td class="reference"><b id="RFC1305">[RFC1305]</b></td>
1880            <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.
1881            </td>
1882         </tr>
1883         <tr>
1884            <td class="reference"><b id="RFC2616">[RFC2616]</b></td>
1885            <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.
1886            </td>
1887         </tr>
1888         <tr>
1889            <td class="reference"><b id="RFC3864">[RFC3864]</b></td>
1890            <td class="top"><a title="Nine by Nine">Klyne, G.</a>, <a title="BEA Systems">Nottingham, M.</a>, and <a title="HP Labs">J. Mogul</a>, “<a href="http://tools.ietf.org/html/rfc3864">Registration Procedures for Message Header Fields</a>”, BCP&nbsp;90, RFC&nbsp;3864, September&nbsp;2004.
1891            </td>
1892         </tr>
1893      </table>
1894      <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1>
1895      <address class="vcard"><span class="vcardline"><span class="fn">Roy T. Fielding</span>
1896            (editor)
1897            <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>
1898      <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>
1899      <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>
1900      <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>
1901      <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>
1902      <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>
1903      <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>
1904      <address class="vcard"><span class="vcardline"><span class="fn">Yves Lafon</span>
1905            (editor)
1906            <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>
1907      <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span>
1908            (editor)
1909            <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>
1910      <h1 id="rfc.section.A"><a href="#rfc.section.A">A.</a>&nbsp;<a id="compatibility" href="#compatibility">Compatibility with Previous Versions</a></h1>
1911      <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>
1912      <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">5</a>, <a href="#header.cache-control" id="rfc.xref.header.cache-control.12" title="Cache-Control">15.2</a>, <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">15.2.3</a>)
1913      </p>
1914      <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
1915         for transfer encoding that may not be self delimiting); it was important to straighten out exactly how message lengths are
1916         computed. (<a href="#non-modifiable.headers" title="Non-modifiable Headers">Section&nbsp;6.2</a>, see also <a href="#Part1" id="rfc.xref.Part1.17"><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>)
1917      </p>
1918      <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;6.2</a>)
1919      </p>
1920      <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
1921         needed headers in a 206 response, this problem can be avoided. (<a href="#combining.headers" title="Combining Headers">Section&nbsp;6.3</a>)
1922      </p>
1923      <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;15.2.3</a>)
1924      </p>
1925      <p id="rfc.section.A.1.p.6">Warnings could be cached incorrectly, or not updated appropriately. (Section <a href="#warnings" title="Warnings">2.2</a>, <a href="#expiration.calculations" title="Expiration Calculations">3.4</a>, <a href="#non-modifiable.headers" title="Non-modifiable Headers">6.2</a>, <a href="#combining.headers" title="Combining Headers">6.3</a>, <a href="#modifications.of.the.basic.expiration.mechanism" title="Modifications of the Basic Expiration Mechanism">15.2.3</a>, and <a href="#header.warning" id="rfc.xref.header.warning.7" title="Warning">15.6</a>) Warning also needed to be a general header, as PUT or other methods may have need for it in requests.
1926      </p>
1927      <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>
1928      <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;11</a>)
1929      </p>
1930      <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;<a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1>
1931      <div id="rfc.figure.u.20"></div> <pre class="inline"><a href="#header.age" class="smpl">Age</a> = "Age:" OWS Age-v
1932<a href="#header.age" class="smpl">Age-v</a> = delta-seconds
1933
1934<a href="#header.cache-control" class="smpl">Cache-Control</a> = "Cache-Control:" OWS Cache-Control-v
1935<a href="#header.cache-control" class="smpl">Cache-Control-v</a> = *( "," OWS ) cache-directive *( OWS "," [ OWS
1936 cache-directive ] )
1937
1938<a href="#header.expires" class="smpl">Expires</a> = "Expires:" OWS Expires-v
1939<a href="#header.expires" class="smpl">Expires-v</a> = HTTP-date
1940
1941<a href="#abnf.dependencies" class="smpl">HTTP-date</a> = &lt;HTTP-date, defined in [Part1], Section 3.2.1&gt;
1942
1943<a href="#core.rules" class="smpl">OWS</a> = &lt;OWS, defined in [Part1], Section 1.2.2&gt;
1944
1945<a href="#header.pragma" class="smpl">Pragma</a> = "Pragma:" OWS Pragma-v
1946<a href="#header.pragma" class="smpl">Pragma-v</a> = *( "," OWS ) pragma-directive *( OWS "," [ OWS
1947 pragma-directive ] )
1948
1949<a href="#header.vary" class="smpl">Vary</a> = "Vary:" OWS Vary-v
1950<a href="#header.vary" class="smpl">Vary-v</a> = "*" / ( *( "," OWS ) field-name *( OWS "," [ OWS field-name
1951 ] ) )
1952
1953<a href="#header.warning" class="smpl">Warning</a> = "Warning:" OWS Warning-v
1954<a href="#header.warning" class="smpl">Warning-v</a> = *( "," OWS ) warning-value *( OWS "," [ OWS warning-value
1955 ] )
1956
1957<a href="#header.cache-control" class="smpl">cache-directive</a> = cache-request-directive / cache-response-directive
1958<a href="#header.cache-control" class="smpl">cache-extension</a> = token [ "=" ( token / quoted-string ) ]
1959<a href="#header.cache-control" class="smpl">cache-request-directive</a> = "no-cache" / "no-store" / ( "max-age="
1960 delta-seconds ) / ( "max-stale" [ "=" delta-seconds ] ) / (
1961 "min-fresh=" delta-seconds ) / "no-transform" / "only-if-cached" /
1962 cache-extension
1963<a href="#header.cache-control" class="smpl">cache-response-directive</a> = "public" / ( "private" [ "=" DQUOTE *( ","
1964 OWS ) field-name *( OWS "," [ OWS field-name ] ) DQUOTE ] ) / (
1965 "no-cache" [ "=" DQUOTE *( "," OWS ) field-name *( OWS "," [ OWS
1966 field-name ] ) DQUOTE ] ) / "no-store" / "no-transform" /
1967 "must-revalidate" / "proxy-revalidate" / ( "max-age=" delta-seconds
1968 ) / ( "s-maxage=" delta-seconds ) / cache-extension
1969
1970<a href="#rule.delta-seconds" class="smpl">delta-seconds</a> = 1*DIGIT
1971
1972<a href="#header.pragma" class="smpl">extension-pragma</a> = token [ "=" ( token / quoted-string ) ]
1973
1974<a href="#abnf.dependencies" class="smpl">field-name</a> = &lt;field-name, defined in [Part1], Section 4.2&gt;
1975
1976<a href="#abnf.dependencies" class="smpl">port</a> = &lt;port, defined in [Part1], Section 2.1&gt;
1977<a href="#header.pragma" class="smpl">pragma-directive</a> = "no-cache" / extension-pragma
1978<a href="#abnf.dependencies" class="smpl">pseudonym</a> = &lt;pseudonym, defined in [Part1], Section 8.9&gt;
1979
1980<a href="#core.rules" class="smpl">quoted-string</a> = &lt;quoted-string, defined in [Part1], Section 1.2.2&gt;
1981
1982<a href="#core.rules" class="smpl">token</a> = &lt;token, defined in [Part1], Section 1.2.2&gt;
1983
1984<a href="#abnf.dependencies" class="smpl">uri-host</a> = &lt;uri-host, defined in [Part1], Section 2.1&gt;
1985
1986<a href="#header.warning" class="smpl">warn-agent</a> = ( uri-host [ ":" port ] ) / pseudonym
1987<a href="#header.warning" class="smpl">warn-code</a> = 3DIGIT
1988<a href="#header.warning" class="smpl">warn-date</a> = DQUOTE HTTP-date DQUOTE
1989<a href="#header.warning" class="smpl">warn-text</a> = quoted-string
1990<a href="#header.warning" class="smpl">warning-value</a> = warn-code SP warn-agent SP warn-text [ SP warn-date
1991 ]
1992
1993
1994</pre> <div id="rfc.figure.u.21"></div>
1995      <p>ABNF diagnostics:</p><pre class="inline">; Age defined but not used
1996; Cache-Control defined but not used
1997; Expires defined but not used
1998; Pragma defined but not used
1999; Vary defined but not used
2000; Warning defined but not used
2001</pre><h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a>&nbsp;<a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>
2002      <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a>&nbsp;Since RFC2616
2003      </h2>
2004      <p id="rfc.section.C.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>.
2005      </p>
2006      <h2 id="rfc.section.C.2"><a href="#rfc.section.C.2">C.2</a>&nbsp;Since draft-ietf-httpbis-p6-cache-00
2007      </h2>
2008      <p id="rfc.section.C.2.p.1">Closed issues: </p>
2009      <ul>
2010         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/9">http://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;)
2011         </li>
2012         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/12">http://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;)
2013         </li>
2014         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/35">http://tools.ietf.org/wg/httpbis/trac/ticket/35</a>&gt;: "Normative and Informative references"
2015         </li>
2016         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/48">http://tools.ietf.org/wg/httpbis/trac/ticket/48</a>&gt;: "Date reference typo"
2017         </li>
2018         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/49">http://tools.ietf.org/wg/httpbis/trac/ticket/49</a>&gt;: "Connection header text"
2019         </li>
2020         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/65">http://tools.ietf.org/wg/httpbis/trac/ticket/65</a>&gt;: "Informative references"
2021         </li>
2022         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/66">http://tools.ietf.org/wg/httpbis/trac/ticket/66</a>&gt;: "ISO-8859-1 Reference"
2023         </li>
2024         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/86">http://tools.ietf.org/wg/httpbis/trac/ticket/86</a>&gt;: "Normative up-to-date references"
2025         </li>
2026         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/87">http://tools.ietf.org/wg/httpbis/trac/ticket/87</a>&gt;: "typo in 13.2.2"
2027         </li>
2028      </ul>
2029      <p id="rfc.section.C.2.p.2">Other changes: </p>
2030      <ul>
2031         <li>Use names of RFC4234 core rule DQUOTE (work in progress on &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;)
2032         </li>
2033      </ul>
2034      <h2 id="rfc.section.C.3"><a href="#rfc.section.C.3">C.3</a>&nbsp;Since draft-ietf-httpbis-p6-cache-01
2035      </h2>
2036      <p id="rfc.section.C.3.p.1">Closed issues: </p>
2037      <ul>
2038         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/82">http://tools.ietf.org/wg/httpbis/trac/ticket/82</a>&gt;: "rel_path not used"
2039         </li>
2040      </ul>
2041      <p id="rfc.section.C.3.p.2">Other changes: </p>
2042      <ul>
2043         <li>Get rid of duplicate BNF rule names ("host" -&gt; "uri-host") (work in progress on &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;)
2044         </li>
2045         <li>Add explicit references to BNF syntax and rules imported from other parts of the specification.</li>
2046      </ul>
2047      <h2 id="rfc.section.C.4"><a href="#rfc.section.C.4">C.4</a>&nbsp;<a id="changes.since.02" href="#changes.since.02">Since draft-ietf-httpbis-p6-cache-02</a></h2>
2048      <p id="rfc.section.C.4.p.1">Ongoing work on IANA Message Header Registration (&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/40">http://tools.ietf.org/wg/httpbis/trac/ticket/40</a>&gt;):
2049      </p>
2050      <ul>
2051         <li>Reference RFC 3984, and update header registrations for headers defined in this document.</li>
2052      </ul>
2053      <h2 id="rfc.section.C.5"><a href="#rfc.section.C.5">C.5</a>&nbsp;<a id="changes.since.03" href="#changes.since.03">Since draft-ietf-httpbis-p6-cache-03</a></h2>
2054      <p id="rfc.section.C.5.p.1">Closed issues: </p>
2055      <ul>
2056         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/106">http://tools.ietf.org/wg/httpbis/trac/ticket/106</a>&gt;: "Vary header classification"
2057         </li>
2058      </ul>
2059      <h2 id="rfc.section.C.6"><a href="#rfc.section.C.6">C.6</a>&nbsp;<a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-p6-cache-04</a></h2>
2060      <p id="rfc.section.C.6.p.1">Ongoing work on ABNF conversion (&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;):
2061      </p>
2062      <ul>
2063         <li>Use "/" instead of "|" for alternatives.</li>
2064         <li>Introduce new ABNF rules for "bad" whitespace ("BWS"), optional whitespace ("OWS") and required whitespace ("RWS").</li>
2065         <li>Rewrite ABNFs to spell out whitespace rules, factor out header value format definitions.</li>
2066      </ul>
2067      <h2 id="rfc.section.C.7"><a href="#rfc.section.C.7">C.7</a>&nbsp;<a id="changes.since.05" href="#changes.since.05">Since draft-ietf-httpbis-p6-cache-05</a></h2>
2068      <p id="rfc.section.C.7.p.1">Ongoing work on ABNF conversion (&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>&gt;):
2069      </p>
2070      <ul>
2071         <li>Add appendix containing collected and expanded ABNF, reorganize ABNF introduction.</li>
2072      </ul>
2073      <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1>
2074      <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>
2075      </p>
2076      <div class="print2col">
2077         <ul class="ind">
2078            <li class="indline0"><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul class="ind">
2079                  <li class="indline1">age&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.1">1.2</a></li>
2080                  <li class="indline1">Age header&nbsp;&nbsp;<a class="iref" href="#rfc.iref.a.2"><b>15.1</b></a>, <a class="iref" href="#rfc.xref.header.age.1">16.1</a></li>
2081               </ul>
2082            </li>
2083            <li class="indline0"><a id="rfc.index.C" href="#rfc.index.C"><b>C</b></a><ul class="ind">
2084                  <li class="indline1">cache&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.1">1.1</a></li>
2085                  <li class="indline1">Cache Directives&nbsp;&nbsp;
2086                     <ul class="ind">
2087                        <li class="indline1">max-age&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.9"><b>15.2.3</b></a>, <a class="iref" href="#rfc.iref.c.12"><b>15.2.4</b></a></li>
2088                        <li class="indline1">max-stale&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.11"><b>15.2.3</b></a></li>
2089                        <li class="indline1">min-fresh&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.10"><b>15.2.3</b></a></li>
2090                        <li class="indline1">must-revalidate&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.14"><b>15.2.4</b></a></li>
2091                        <li class="indline1">no-cache&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.6"><b>15.2.1</b></a></li>
2092                        <li class="indline1">no-store&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.7"><b>15.2.2</b></a></li>
2093                        <li class="indline1">no-transform&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.16"><b>15.2.5</b></a></li>
2094                        <li class="indline1">only-if-cached&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.13"><b>15.2.4</b></a></li>
2095                        <li class="indline1">private&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.5"><b>15.2.1</b></a></li>
2096                        <li class="indline1">proxy-revalidate&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.15"><b>15.2.4</b></a></li>
2097                        <li class="indline1">public&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.4"><b>15.2.1</b></a></li>
2098                        <li class="indline1">s-maxage&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.8"><b>15.2.3</b></a></li>
2099                     </ul>
2100                  </li>
2101                  <li class="indline1">Cache-Control header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.cache-control.1">2.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.2">2.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.3">2.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.4">3.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.5">3.5</a>, <a class="iref" href="#rfc.xref.header.cache-control.6">5</a>, <a class="iref" href="#rfc.xref.header.cache-control.7">5</a>, <a class="iref" href="#rfc.xref.header.cache-control.8">9</a>, <a class="iref" href="#rfc.iref.c.3"><b>15.2</b></a>, <a class="iref" href="#rfc.xref.header.cache-control.9">15.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.10">15.4</a>, <a class="iref" href="#rfc.xref.header.cache-control.11">16.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.12">A.1</a></li>
2102                  <li class="indline1">cacheable&nbsp;&nbsp;<a class="iref" href="#rfc.iref.c.2">1.2</a></li>
2103               </ul>
2104            </li>
2105            <li class="indline0"><a id="rfc.index.E" href="#rfc.index.E"><b>E</b></a><ul class="ind">
2106                  <li class="indline1">Expires header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.expires.1">5</a>, <a class="iref" href="#rfc.xref.header.expires.2">15.2.3</a>, <a class="iref" href="#rfc.iref.e.2"><b>15.3</b></a>, <a class="iref" href="#rfc.xref.header.expires.3">16.1</a></li>
2107                  <li class="indline1">explicit expiration time&nbsp;&nbsp;<a class="iref" href="#rfc.iref.e.1">1.2</a></li>
2108               </ul>
2109            </li>
2110            <li class="indline0"><a id="rfc.index.F" href="#rfc.index.F"><b>F</b></a><ul class="ind">
2111                  <li class="indline1">first-hand&nbsp;&nbsp;<a class="iref" href="#rfc.iref.f.1">1.2</a></li>
2112                  <li class="indline1">fresh&nbsp;&nbsp;<a class="iref" href="#rfc.iref.f.3">1.2</a></li>
2113                  <li class="indline1">freshness lifetime&nbsp;&nbsp;<a class="iref" href="#rfc.iref.f.2">1.2</a></li>
2114               </ul>
2115            </li>
2116            <li class="indline0"><a id="rfc.index.G" href="#rfc.index.G"><b>G</b></a><ul class="ind">
2117                  <li class="indline1"><tt>Grammar</tt>&nbsp;&nbsp;
2118                     <ul class="ind">
2119                        <li class="indline1"><tt>Age</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.1"><b>15.1</b></a></li>
2120                        <li class="indline1"><tt>Age-v</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.2"><b>15.1</b></a></li>
2121                        <li class="indline1"><tt>Cache-Control</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.4"><b>15.2</b></a></li>
2122                        <li class="indline1"><tt>Cache-Control-v</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.5"><b>15.2</b></a></li>
2123                        <li class="indline1"><tt>cache-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.6"><b>15.2</b></a></li>
2124                        <li class="indline1"><tt>cache-extension</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.9"><b>15.2</b></a></li>
2125                        <li class="indline1"><tt>cache-request-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.7"><b>15.2</b></a></li>
2126                        <li class="indline1"><tt>cache-response-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.8"><b>15.2</b></a></li>
2127                        <li class="indline1"><tt>delta-seconds</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.3"><b>15.1</b></a></li>
2128                        <li class="indline1"><tt>Expires</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.10"><b>15.3</b></a></li>
2129                        <li class="indline1"><tt>Expires-v</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.11"><b>15.3</b></a></li>
2130                        <li class="indline1"><tt>extension-pragma</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.15"><b>15.4</b></a></li>
2131                        <li class="indline1"><tt>Pragma</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.12"><b>15.4</b></a></li>
2132                        <li class="indline1"><tt>pragma-directive</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.14"><b>15.4</b></a></li>
2133                        <li class="indline1"><tt>Pragma-v</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.13"><b>15.4</b></a></li>
2134                        <li class="indline1"><tt>Vary</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.16"><b>15.5</b></a></li>
2135                        <li class="indline1"><tt>Vary-v</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.17"><b>15.5</b></a></li>
2136                        <li class="indline1"><tt>warn-agent</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.22"><b>15.6</b></a></li>
2137                        <li class="indline1"><tt>warn-code</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.21"><b>15.6</b></a></li>
2138                        <li class="indline1"><tt>warn-date</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.24"><b>15.6</b></a></li>
2139                        <li class="indline1"><tt>warn-text</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.23"><b>15.6</b></a></li>
2140                        <li class="indline1"><tt>Warning</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.18"><b>15.6</b></a></li>
2141                        <li class="indline1"><tt>Warning-v</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.19"><b>15.6</b></a></li>
2142                        <li class="indline1"><tt>warning-value</tt>&nbsp;&nbsp;<a class="iref" href="#rfc.iref.g.20"><b>15.6</b></a></li>
2143                     </ul>
2144                  </li>
2145               </ul>
2146            </li>
2147            <li class="indline0"><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul class="ind">
2148                  <li class="indline1">Headers&nbsp;&nbsp;
2149                     <ul class="ind">
2150                        <li class="indline1">Age&nbsp;&nbsp;<a class="iref" href="#rfc.iref.h.2"><b>15.1</b></a>, <a class="iref" href="#rfc.xref.header.age.1">16.1</a></li>
2151                        <li class="indline1">Cache-Control&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.cache-control.1">2.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.2">2.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.3">2.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.4">3.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.5">3.5</a>, <a class="iref" href="#rfc.xref.header.cache-control.6">5</a>, <a class="iref" href="#rfc.xref.header.cache-control.7">5</a>, <a class="iref" href="#rfc.xref.header.cache-control.8">9</a>, <a class="iref" href="#rfc.iref.h.3"><b>15.2</b></a>, <a class="iref" href="#rfc.xref.header.cache-control.9">15.3</a>, <a class="iref" href="#rfc.xref.header.cache-control.10">15.4</a>, <a class="iref" href="#rfc.xref.header.cache-control.11">16.1</a>, <a class="iref" href="#rfc.xref.header.cache-control.12">A.1</a></li>
2152                        <li class="indline1">Expires&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.expires.1">5</a>, <a class="iref" href="#rfc.xref.header.expires.2">15.2.3</a>, <a class="iref" href="#rfc.iref.h.4"><b>15.3</b></a>, <a class="iref" href="#rfc.xref.header.expires.3">16.1</a></li>
2153                        <li class="indline1">Pragma&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.pragma.1">15.2</a>, <a class="iref" href="#rfc.iref.h.5"><b>15.4</b></a>, <a class="iref" href="#rfc.xref.header.pragma.2">16.1</a></li>
2154                        <li class="indline1">Vary&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.vary.1">7</a>, <a class="iref" href="#rfc.iref.h.6"><b>15.5</b></a>, <a class="iref" href="#rfc.xref.header.vary.2">16.1</a></li>
2155                        <li class="indline1">Warning&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.warning.1">2.1</a>, <a class="iref" href="#rfc.xref.header.warning.2">2.2</a>, <a class="iref" href="#rfc.xref.header.warning.3">2.2</a>, <a class="iref" href="#rfc.xref.header.warning.4">6.2</a>, <a class="iref" href="#rfc.xref.header.warning.5">6.3</a>, <a class="iref" href="#rfc.iref.h.7"><b>15.6</b></a>, <a class="iref" href="#rfc.xref.header.warning.6">16.1</a>, <a class="iref" href="#rfc.xref.header.warning.7">A.1</a></li>
2156                     </ul>
2157                  </li>
2158                  <li class="indline1">heuristic expiration time&nbsp;&nbsp;<a class="iref" href="#rfc.iref.h.1">1.2</a></li>
2159               </ul>
2160            </li>
2161            <li class="indline0"><a id="rfc.index.I" href="#rfc.index.I"><b>I</b></a><ul class="ind">
2162                  <li class="indline1"><em>ISO-8859-1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.ISO-8859-1.1">15.6</a>, <a class="iref" href="#ISO-8859-1"><b>19.1</b></a></li>
2163               </ul>
2164            </li>
2165            <li class="indline0"><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul class="ind">
2166                  <li class="indline1">max-age&nbsp;&nbsp;
2167                     <ul class="ind">
2168                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.1"><b>15.2.3</b></a>, <a class="iref" href="#rfc.iref.m.4"><b>15.2.4</b></a></li>
2169                     </ul>
2170                  </li>
2171                  <li class="indline1">max-stale&nbsp;&nbsp;
2172                     <ul class="ind">
2173                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.3"><b>15.2.3</b></a></li>
2174                     </ul>
2175                  </li>
2176                  <li class="indline1">min-fresh&nbsp;&nbsp;
2177                     <ul class="ind">
2178                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.2"><b>15.2.3</b></a></li>
2179                     </ul>
2180                  </li>
2181                  <li class="indline1">must-revalidate&nbsp;&nbsp;
2182                     <ul class="ind">
2183                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.m.5"><b>15.2.4</b></a></li>
2184                     </ul>
2185                  </li>
2186               </ul>
2187            </li>
2188            <li class="indline0"><a id="rfc.index.N" href="#rfc.index.N"><b>N</b></a><ul class="ind">
2189                  <li class="indline1">no-cache&nbsp;&nbsp;
2190                     <ul class="ind">
2191                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.1"><b>15.2.1</b></a></li>
2192                     </ul>
2193                  </li>
2194                  <li class="indline1">no-store&nbsp;&nbsp;
2195                     <ul class="ind">
2196                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.2"><b>15.2.2</b></a></li>
2197                     </ul>
2198                  </li>
2199                  <li class="indline1">no-transform&nbsp;&nbsp;
2200                     <ul class="ind">
2201                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.n.3"><b>15.2.5</b></a></li>
2202                     </ul>
2203                  </li>
2204               </ul>
2205            </li>
2206            <li class="indline0"><a id="rfc.index.O" href="#rfc.index.O"><b>O</b></a><ul class="ind">
2207                  <li class="indline1">only-if-cached&nbsp;&nbsp;
2208                     <ul class="ind">
2209                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.o.1"><b>15.2.4</b></a></li>
2210                     </ul>
2211                  </li>
2212               </ul>
2213            </li>
2214            <li class="indline0"><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul class="ind">
2215                  <li class="indline1"><em>Part1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.1">1.4</a>, <a class="iref" href="#rfc.xref.Part1.2">1.4.1</a>, <a class="iref" href="#rfc.xref.Part1.3">1.4.1</a>, <a class="iref" href="#rfc.xref.Part1.4">1.4.1</a>, <a class="iref" href="#rfc.xref.Part1.5">1.4.1</a>, <a class="iref" href="#rfc.xref.Part1.6">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.7">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.8">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.9">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.10">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.11">3.3</a>, <a class="iref" href="#rfc.xref.Part1.12">6.1</a>, <a class="iref" href="#rfc.xref.Part1.13">6.2</a>, <a class="iref" href="#rfc.xref.Part1.14">6.2</a>, <a class="iref" href="#rfc.xref.Part1.15">7</a>, <a class="iref" href="#rfc.xref.Part1.16">15.3</a>, <a class="iref" href="#Part1"><b>19.1</b></a>, <a class="iref" href="#rfc.xref.Part1.17">A.1</a><ul class="ind">
2216                        <li class="indline1"><em>Section 1.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.1">1.4</a></li>
2217                        <li class="indline1"><em>Section 1.2.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.2">1.4.1</a>, <a class="iref" href="#rfc.xref.Part1.3">1.4.1</a>, <a class="iref" href="#rfc.xref.Part1.4">1.4.1</a>, <a class="iref" href="#rfc.xref.Part1.5">1.4.1</a></li>
2218                        <li class="indline1"><em>Section 2.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.8">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.10">1.4.2</a></li>
2219                        <li class="indline1"><em>Section 3.2.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.7">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.16">15.3</a></li>
2220                        <li class="indline1"><em>Section 4.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.6">1.4.2</a>, <a class="iref" href="#rfc.xref.Part1.15">7</a></li>
2221                        <li class="indline1"><em>Section 4.4</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.13">6.2</a>, <a class="iref" href="#rfc.xref.Part1.14">6.2</a></li>
2222                        <li class="indline1"><em>Section 8.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.12">6.1</a></li>
2223                        <li class="indline1"><em>Section 8.3</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.11">3.3</a></li>
2224                        <li class="indline1"><em>Section 8.9</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part1.9">1.4.2</a></li>
2225                     </ul>
2226                  </li>
2227                  <li class="indline1"><em>Part2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part2.1">10</a>, <a class="iref" href="#Part2"><b>19.1</b></a><ul class="ind">
2228                        <li class="indline1"><em>Section 7.1.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part2.1">10</a></li>
2229                     </ul>
2230                  </li>
2231                  <li class="indline1"><em>Part3</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part3.1">6.2</a>, <a class="iref" href="#rfc.xref.Part3.2">7</a>, <a class="iref" href="#Part3"><b>19.1</b></a>, <a class="iref" href="#rfc.xref.Part3.3">A.1</a><ul class="ind">
2232                        <li class="indline1"><em>Section 3.2.2</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part3.1">6.2</a></li>
2233                        <li class="indline1"><em>Section 4.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part3.2">7</a></li>
2234                     </ul>
2235                  </li>
2236                  <li class="indline1"><em>Part4</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part4.1">4</a>, <a class="iref" href="#Part4"><b>19.1</b></a></li>
2237                  <li class="indline1"><em>Part5</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part5.1">6.3</a>, <a class="iref" href="#rfc.xref.Part5.2">9</a>, <a class="iref" href="#Part5"><b>19.1</b></a>, <a class="iref" href="#rfc.xref.Part5.3">A.1</a><ul class="ind">
2238                        <li class="indline1"><em>Section 4</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part5.1">6.3</a>, <a class="iref" href="#rfc.xref.Part5.2">9</a></li>
2239                     </ul>
2240                  </li>
2241                  <li class="indline1"><em>Part7</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part7.1">5</a>, <a class="iref" href="#rfc.xref.Part7.2">15.2.1</a>, <a class="iref" href="#Part7"><b>19.1</b></a><ul class="ind">
2242                        <li class="indline1"><em>Section 3.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.Part7.1">5</a>, <a class="iref" href="#rfc.xref.Part7.2">15.2.1</a></li>
2243                     </ul>
2244                  </li>
2245                  <li class="indline1">Pragma header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.pragma.1">15.2</a>, <a class="iref" href="#rfc.iref.p.4"><b>15.4</b></a>, <a class="iref" href="#rfc.xref.header.pragma.2">16.1</a></li>
2246                  <li class="indline1">private&nbsp;&nbsp;
2247                     <ul class="ind">
2248                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.p.2"><b>15.2.1</b></a></li>
2249                     </ul>
2250                  </li>
2251                  <li class="indline1">proxy-revalidate&nbsp;&nbsp;
2252                     <ul class="ind">
2253                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.p.3"><b>15.2.4</b></a></li>
2254                     </ul>
2255                  </li>
2256                  <li class="indline1">public&nbsp;&nbsp;
2257                     <ul class="ind">
2258                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.p.1"><b>15.2.1</b></a></li>
2259                     </ul>
2260                  </li>
2261               </ul>
2262            </li>
2263            <li class="indline0"><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul class="ind">
2264                  <li class="indline1"><em>RFC1305</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC1305.1">3.3</a>, <a class="iref" href="#RFC1305"><b>19.2</b></a></li>
2265                  <li class="indline1"><em>RFC2047</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC2047.1">15.6</a>, <a class="iref" href="#RFC2047"><b>19.1</b></a></li>
2266                  <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>19.1</b></a></li>
2267                  <li class="indline1"><em>RFC2616</em>&nbsp;&nbsp;<a class="iref" href="#RFC2616"><b>19.2</b></a>, <a class="iref" href="#rfc.xref.RFC2616.1">C.1</a></li>
2268                  <li class="indline1"><em>RFC3864</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC3864.1">16.1</a>, <a class="iref" href="#RFC3864"><b>19.2</b></a></li>
2269                  <li class="indline1"><em>RFC5234</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC5234.1">1.4</a>, <a class="iref" href="#RFC5234"><b>19.1</b></a><ul class="ind">
2270                        <li class="indline1"><em>Appendix B.1</em>&nbsp;&nbsp;<a class="iref" href="#rfc.xref.RFC5234.1">1.4</a></li>
2271                     </ul>
2272                  </li>
2273               </ul>
2274            </li>
2275            <li class="indline0"><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul class="ind">
2276                  <li class="indline1">s-maxage&nbsp;&nbsp;
2277                     <ul class="ind">
2278                        <li class="indline1">Cache Directive&nbsp;&nbsp;<a class="iref" href="#rfc.iref.s.3"><b>15.2.3</b></a></li>
2279                     </ul>
2280                  </li>
2281                  <li class="indline1">semantically transparent&nbsp;&nbsp;<a class="iref" href="#rfc.iref.s.1">1.1</a></li>
2282                  <li class="indline1">stale&nbsp;&nbsp;<a class="iref" href="#rfc.iref.s.2">1.2</a></li>
2283               </ul>
2284            </li>
2285            <li class="indline0"><a id="rfc.index.V" href="#rfc.index.V"><b>V</b></a><ul class="ind">
2286                  <li class="indline1">validator&nbsp;&nbsp;<a class="iref" href="#rfc.iref.v.1">1.2</a></li>
2287                  <li class="indline1">Vary header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.vary.1">7</a>, <a class="iref" href="#rfc.iref.v.2"><b>15.5</b></a>, <a class="iref" href="#rfc.xref.header.vary.2">16.1</a></li>
2288               </ul>
2289            </li>
2290            <li class="indline0"><a id="rfc.index.W" href="#rfc.index.W"><b>W</b></a><ul class="ind">
2291                  <li class="indline1">Warning header&nbsp;&nbsp;<a class="iref" href="#rfc.xref.header.warning.1">2.1</a>, <a class="iref" href="#rfc.xref.header.warning.2">2.2</a>, <a class="iref" href="#rfc.xref.header.warning.3">2.2</a>, <a class="iref" href="#rfc.xref.header.warning.4">6.2</a>, <a class="iref" href="#rfc.xref.header.warning.5">6.3</a>, <a class="iref" href="#rfc.iref.w.1"><b>15.6</b></a>, <a class="iref" href="#rfc.xref.header.warning.6">16.1</a>, <a class="iref" href="#rfc.xref.header.warning.7">A.1</a></li>
2292               </ul>
2293            </li>
2294         </ul>
2295      </div>
2296   </body>
2297</html>
Note: See TracBrowser for help on using the repository browser.