Changeset 1449 for draft-ietf-httpbis
- Timestamp:
- 17/10/11 22:58:15 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1443 r1449 362 362 } 363 363 @bottom-center { 364 content: "Expires April 4, 2012";364 content: "Expires April 20, 2012"; 365 365 } 366 366 @bottom-right { … … 408 408 <meta name="dct.creator" content="Reschke, J. F."> 409 409 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 410 <meta name="dct.issued" scheme="ISO8601" content="2011-10- 02">410 <meta name="dct.issued" scheme="ISO8601" content="2011-10-18"> 411 411 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 412 412 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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 "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 434 434 </tr> 435 435 <tr> 436 <td class="left">Expires: April 4, 2012</td>436 <td class="left">Expires: April 20, 2012</td> 437 437 <td class="right">J. Mogul</td> 438 438 </tr> … … 499 499 <tr> 500 500 <td class="left"></td> 501 <td class="right">October 2, 2011</td>501 <td class="right">October 18, 2011</td> 502 502 </tr> 503 503 </tbody> … … 529 529 in progress”. 530 530 </p> 531 <p>This Internet-Draft will expire on April 4, 2012.</p>531 <p>This Internet-Draft will expire on April 20, 2012.</p> 532 532 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 533 533 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1157 1157 cache. 1158 1158 </p> 1159 <p id="rfc.section.3.2.p.5">Cache directives are identified by a token, to be compared case-insensitively, and have an optional argument.</p> 1159 1160 <div id="rfc.figure.u.9"></div><pre class="inline"><span id="rfc.iref.g.3"></span><span id="rfc.iref.g.4"></span> <a href="#header.cache-control" class="smpl">Cache-Control</a> = 1#<a href="#header.cache-control" class="smpl">cache-directive</a> 1160 1161 … … 2072 2073 </ul> 2073 2074 <h2 id="rfc.section.C.18"><a href="#rfc.section.C.18">C.18</a> <a id="changes.since.16" href="#changes.since.16">Since draft-ietf-httpbis-p6-cache-16</a></h2> 2074 <p id="rfc.section.C.18.p.1">None yet.</p> 2075 <p id="rfc.section.C.18.p.1">Closed issues: </p> 2076 <ul> 2077 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/317">http://tools.ietf.org/wg/httpbis/trac/ticket/317</a>>: "Cache-Control directive case sensitivity" 2078 </li> 2079 </ul> 2075 2080 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 2076 2081 <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.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> -
draft-ietf-httpbis/latest/p6-cache.xml
r1443 r1449 1242 1242 target a directive to a specific cache. 1243 1243 </t> 1244 <t>Cache directives are identified by a token, to be compared case-insensitively, and have an optional argument.</t> 1244 1245 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Cache-Control"/><iref primary="true" item="Grammar" subitem="cache-extension"/> 1245 1246 <x:ref>Cache-Control</x:ref> = 1#<x:ref>cache-directive</x:ref> … … 2891 2892 <section title="Since draft-ietf-httpbis-p6-cache-16" anchor="changes.since.16"> 2892 2893 <t> 2893 None yet. 2894 Closed issues: 2895 <list style="symbols"> 2896 <t> 2897 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/317"/>: 2898 "Cache-Control directive case sensitivity" 2899 </t> 2900 </list> 2894 2901 </t> 2895 2902 </section>
Note: See TracChangeset
for help on using the changeset viewer.