Changeset 154 for draft-ietf-httpbis/latest/p6-cache.html
- Timestamp:
- 05/01/08 14:13:28 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r153 r154 1267 1267 cache-response-directive = 1268 1268 "public" ; <a href="#what.is.cacheable" title="What is Cacheable">Section 3.2.1</a> 1269 | "private" [ "=" <"> 1#field-name <">] ; <a href="#what.is.cacheable" title="What is Cacheable">Section 3.2.1</a>1270 | "no-cache" [ "=" <"> 1#field-name <">]; <a href="#what.is.cacheable" title="What is Cacheable">Section 3.2.1</a>1269 | "private" [ "=" DQUOTE 1#field-name DQUOTE ] ; <a href="#what.is.cacheable" title="What is Cacheable">Section 3.2.1</a> 1270 | "no-cache" [ "=" DQUOTE 1#field-name DQUOTE ]; <a href="#what.is.cacheable" title="What is Cacheable">Section 3.2.1</a> 1271 1271 | "no-store" ; <a href="#what.may.be.stored.by.caches" title="What May be Stored by Caches">Section 3.2.2</a> 1272 1272 | "no-transform" ; <a href="#no-transform.directive" title="No-Transform Directive">Section 3.2.5</a> … … 1643 1643 ; the Warning header, for use in debugging 1644 1644 warn-text = quoted-string 1645 warn-date = <"> HTTP-date <">1645 warn-date = DQUOTE HTTP-date DQUOTE 1646 1646 </pre><p id="rfc.section.3.6.p.4">A response <em class="bcp14">MAY</em> carry more than one Warning header. 1647 1647 </p> … … 1859 1859 </li> 1860 1860 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/87">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/87</a>>: "typo in 13.2.2" 1861 </li> 1862 </ul> 1863 <p id="rfc.section.B.2.p.2">Other changes: </p> 1864 <ul> 1865 <li>Use names of RFC4234 core rules DQUOTE and HTAB (work in progress on <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36</a>>) 1861 1866 </li> 1862 1867 </ul>
Note: See TracChangeset
for help on using the changeset viewer.