Changeset 2473
- Timestamp:
- 05/11/13 00:29:53 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r2461 r2473 445 445 } 446 446 @bottom-center { 447 content: "Expires May 5, 2014";447 content: "Expires May 8, 2014"; 448 448 } 449 449 @bottom-right { … … 488 488 <meta name="dct.creator" content="Reschke, J. F."> 489 489 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 490 <meta name="dct.issued" scheme="ISO8601" content="2013-11-0 1">490 <meta name="dct.issued" scheme="ISO8601" content="2013-11-04"> 491 491 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 492 492 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP/1.1 conditional requests, including metadata header fields for indicating state changes, request header fields for making preconditions on such state, and rules for constructing the responses to a conditional request when one or more preconditions evaluate to false."> … … 514 514 </tr> 515 515 <tr> 516 <td class="left">Expires: May 5, 2014</td>517 <td class="right">November 1, 2013</td>516 <td class="left">Expires: May 8, 2014</td> 517 <td class="right">November 4, 2013</td> 518 518 </tr> 519 519 </tbody> … … 543 543 in progress”. 544 544 </p> 545 <p>This Internet-Draft will expire on May 5, 2014.</p>545 <p>This Internet-Draft will expire on May 8, 2014.</p> 546 546 </div> 547 547 <div id="rfc.copyrightnotice"> … … 675 675 <p id="rfc.section.2.1.p.3">A strong validator might change for other reasons, such as when a semantically significant part of the representation metadata 676 676 is changed (e.g., <a href="p2-semantics.html#header.content-type" class="smpl">Content-Type</a>), but it is in the best interests of the origin server to only change the value when it is necessary to invalidate the stored 677 responses held by remote caches and authoring tools. A strong validator is unique across all representations of a given resource, 678 such that no two representations of that resource can share the same validator unless their representation data is identical. 677 responses held by remote caches and authoring tools. 679 678 </p> 680 679 <p id="rfc.section.2.1.p.4">Cache entries might persist for arbitrarily long periods, regardless of expiration times. Thus, a cache might attempt to validate -
draft-ietf-httpbis/latest/p4-conditional.xml
r2461 r2473 217 217 (e.g., <x:ref>Content-Type</x:ref>), but it is in the best interests of the 218 218 origin server to only change the value when it is necessary to invalidate 219 the stored responses held by remote caches and authoring tools. A strong 220 validator is unique across all representations of a given resource, such 221 that no two representations of that resource can share the same validator 222 unless their representation data is identical. 219 the stored responses held by remote caches and authoring tools. 223 220 </t> 224 221 <t>
Note: See TracChangeset
for help on using the changeset viewer.