Changeset 2367 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 03/09/13 22:21:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2365 r2367 446 446 } 447 447 @bottom-center { 448 content: "Expires March 5, 2014";448 content: "Expires March 7, 2014"; 449 449 } 450 450 @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-p2-semantics-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2013-09-0 1">493 <meta name="dct.issued" scheme="ISO8601" content="2013-09-03"> 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 the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 519 519 <tr> 520 520 <td class="left">Intended status: Standards Track</td> 521 <td class="right">September 1, 2013</td>521 <td class="right">September 3, 2013</td> 522 522 </tr> 523 523 <tr> 524 <td class="left">Expires: March 5, 2014</td>524 <td class="left">Expires: March 7, 2014</td> 525 525 <td class="right"></td> 526 526 </tr> … … 550 550 in progress”. 551 551 </p> 552 <p>This Internet-Draft will expire on March 5, 2014.</p>552 <p>This Internet-Draft will expire on March 7, 2014.</p> 553 553 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 554 554 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1762 1762 of a comparison between a set of validators obtained from prior representations of the target resource to the current state 1763 1763 of validators for the <a href="#representations" class="smpl">selected representation</a> (<a href="#response.validator" title="Validator Header Fields">Section 7.2</a>). Hence, these preconditions evaluate whether the state of the target resource has changed since a given state known by the 1764 client. The effect of such an evaluation depends on the method semantics and choice of conditional, as defined in <a href="p4-conditional.html# precedence" title="Precedence">Section 6</a> of <a href="#Part4" id="rfc.xref.Part4.4"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[Part4]</cite></a>.1764 client. The effect of such an evaluation depends on the method semantics and choice of conditional, as defined in <a href="p4-conditional.html#evaluation" title="Evaluation">Section 5</a> of <a href="#Part4" id="rfc.xref.Part4.4"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests">[Part4]</cite></a>. 1765 1765 </p> 1766 1766 <div id="rfc.table.u.4"> … … 4779 4779 <li><em>Section 4.1</em> <a href="#rfc.xref.Part4.10">6.1</a></li> 4780 4780 <li><em>Section 4.2</em> <a href="#rfc.xref.Part4.11">6.1</a></li> 4781 <li><em>Section 6</em> <a href="#rfc.xref.Part4.4">5.2</a></li>4781 <li><em>Section 5</em> <a href="#rfc.xref.Part4.4">5.2</a></li> 4782 4782 </ul> 4783 4783 </li>
Note: See TracChangeset
for help on using the changeset viewer.