Changeset 224 for draft-ietf-httpbis/02/draft-ietf-httpbis-p6-cache-02.xml
- Timestamp:
- 24/02/08 11:25:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/02/draft-ietf-httpbis-p6-cache-02.xml
r219 r224 1521 1521 1522 1522 cache-directive = cache-request-directive 1523 1523 | cache-response-directive 1524 1524 1525 1525 cache-request-directive = 1526 1527 1528 1529 1530 1531 1532 1533 1526 "no-cache" ; Section 16.2.1 1527 | "no-store" ; Section 16.2.2 1528 | "max-age" "=" delta-seconds ; Section 16.2.3, 16.2.4 1529 | "max-stale" [ "=" delta-seconds ] ; Section 16.2.3 1530 | "min-fresh" "=" delta-seconds ; Section 16.2.3 1531 | "no-transform" ; Section 16.2.5 1532 | "only-if-cached" ; Section 16.2.4 1533 | cache-extension ; Section 16.2.6 1534 1534 1535 1535 cache-response-directive = 1536 1537 1538 | "no-cache" [ "=" DQUOTE 1#field-name DQUOTE ]; Section 16.2.11539 1540 1541 1542 1543 1544 1545 1536 "public" ; Section 16.2.1 1537 | "private" [ "=" DQUOTE 1#field-name DQUOTE ] ; Section 16.2.1 1538 | "no-cache" [ "=" DQUOTE 1#field-name DQUOTE ] ; Section 16.2.1 1539 | "no-store" ; Section 16.2.2 1540 | "no-transform" ; Section 16.2.5 1541 | "must-revalidate" ; Section 16.2.4 1542 | "proxy-revalidate" ; Section 16.2.4 1543 | "max-age" "=" delta-seconds ; Section 16.2.3 1544 | "s-maxage" "=" delta-seconds ; Section 16.2.3 1545 | cache-extension ; Section 16.2.6 1546 1546 1547 1547 cache-extension = token [ "=" ( token | quoted-string ) ]
Note: See TracChangeset
for help on using the changeset viewer.