Changeset 1754 for draft-ietf-httpbis
- Timestamp:
- 10/07/12 00:36:45 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r1753 r1754 839 839 negative results (e.g., <a href="p2-semantics.html#status.404" class="smpl">404 (Not 840 840 Found)</a>, incomplete results (e.g., <a href="p5-range.html#status.206" class="smpl">206 (Partial 841 Content)</a>), and responses to safe methods other than GET if the method's definition allows such caching and defines something suitable842 foruse as a cache key.841 Content)</a>), and responses to methods other than GET if the method's definition allows such caching and defines something suitable for 842 use as a cache key. 843 843 </p> 844 844 <p id="rfc.section.2.p.3">The default <dfn>cache key</dfn> consists of the request method and target URI. However, since HTTP caches in common use today are typically limited to caching -
draft-ietf-httpbis/latest/p6-cache.xml
r1753 r1754 437 437 it is also possible to cache negative results (e.g., <x:ref>404 (Not 438 438 Found)</x:ref>, incomplete results (e.g., <x:ref>206 (Partial 439 Content)</x:ref>), and responses to safe methods other than GET if the440 method's definition allows such caching and defines something suitable for441 use as acache key.439 Content)</x:ref>), and responses to methods other than GET if the method's 440 definition allows such caching and defines something suitable for use as a 441 cache key. 442 442 </t> 443 443 <t>
Note: See TracChangeset
for help on using the changeset viewer.