Changeset 224 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 24/02/08 11:25:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r212 r224 1550 1550 1551 1551 cache-directive = cache-request-directive 1552 1552 | cache-response-directive 1553 1553 1554 1554 cache-request-directive = 1555 1556 1557 1558 1559 1560 1561 1562 1555 "no-cache" ; <xref target="what.is.cacheable"/> 1556 | "no-store" ; <xref target="what.may.be.stored.by.caches"/> 1557 | "max-age" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/>, <xref format="counter" target="cache.revalidation.and.reload.controls"/> 1558 | "max-stale" [ "=" delta-seconds ] ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1559 | "min-fresh" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1560 | "no-transform" ; <xref target="no-transform.directive"/> 1561 | "only-if-cached" ; <xref target="cache.revalidation.and.reload.controls"/> 1562 | cache-extension ; <xref target="cache.control.extensions"/> 1563 1563 1564 1564 cache-response-directive = 1565 1566 1567 | "no-cache" [ "=" DQUOTE 1#field-name DQUOTE ]; <xref target="what.is.cacheable"/>1568 1569 1570 1571 1572 1573 1574 1565 "public" ; <xref target="what.is.cacheable"/> 1566 | "private" [ "=" DQUOTE 1#field-name DQUOTE ] ; <xref target="what.is.cacheable"/> 1567 | "no-cache" [ "=" DQUOTE 1#field-name DQUOTE ] ; <xref target="what.is.cacheable"/> 1568 | "no-store" ; <xref target="what.may.be.stored.by.caches"/> 1569 | "no-transform" ; <xref target="no-transform.directive"/> 1570 | "must-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/> 1571 | "proxy-revalidate" ; <xref target="cache.revalidation.and.reload.controls"/> 1572 | "max-age" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1573 | "s-maxage" "=" delta-seconds ; <xref target="modifications.of.the.basic.expiration.mechanism"/> 1574 | cache-extension ; <xref target="cache.control.extensions"/> 1575 1575 1576 1576 cache-extension = token [ "=" ( token | quoted-string ) ]
Note: See TracChangeset
for help on using the changeset viewer.