Changeset 817 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 07/05/10 14:20:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r816 r817 1290 1290 remain minimally correct even if the cache does not understand the extension(s). 1291 1291 </t> 1292 <t> 1293 The HTTP Cache Directive Registry defines the name space for the cache 1294 directives. 1295 </t> 1296 <t> 1297 Registrations &MUST; include the following fields: 1298 <list style="symbols"> 1299 <t>Cache Directive Name</t> 1300 <t>Pointer to specification text</t> 1301 </list> 1302 </t> 1303 <t> 1304 Values to be added to this name space are subject to IETF review 1305 (<xref target="RFC5226" x:fmt="," x:sec="4.1"/>). 1306 </t> 1307 <t> 1308 The registry itself is maintained at <eref target="http://www.iana.org/assignments/http-cache-directives"/>. 1309 </t> 1292 1310 </section> 1293 1311 … … 1584 1602 1585 1603 <section anchor="IANA.considerations" title="IANA Considerations"> 1604 1605 <section title="Cache Directive Registry" anchor="cache.directive.registration"> 1606 <t> 1607 The registration procedure for HTTP Cache Directives is defined by 1608 <xref target="cache.control.extensions"/> of this document. 1609 </t> 1610 <t> 1611 The HTTP Cache Directive Registry should be created at <eref target="http://www.iana.org/assignments/http-cache-directives"/> 1612 and be populated with the registrations below: 1613 </t> 1614 <?BEGININC p6-cache.cache-directives ?> 1615 <!--AUTOGENERATED FROM extract-cache-directives-defs.xslt, do not edit manually--> 1616 <texttable align="left" suppress-title="true" 1617 anchor="iana.cache.directive.registration.table"> 1618 <ttcol>Cache Directive</ttcol> 1619 <ttcol>Reference</ttcol> 1620 1621 <c>max-age</c> 1622 <c> 1623 <xref target="cache-request-directive"/>, <xref target="cache-response-directive"/> 1624 </c> 1625 <c>max-stale</c> 1626 <c> 1627 <xref target="cache-request-directive"/> 1628 </c> 1629 <c>min-fresh</c> 1630 <c> 1631 <xref target="cache-request-directive"/> 1632 </c> 1633 <c>must-revalidate</c> 1634 <c> 1635 <xref target="cache-response-directive"/> 1636 </c> 1637 <c>no-cache</c> 1638 <c> 1639 <xref target="cache-request-directive"/>, <xref target="cache-response-directive"/> 1640 </c> 1641 <c>no-store</c> 1642 <c> 1643 <xref target="cache-request-directive"/>, <xref target="cache-response-directive"/> 1644 </c> 1645 <c>no-transform</c> 1646 <c> 1647 <xref target="cache-request-directive"/>, <xref target="cache-response-directive"/> 1648 </c> 1649 <c>only-if-cached</c> 1650 <c> 1651 <xref target="cache-request-directive"/> 1652 </c> 1653 <c>private</c> 1654 <c> 1655 <xref target="cache-response-directive"/> 1656 </c> 1657 <c>proxy-revalidate</c> 1658 <c> 1659 <xref target="cache-response-directive"/> 1660 </c> 1661 <c>public</c> 1662 <c> 1663 <xref target="cache-response-directive"/> 1664 </c> 1665 <c>s-maxage</c> 1666 <c> 1667 <xref target="cache-response-directive"/> 1668 </c> 1669 </texttable> 1670 <!--(END)--> 1671 <?ENDINC p6-cache.cache-directives ?> 1672 </section> 1586 1673 1587 1674 <section anchor="message.header.registration" title="Message Header Registration"> … … 2000 2087 </reference> 2001 2088 2089 <reference anchor='RFC5226'> 2090 <front> 2091 <title>Guidelines for Writing an IANA Considerations Section in RFCs</title> 2092 <author initials='T.' surname='Narten' fullname='T. Narten'> 2093 <organization>IBM</organization> 2094 <address><email>narten@us.ibm.com</email></address> 2095 </author> 2096 <author initials='H.' surname='Alvestrand' fullname='H. Alvestrand'> 2097 <organization>Google</organization> 2098 <address><email>Harald@Alvestrand.no</email></address> 2099 </author> 2100 <date year='2008' month='May' /> 2101 </front> 2102 <seriesInfo name='BCP' value='26' /> 2103 <seriesInfo name='RFC' value='5226' /> 2104 </reference> 2105 2002 2106 </references> 2003 2107 … … 2340 2444 "Age calculation" 2341 2445 </t> 2446 <t> 2447 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/208" />: 2448 "IANA registry for cache-control directives" 2449 </t> 2342 2450 </list> 2343 2451 </t>
Note: See TracChangeset
for help on using the changeset viewer.