Changeset 135 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 01/01/08 17:15:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r131 r135 372 372 </t> 373 373 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="delta-seconds"/> 374 374 delta-seconds = 1*DIGIT 375 375 </artwork></figure> 376 376 </section> … … 1549 1549 </t> 1550 1550 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Age"/><iref primary="true" item="Grammar" subitem="age-value"/> 1551 1552 1551 Age = "Age" ":" age-value 1552 age-value = delta-seconds 1553 1553 </artwork></figure> 1554 1554 <t> … … 1592 1592 </t> 1593 1593 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Cache-Control"/><iref primary="true" item="Grammar" subitem="cache-directive"/><iref primary="true" item="Grammar" subitem="cache-request-directive"/><iref primary="true" item="Grammar" subitem="cache-response-directive"/><iref primary="true" item="Grammar" subitem="cache-extension"/> 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1594 Cache-Control = "Cache-Control" ":" 1#cache-directive 1595 1596 cache-directive = cache-request-directive 1597 | cache-response-directive 1598 1599 cache-request-directive = 1600 "no-cache" ; <xref target="what.is.cacheable"/> 1601 | "no-store" ; <xref target="what.may.be.stored.by.caches"/> 1602 | "max-age" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/>, <xref format="counter" target="cache.revalidation.and.reload.controls"/> 1603 | "max-stale" [ "=" delta-seconds ] ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1604 | "min-fresh" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1605 | "no-transform" ; <xref target="no-transform.directive"/> 1606 | "only-if-cached" ; <xref target="cache.revalidation.and.reload.controls"/> 1607 | cache-extension ; <xref target="cache.control.extensions"/> 1608 1609 cache-response-directive = 1610 "public" ; <xref target="what.is.cacheable"/> 1611 | "private" [ "=" <"> 1#field-name <"> ] ; <xref target="what.is.cacheable"/> 1612 | "no-cache" [ "=" <"> 1#field-name <"> ]; <xref target="what.is.cacheable"/> 1613 | "no-store" ; <xref target="what.may.be.stored.by.caches"/> 1614 | "no-transform" ; <xref target="no-transform.directive"/> 1615 | "must-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/> 1616 | "proxy-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/> 1617 | "max-age" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1618 | "s-maxage" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1619 | cache-extension ; <xref target="cache.control.extensions"/> 1620 1621 cache-extension = token [ "=" ( token | quoted-string ) ] 1622 1622 </artwork></figure> 1623 1623 <t> … … 2132 2132 </t> 2133 2133 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Expires"/> 2134 2134 Expires = "Expires" ":" HTTP-date 2135 2135 </artwork></figure> 2136 2136 <t> … … 2182 2182 </t> 2183 2183 <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"/> 2184 2185 2186 2184 Pragma = "Pragma" ":" 1#pragma-directive 2185 pragma-directive = "no-cache" | extension-pragma 2186 extension-pragma = token [ "=" ( token | quoted-string ) ] 2187 2187 </artwork></figure> 2188 2188 <t> … … 2230 2230 </t> 2231 2231 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Vary"/> 2232 2232 Vary = "Vary" ":" ( "*" | 1#field-name ) 2233 2233 </artwork></figure> 2234 2234 <t> … … 2281 2281 </t> 2282 2282 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Warning"/><iref primary="true" item="Grammar" subitem="warning-value"/><iref primary="true" item="Grammar" subitem="warn-code"/><iref primary="true" item="Grammar" subitem="warn-agent"/><iref primary="true" item="Grammar" subitem="warn-text"/><iref primary="true" item="Grammar" subitem="warn-date"/> 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2283 Warning = "Warning" ":" 1#warning-value 2284 2285 warning-value = warn-code SP warn-agent SP warn-text 2286 [SP warn-date] 2287 2288 warn-code = 3DIGIT 2289 warn-agent = ( host [ ":" port ] ) | pseudonym 2290 ; the name or pseudonym of the server adding 2291 ; the Warning header, for use in debugging 2292 warn-text = quoted-string 2293 warn-date = <"> HTTP-date <"> 2294 2294 </artwork></figure> 2295 2295 <t>
Note: See TracChangeset
for help on using the changeset viewer.