Changeset 722
- Timestamp:
- 04/11/09 14:55:35 (13 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r720 r722 398 398 <meta name="DC.Creator" content="Reschke, J. F."> 399 399 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 400 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-10 -26">400 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-10"> 401 401 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 402 402 <meta name="DC.Description.Abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. 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."> … … 430 430 </tr> 431 431 <tr> 432 <td class="header left">Expires: April 2 9, 2010</td>432 <td class="header left">Expires: April 2010</td> 433 433 <td class="header right">HP</td> 434 434 </tr> … … 487 487 <tr> 488 488 <td class="header left"></td> 489 <td class="header right">October 2 6, 2009</td>489 <td class="header right">October 2009</td> 490 490 </tr> 491 491 </table> … … 511 511 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 512 512 </p> 513 <p>This Internet-Draft will expire in April 2 9, 2010.</p>513 <p>This Internet-Draft will expire in April 2010.</p> 514 514 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 515 515 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 717 717 </p> 718 718 <ul> 719 <li>The request method is defined as being cacheable, and</li> 719 <li>The request method is understood by the cache and defined as being cacheable, and</li> 720 <li>The response status is understood by the cache and defined as being cacheable, and</li> 720 721 <li>the "no-store" cache directive (see <a href="#header.cache-control" id="rfc.xref.header.cache-control.1" title="Cache-Control">Section 3.2</a>) does not appear in request or response headers, and 721 722 </li> … … 1734 1735 </ul> 1735 1736 <h2 id="rfc.section.C.10"><a href="#rfc.section.C.10">C.10</a> <a id="changes.since.08" href="#changes.since.08">Since draft-ietf-httpbis-p6-cache-08</a></h2> 1736 <p id="rfc.section.C.10.p.1">None yet.</p> 1737 <p id="rfc.section.C.10.p.1">Affected issues: </p> 1738 <ul> 1739 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/199">http://tools.ietf.org/wg/httpbis/trac/ticket/199</a>>: Status codes and caching 1740 </li> 1741 </ul> 1737 1742 <h1 id="rfc.index"><a href="#rfc.index">Index</a></h1> 1738 1743 <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
r721 r722 2340 2340 <section anchor="changes.since.08" title="Since draft-ietf-httpbis-p6-cache-08"> 2341 2341 <t> 2342 None yet. 2342 Affected issues: 2343 <list style="symbols"> 2344 <t> 2345 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/199"/>: 2346 Status codes and caching 2347 </t> 2348 </list> 2343 2349 </t> 2344 2350 </section>
Note: See TracChangeset
for help on using the changeset viewer.