Changeset 463
- Timestamp:
- 02/03/09 13:37:54 (13 years ago)
- Location:
- draft-ietf-httpbis/latest-roy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest-roy/p6-cache.html
r462 r463 1178 1178 an otherwise private response in their shared cache(s) could do so by including 1179 1179 </p> 1180 <div id="rfc.figure.u.12"></div> <pre class="text"> 1180 <div id="rfc.figure.u.12"></div> <pre class="text"> Cache-Control: private, community="UCI" 1181 1181 </pre> <p id="rfc.section.3.2.3.p.5">A cache seeing this header field will act correctly even if the cache does not understand the community cache-extension, since 1182 1182 it will also see and understand the private directive and thus default to the safe behavior. … … 1199 1199 <a href="#header.expires" class="smpl">Expires-v</a> = <a href="#abnf.dependencies" class="smpl">HTTP-date</a> 1200 1200 </pre><p id="rfc.section.3.3.p.5">For example</p> 1201 <div id="rfc.figure.u.14"></div> <pre class="text"> 1201 <div id="rfc.figure.u.14"></div> <pre class="text"> Expires: Thu, 01 Dec 1994 16:00:00 GMT 1202 1202 </pre> <p id="rfc.section.3.3.p.7"> </p> 1203 1203 <dl class="empty"> -
draft-ietf-httpbis/latest-roy/p6-cache.xml
r462 r463 1076 1076 <figure> 1077 1077 <artwork type="example"> 1078 1078 Cache-Control: private, community="UCI" 1079 1079 </artwork> 1080 1080 </figure> … … 1109 1109 <figure> 1110 1110 <artwork type="example"> 1111 1111 Expires: Thu, 01 Dec 1994 16:00:00 GMT 1112 1112 </artwork> 1113 1113 </figure>
Note: See TracChangeset
for help on using the changeset viewer.