Changeset 1895 for draft-ietf-httpbis/latest/p4-conditional.html
- Timestamp:
- 15/09/12 09:36:21 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r1894 r1895 1063 1063 <h1 id="rfc.section.4"><a href="#rfc.section.4">4.</a> <a id="status.code.definitions" href="#status.code.definitions">Status Code Definitions</a></h1> 1064 1064 <div id="rfc.iref.21"></div> 1065 <div id="rfc.iref.s.2"></div>1066 1065 <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> 1067 1066 <p id="rfc.section.4.1.p.1">The 304 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 server … … 1083 1082 <p id="rfc.section.4.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. 1084 1083 </p> 1085 <div id="rfc.iref.22"></div> 1086 <div id="rfc.iref.s.3"></div> 1084 <div id="rfc.iref.21"></div> 1087 1085 <h2 id="rfc.section.4.2"><a href="#rfc.section.4.2">4.2</a> <a id="status.412" href="#status.412">412 Precondition Failed</a></h2> 1088 1086 <p id="rfc.section.4.2.p.1">The 412 status code indicates that one or more preconditions given in the request header fields evaluated to false when tested … … 1386 1384 </li> 1387 1385 <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul> 1388 <li>412 Precondition Failed (status code) <a href="#rfc.iref.2 2"><b>4.2</b></a>, <a href="#rfc.xref.status.412.1">6.1</a></li>1386 <li>412 Precondition Failed (status code) <a href="#rfc.iref.21"><b>4.2</b></a>, <a href="#rfc.xref.status.412.1">6.1</a></li> 1389 1387 </ul> 1390 1388 </li> … … 1466 1464 <li><a id="rfc.index.S" href="#rfc.index.S"><b>S</b></a><ul> 1467 1465 <li>selected representation <a href="#rfc.iref.s.1"><b>1</b></a></li> 1468 <li>Status Codes 1469 <ul>1470 <li>304 Not Modified <a href="#rfc.iref.s.2"><b>4.1</b></a>, <a href="#rfc.xref.status.304.1">6.1</a></li>1471 <li>412 Precondition Failed <a href="#rfc.iref.s.3"><b>4.2</b></a>, <a href="#rfc.xref.status.412.1">6.1</a></li>1472 </ul>1473 </li>1474 1466 </ul> 1475 1467 </li>
Note: See TracChangeset
for help on using the changeset viewer.