Changeset 427 for draft-ietf-httpbis/latest/p4-conditional.html
- Timestamp:
- 22/11/08 18:21:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.html
r425 r427 473 473 <tr> 474 474 <td class="header left"></td> 475 <td class="header right">November 2 1, 2008</td>475 <td class="header right">November 22, 2008</td> 476 476 </tr> 477 477 </table> … … 1153 1153 </p> 1154 1154 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="collected.abnf" href="#collected.abnf">Collected ABNF</a></h1> 1155 <div id="rfc.figure.u.16"></div> <pre class="inline">ETag = "ETag:" OWS ETag-v 1156 ETag-v = entity-tag 1157 HTTP-date = <HTTP-date, defined in [Part1], Section 3.2.1> 1158 If-Match = "If-Match:" OWS If-Match-v 1159 If-Match-v = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS 1155 <div id="rfc.figure.u.16"></div> <pre class="inline"><a href="#header.etag" class="smpl">ETag</a> = "ETag:" OWS ETag-v 1156 <a href="#header.etag" class="smpl">ETag-v</a> = entity-tag 1157 1158 <a href="#abnf.dependencies" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part1], Section 3.2.1> 1159 1160 <a href="#header.if-match" class="smpl">If-Match</a> = "If-Match:" OWS If-Match-v 1161 <a href="#header.if-match" class="smpl">If-Match-v</a> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS 1160 1162 entity-tag ] ) ) 1161 If-Modified-Since= "If-Modified-Since:" OWS If-Modified-Since-v1162 If-Modified-Since-v= HTTP-date1163 If-None-Match= "If-None-Match:" OWS If-None-Match-v1164 If-None-Match-v= "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS1163 <a href="#header.if-modified-since" class="smpl">If-Modified-Since</a> = "If-Modified-Since:" OWS If-Modified-Since-v 1164 <a href="#header.if-modified-since" class="smpl">If-Modified-Since-v</a> = HTTP-date 1165 <a href="#header.if-none-match" class="smpl">If-None-Match</a> = "If-None-Match:" OWS If-None-Match-v 1166 <a href="#header.if-none-match" class="smpl">If-None-Match-v</a> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS 1165 1167 entity-tag ] ) ) 1166 If-Unmodified-Since= "If-Unmodified-Since:" OWS1168 <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> = "If-Unmodified-Since:" OWS 1167 1169 If-Unmodified-Since-v 1168 If-Unmodified-Since-v = HTTP-date 1169 Last-Modified = "Last-Modified:" OWS Last-Modified-v 1170 Last-Modified-v = HTTP-date 1171 OWS = <OWS, defined in [Part1], Section 1.2.2> 1172 entity-tag = [ weak ] opaque-tag 1173 opaque-tag = quoted-string 1174 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2> 1175 weak = "W/" 1170 <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since-v</a> = HTTP-date 1171 1172 <a href="#header.last-modified" class="smpl">Last-Modified</a> = "Last-Modified:" OWS Last-Modified-v 1173 <a href="#header.last-modified" class="smpl">Last-Modified-v</a> = HTTP-date 1174 1175 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2> 1176 1177 <a href="#entity.tags" class="smpl">entity-tag</a> = [ weak ] opaque-tag 1178 1179 <a href="#entity.tags" class="smpl">opaque-tag</a> = quoted-string 1180 1181 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 1.2.2> 1182 1183 <a href="#entity.tags" class="smpl">weak</a> = "W/" 1184 1176 1185 ; ETag defined but not used 1177 1186 ; If-Match defined but not used … … 1180 1189 ; If-Unmodified-Since defined but not used 1181 1190 ; Last-Modified defined but not used 1191 1192 1182 1193 </pre> <h1 id="rfc.section.C"><a href="#rfc.section.C">C.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 1183 1194 <h2 id="rfc.section.C.1"><a href="#rfc.section.C.1">C.1</a> Since RFC2616
Note: See TracChangeset
for help on using the changeset viewer.