Changeset 1224 for draft-ietf-httpbis
- Timestamp:
- 28/03/11 14:48:16 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r1223 r1224 604 604 client. 605 605 </p> 606 <p id="rfc.section.1.p.2"> We use the term "selected representation" to refer to the current representation of the target resource that would have been606 <p id="rfc.section.1.p.2"><span id="rfc.iref.s.1"></span> We use the term "selected representation" to refer to the current representation of the target resource that would have been 607 607 selected and sent as payload in a 200 (OK) response if the same request had used the method GET and had excluded all of the 608 608 conditional request header fields. The conditions found within conditional requests are evaluated on the basis of either the … … 696 696 </div> 697 697 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="status.code.definitions" href="#status.code.definitions">Status Code Definitions</a></h1> 698 <div id="rfc.iref. 3"></div>699 <div id="rfc.iref.s. 1"></div>698 <div id="rfc.iref.4"></div> 699 <div id="rfc.iref.s.2"></div> 700 700 <h2 id="rfc.section.3.1"><a href="#rfc.section.3.1">3.1</a> <a id="status.304" href="#status.304">304 Not Modified</a></h2> 701 701 <p id="rfc.section.3.1.p.1">The 304 status code indicates that a conditional GET request has been received and would have resulted in a 200 (OK) response … … 718 718 <p id="rfc.section.3.1.p.5">If a cache uses a received 304 response to update a cache entry, the cache <em class="bcp14">MUST</em> update the entry to reflect any new field values given in the response. 719 719 </p> 720 <div id="rfc.iref. 4"></div>721 <div id="rfc.iref.s. 2"></div>720 <div id="rfc.iref.5"></div> 721 <div id="rfc.iref.s.3"></div> 722 722 <h2 id="rfc.section.3.2"><a href="#rfc.section.3.2">3.2</a> <a id="status.412" href="#status.412">412 Precondition Failed</a></h2> 723 723 <p id="rfc.section.3.2.p.1">The 412 status code indicates that one or more preconditions given in the request header fields evaluated to false when tested … … 1385 1385 <ul class="ind"> 1386 1386 <li><a id="rfc.index.3" href="#rfc.index.3"><b>3</b></a><ul> 1387 <li>304 Not Modified (status code) <a href="#rfc.iref. 3"><b>3.1</b></a>, <a href="#rfc.xref.status.304.1">7.1</a></li>1387 <li>304 Not Modified (status code) <a href="#rfc.iref.4"><b>3.1</b></a>, <a href="#rfc.xref.status.304.1">7.1</a></li> 1388 1388 </ul> 1389 1389 </li> 1390 1390 <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul> 1391 <li>412 Precondition Failed (status code) <a href="#rfc.iref. 4"><b>3.2</b></a>, <a href="#rfc.xref.status.412.1">7.1</a></li>1391 <li>412 Precondition Failed (status code) <a href="#rfc.iref.5"><b>3.2</b></a>, <a href="#rfc.xref.status.412.1">7.1</a></li> 1392 1392 </ul> 1393 1393 </li> … … 1476 1476 </li> 1477 1477 <li><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul> 1478 <li>selected representation <a href="#rfc.iref.s.1"><b>1</b></a></li> 1478 1479 <li>Status Codes 1479 1480 <ul> 1480 <li>304 Not Modified <a href="#rfc.iref.s. 1"><b>3.1</b></a>, <a href="#rfc.xref.status.304.1">7.1</a></li>1481 <li>412 Precondition Failed <a href="#rfc.iref.s. 2"><b>3.2</b></a>, <a href="#rfc.xref.status.412.1">7.1</a></li>1481 <li>304 Not Modified <a href="#rfc.iref.s.2"><b>3.1</b></a>, <a href="#rfc.xref.status.304.1">7.1</a></li> 1482 <li>412 Precondition Failed <a href="#rfc.iref.s.3"><b>3.2</b></a>, <a href="#rfc.xref.status.412.1">7.1</a></li> 1482 1483 </ul> 1483 1484 </li> -
draft-ietf-httpbis/latest/p4-conditional.xml
r1223 r1224 224 224 resource that has been changed unbeknownst to the requesting client. 225 225 </t> 226 <t> 226 <t><iref primary="true" item="selected representation"/> 227 227 We use the term "selected representation" to refer to the current 228 228 representation of the target resource that would have been selected
Note: See TracChangeset
for help on using the changeset viewer.