Changeset 334 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 05/11/08 14:50:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r331 r334 1565 1565 1566 1566 <x:ref>cache-directive</x:ref> = <x:ref>cache-request-directive</x:ref> 1567 |<x:ref>cache-response-directive</x:ref>1567 / <x:ref>cache-response-directive</x:ref> 1568 1568 1569 1569 <x:ref>cache-request-directive</x:ref> = 1570 1570 "no-cache" ; <xref target="what.is.cacheable"/> 1571 |"no-store" ; <xref target="what.may.be.stored.by.caches"/>1572 |"max-age" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/>, <xref format="counter" target="cache.revalidation.and.reload.controls"/>1573 |"max-stale" [ "=" <x:ref>delta-seconds</x:ref> ] ; <xref target="modifications.of.the.basic.expiration.mechanism"/>1574 |"min-fresh" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/>1575 |"no-transform" ; <xref target="no-transform.directive"/>1576 |"only-if-cached" ; <xref target="cache.revalidation.and.reload.controls"/>1577 |<x:ref>cache-extension</x:ref> ; <xref target="cache.control.extensions"/>1571 / "no-store" ; <xref target="what.may.be.stored.by.caches"/> 1572 / "max-age" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/>, <xref format="counter" target="cache.revalidation.and.reload.controls"/> 1573 / "max-stale" [ "=" <x:ref>delta-seconds</x:ref> ] ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1574 / "min-fresh" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1575 / "no-transform" ; <xref target="no-transform.directive"/> 1576 / "only-if-cached" ; <xref target="cache.revalidation.and.reload.controls"/> 1577 / <x:ref>cache-extension</x:ref> ; <xref target="cache.control.extensions"/> 1578 1578 1579 1579 <x:ref>cache-response-directive</x:ref> = 1580 1580 "public" ; <xref target="what.is.cacheable"/> 1581 |"private" [ "=" <x:ref>DQUOTE</x:ref> 1#<x:ref>field-name</x:ref> <x:ref>DQUOTE</x:ref> ] ; <xref target="what.is.cacheable"/>1582 |"no-cache" [ "=" <x:ref>DQUOTE</x:ref> 1#<x:ref>field-name</x:ref> <x:ref>DQUOTE</x:ref> ] ; <xref target="what.is.cacheable"/>1583 |"no-store" ; <xref target="what.may.be.stored.by.caches"/>1584 |"no-transform" ; <xref target="no-transform.directive"/>1585 |"must-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/>1586 |"proxy-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/>1587 |"max-age" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/>1588 |"s-maxage" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/>1589 |<x:ref>cache-extension</x:ref> ; <xref target="cache.control.extensions"/>1590 1591 <x:ref>cache-extension</x:ref> = <x:ref>token</x:ref> [ "=" ( <x:ref>token</x:ref> |<x:ref>quoted-string</x:ref> ) ]1581 / "private" [ "=" <x:ref>DQUOTE</x:ref> 1#<x:ref>field-name</x:ref> <x:ref>DQUOTE</x:ref> ] ; <xref target="what.is.cacheable"/> 1582 / "no-cache" [ "=" <x:ref>DQUOTE</x:ref> 1#<x:ref>field-name</x:ref> <x:ref>DQUOTE</x:ref> ] ; <xref target="what.is.cacheable"/> 1583 / "no-store" ; <xref target="what.may.be.stored.by.caches"/> 1584 / "no-transform" ; <xref target="no-transform.directive"/> 1585 / "must-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/> 1586 / "proxy-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/> 1587 / "max-age" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1588 / "s-maxage" "=" <x:ref>delta-seconds</x:ref> ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1589 / <x:ref>cache-extension</x:ref> ; <xref target="cache.control.extensions"/> 1590 1591 <x:ref>cache-extension</x:ref> = <x:ref>token</x:ref> [ "=" ( <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> ) ] 1592 1592 </artwork></figure> 1593 1593 <t> … … 2157 2157 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Pragma"/><iref primary="true" item="Grammar" subitem="pragma-directive"/><iref primary="true" item="Grammar" subitem="extension-pragma"/> 2158 2158 <x:ref>Pragma</x:ref> = "Pragma" ":" 1#<x:ref>pragma-directive</x:ref> 2159 <x:ref>pragma-directive</x:ref> = "no-cache" |<x:ref>extension-pragma</x:ref>2160 <x:ref>extension-pragma</x:ref> = <x:ref>token</x:ref> [ "=" ( <x:ref>token</x:ref> |<x:ref>quoted-string</x:ref> ) ]2159 <x:ref>pragma-directive</x:ref> = "no-cache" / <x:ref>extension-pragma</x:ref> 2160 <x:ref>extension-pragma</x:ref> = <x:ref>token</x:ref> [ "=" ( <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> ) ] 2161 2161 </artwork></figure> 2162 2162 <t> … … 2205 2205 </t> 2206 2206 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Vary"/> 2207 <x:ref>Vary</x:ref> = "Vary" ":" ( "*" |1#<x:ref>field-name</x:ref> )2207 <x:ref>Vary</x:ref> = "Vary" ":" ( "*" / 1#<x:ref>field-name</x:ref> ) 2208 2208 </artwork></figure> 2209 2209 <t> … … 2268 2268 2269 2269 <x:ref>warn-code</x:ref> = 3<x:ref>DIGIT</x:ref> 2270 <x:ref>warn-agent</x:ref> = ( <x:ref>uri-host</x:ref> [ ":" <x:ref>port</x:ref> ] ) |<x:ref>pseudonym</x:ref>2270 <x:ref>warn-agent</x:ref> = ( <x:ref>uri-host</x:ref> [ ":" <x:ref>port</x:ref> ] ) / <x:ref>pseudonym</x:ref> 2271 2271 ; the name or pseudonym of the server adding 2272 2272 ; the Warning header, for use in debugging … … 3028 3028 <section title="Since draft-ietf-httpbis-p6-cache-04" anchor="changes.since.04"> 3029 3029 <t> 3030 Ongoing work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 3031 <list style="symbols"> 3032 <t> 3033 Use "/" instead of "|" for alternatives. 3034 </t> 3035 </list> 3030 3036 </t> 3031 3037 </section>
Note: See TracChangeset
for help on using the changeset viewer.