Changeset 2041 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 08/12/12 08:00:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r2030 r2041 44 44 <!ENTITY status-codes "<xref target='Part2' x:rel='#status.codes' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 45 45 <!ENTITY status.2xx "<xref target='Part2' x:rel='#status.2xx' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 46 <!ENTITY transformations "<xref target='Part1' x:rel='#message.transformations' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 46 47 ]> 47 48 <?rfc toc="yes" ?> … … 1273 1274 <t> 1274 1275 The "no-transform" request directive indicates that an intermediary 1275 (whether or not it implements a cache) &MUST-NOT; change the 1276 <x:ref>Content-Encoding</x:ref>, <x:ref>Content-Range</x:ref> or 1277 <x:ref>Content-Type</x:ref> request header fields, nor the request 1278 representation. 1276 (whether or not it implements a cache) &MUST-NOT; transform the payload, 1277 as defined in &transformations;. 1279 1278 </t> 1280 1279 </section> … … 1493 1492 <t> 1494 1493 The "no-transform" response directive indicates that an intermediary 1495 (regardless of whether it implements a cache) &MUST-NOT; change the 1496 <x:ref>Content-Encoding</x:ref>, <x:ref>Content-Range</x:ref> or 1497 <x:ref>Content-Type</x:ref> response header fields, nor the response 1498 representation. 1494 (regardless of whether it implements a cache) &MUST-NOT; transform the 1495 payload, as defined in &transformations;. 1499 1496 </t> 1500 1497 </section>
Note: See TracChangeset
for help on using the changeset viewer.