Changeset 334 for draft-ietf-httpbis/latest/p4-conditional.html
- Timestamp:
- 05/11/08 14:50:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r331 r334 473 473 <tr> 474 474 <td class="header left"></td> 475 <td class="header right">November 1, 2008</td>475 <td class="header right">November 5, 2008</td> 476 476 </tr> 477 477 </table> … … 853 853 case, the value "*" matches any current entity of the resource. 854 854 </p> 855 <div id="rfc.figure.u.6"></div><pre class="inline"><span id="rfc.iref.g.5"></span> <a href="#header.if-match" class="smpl">If-Match</a> = "If-Match" ":" ( "*" |1#<a href="#entity.tags" class="smpl">entity-tag</a> )855 <div id="rfc.figure.u.6"></div><pre class="inline"><span id="rfc.iref.g.5"></span> <a href="#header.if-match" class="smpl">If-Match</a> = "If-Match" ":" ( "*" / 1#<a href="#entity.tags" class="smpl">entity-tag</a> ) 856 856 </pre><p id="rfc.section.7.2.p.3">If any of the entity tags match the entity tag of the entity that would have been returned in the response to a similar GET 857 857 request (without the If-Match header) on that resource, or if "*" is given and any current entity exists for that resource, … … 933 933 </p> 934 934 <p id="rfc.section.7.4.p.2">As a special case, the value "*" matches any current entity of the resource.</p> 935 <div id="rfc.figure.u.10"></div><pre class="inline"><span id="rfc.iref.g.7"></span> <a href="#header.if-none-match" class="smpl">If-None-Match</a> = "If-None-Match" ":" ( "*" |1#<a href="#entity.tags" class="smpl">entity-tag</a> )935 <div id="rfc.figure.u.10"></div><pre class="inline"><span id="rfc.iref.g.7"></span> <a href="#header.if-none-match" class="smpl">If-None-Match</a> = "If-None-Match" ":" ( "*" / 1#<a href="#entity.tags" class="smpl">entity-tag</a> ) 936 936 </pre><p id="rfc.section.7.4.p.4">If any of the entity tags match the entity tag of the entity that would have been returned in the response to a similar GET 937 937 request (without the If-None-Match header) on that resource, or if "*" is given and any current entity exists for that resource, … … 1173 1173 </ul> 1174 1174 <h2 id="rfc.section.B.6"><a href="#rfc.section.B.6">B.6</a> <a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-p4-conditional-04</a></h2> 1175 <p id="rfc.section.B.6.p.1">Ongoing work on ABNF conversion (<<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/36">http://tools.ietf.org/wg/httpbis/trac/ticket/36</a>>): 1176 </p> 1177 <ul> 1178 <li>Use "/" instead of "|" for alternatives.</li> 1179 </ul> 1175 1180 <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1> 1176 1181 <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the
Note: See TracChangeset
for help on using the changeset viewer.