Changeset 2216 for draft-ietf-httpbis/latest
- Timestamp:
- 31/03/13 15:49:31 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r2207 r2216 449 449 } 450 450 @bottom-center { 451 content: "Expires September 19, 2013";451 content: "Expires October 2, 2013"; 452 452 } 453 453 @bottom-right { … … 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2013-03- 18">493 <meta name="dct.issued" scheme="ISO8601" content="2013-03-31"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 495 495 <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."> … … 517 517 </tr> 518 518 <tr> 519 <td class="left">Expires: September 19, 2013</td>520 <td class="right">March 18, 2013</td>519 <td class="left">Expires: October 2, 2013</td> 520 <td class="right">March 31, 2013</td> 521 521 </tr> 522 522 </tbody> … … 545 545 in progress”. 546 546 </p> 547 <p>This Internet-Draft will expire on September 19, 2013.</p>547 <p>This Internet-Draft will expire on October 2, 2013.</p> 548 548 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 549 549 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1044 1044 <div id="rfc.iref.21"></div> 1045 1045 <h2 id="rfc.section.4.1"><a href="#rfc.section.4.1">4.1</a> <a id="status.304" href="#status.304">304 Not Modified</a></h2> 1046 <p id="rfc.section.4.1.p.1">The <dfn>304 (Not Modified)</dfn> status code indicates that a conditional GET request has been received and would have resulted in a <a href="p2-semantics.html#status.200" class="smpl">200 (OK)</a> response if it were not for the fact that the condition has evaluated to false. In other words, there is no need for the server1046 <p id="rfc.section.4.1.p.1">The <dfn>304 (Not Modified)</dfn> status code indicates that a conditional GET or HEAD request has been received and would have resulted in a <a href="p2-semantics.html#status.200" class="smpl">200 (OK)</a> response if it were not for the fact that the condition has evaluated to false. In other words, there is no need for the server 1047 1047 to transfer a representation of the target resource because the request indicates that the client, which made the request 1048 1048 conditional, already has a valid representation; the server is therefore redirecting the client to make use of that stored -
draft-ietf-httpbis/latest/p4-conditional.xml
r2207 r2216 889 889 <x:anchor-alias value="304 (Not Modified)"/> 890 890 <t> 891 The <x:dfn>304 (Not Modified)</x:dfn> status code indicates that a conditional GET request has been 891 The <x:dfn>304 (Not Modified)</x:dfn> status code indicates that a 892 conditional GET or HEAD request has been 892 893 received and would have resulted in a <x:ref>200 (OK)</x:ref> response 893 894 if it were not for the fact that the condition has evaluated to false.
Note: See TracChangeset
for help on using the changeset viewer.