Changeset 154 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 05/01/08 14:13:28 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r153 r154 1615 1615 cache-response-directive = 1616 1616 "public" ; <xref target="what.is.cacheable"/> 1617 | "private" [ "=" <"> 1#field-name <">] ; <xref target="what.is.cacheable"/>1618 | "no-cache" [ "=" <"> 1#field-name <">]; <xref target="what.is.cacheable"/>1617 | "private" [ "=" DQUOTE 1#field-name DQUOTE ] ; <xref target="what.is.cacheable"/> 1618 | "no-cache" [ "=" DQUOTE 1#field-name DQUOTE ]; <xref target="what.is.cacheable"/> 1619 1619 | "no-store" ; <xref target="what.may.be.stored.by.caches"/> 1620 1620 | "no-transform" ; <xref target="no-transform.directive"/> … … 2297 2297 ; the Warning header, for use in debugging 2298 2298 warn-text = quoted-string 2299 warn-date = <"> HTTP-date <">2299 warn-date = DQUOTE HTTP-date DQUOTE 2300 2300 </artwork></figure> 2301 2301 <t> … … 2921 2921 </list> 2922 2922 </t> 2923 <t> 2924 Other changes: 2925 <list style="symbols"> 2926 <t> 2927 Use names of RFC4234 core rules DQUOTE and HTAB (work in progress on <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>) 2928 </t> 2929 </list> 2930 </t> 2923 2931 </section> 2924 2932
Note: See TracChangeset
for help on using the changeset viewer.