Changeset 421 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 21/11/08 15:31:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r382 r421 1322 1322 </section> 1323 1323 1324 <section title="Collected ABNF" anchor="collected.abnf"> 1325 <figure> 1326 <artwork type="abnf" name="p4-conditional.parsed-abnf">ETag = "ETag:" OWS ETag-v
 1327 ETag-v = entity-tag
 1328 HTTP-date = <HTTP-date, defined in [Part1], Section 3.2.1>
 1329 If-Match = "If-Match:" OWS If-Match-v
 1330 If-Match-v = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS
 1331 entity-tag ] ) )
 1332 If-Modified-Since = "If-Modified-Since:" OWS If-Modified-Since-v
 1333 If-Modified-Since-v = HTTP-date
 1334 If-None-Match = "If-None-Match:" OWS If-None-Match-v
 1335 If-None-Match-v = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS
 1336 entity-tag ] ) )
 1337 If-Unmodified-Since = "If-Unmodified-Since:" OWS
 1338 If-Unmodified-Since-v
 1339 If-Unmodified-Since-v = HTTP-date
 1340 Last-Modified = "Last-Modified:" OWS Last-Modified-v
 1341 Last-Modified-v = HTTP-date
 1342 OWS = <OWS, defined in [Part1], Section 1.2.2>
 1343 entity-tag = [ weak ] opaque-tag
 1344 opaque-tag = quoted-string
 1345 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2>
 1346 weak = "W/"
 1347 ; ETag defined but not used
 1348 ; If-Match defined but not used
 1349 ; If-Modified-Since defined but not used
 1350 ; If-None-Match defined but not used
 1351 ; If-Unmodified-Since defined but not used
 1352 ; Last-Modified defined but not used
 1353 </artwork> 1354 </figure> 1355 </section> 1356 1324 1357 <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> 1325 1358 … … 1423 1456 <section title="Since draft-ietf-httpbis-p4-conditional-05" anchor="changes.since.05"> 1424 1457 <t> 1458 Ongoing work on ABNF conversion (<eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/36"/>): 1459 <list style="symbols"> 1460 <t> 1461 Add appendix containing collected and expanded ABNF. 1462 </t> 1463 </list> 1425 1464 </t> 1426 1465 </section>
Note: See TracChangeset
for help on using the changeset viewer.