Changeset 427 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 22/11/08 18:21:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r425 r427 1380 1380 </section> 1381 1381 1382 <section title="Collected ABNF" anchor="collected.abnf"> 1383 <figure> 1384 <artwork type="abnf" name="p4-conditional.parsed-abnf">ETag = "ETag:" OWS ETag-v
 1385 ETag-v = entity-tag
 1386 HTTP-date = <HTTP-date, defined in [Part1], Section 3.2.1>
 1387 If-Match = "If-Match:" OWS If-Match-v
 1388 If-Match-v = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS
 1389 entity-tag ] ) )
 1390 If-Modified-Since = "If-Modified-Since:" OWS If-Modified-Since-v
 1391 If-Modified-Since-v = HTTP-date
 1392 If-None-Match = "If-None-Match:" OWS If-None-Match-v
 1393 If-None-Match-v = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS
 1394 entity-tag ] ) )
 1395 If-Unmodified-Since = "If-Unmodified-Since:" OWS
 1396 If-Unmodified-Since-v
 1397 If-Unmodified-Since-v = HTTP-date
 1398 Last-Modified = "Last-Modified:" OWS Last-Modified-v
 1399 Last-Modified-v = HTTP-date
 1400 OWS = <OWS, defined in [Part1], Section 1.2.2>
 1401 entity-tag = [ weak ] opaque-tag
 1402 opaque-tag = quoted-string
 1403 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2>
 1404 weak = "W/"
 1405 ; ETag defined but not used
 1406 ; If-Match defined but not used
 1407 ; If-Modified-Since defined but not used
 1408 ; If-None-Match defined but not used
 1409 ; If-Unmodified-Since defined but not used
 1410 ; Last-Modified defined but not used
 1382 <section xmlns:x="http://purl.org/net/xml2rfc/ext" title="Collected ABNF" anchor="collected.abnf"> 1383 <figure> 1384 <artwork type="abnf" name="p4-conditional.parsed-abnf"> 1385 <x:ref>ETag</x:ref> = "ETag:" OWS ETag-v 1386 <x:ref>ETag-v</x:ref> = entity-tag 1387 1388 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part1], Section 3.2.1> 1389 1390 <x:ref>If-Match</x:ref> = "If-Match:" OWS If-Match-v 1391 <x:ref>If-Match-v</x:ref> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS 1392 entity-tag ] ) ) 1393 <x:ref>If-Modified-Since</x:ref> = "If-Modified-Since:" OWS If-Modified-Since-v 1394 <x:ref>If-Modified-Since-v</x:ref> = HTTP-date 1395 <x:ref>If-None-Match</x:ref> = "If-None-Match:" OWS If-None-Match-v 1396 <x:ref>If-None-Match-v</x:ref> = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS 1397 entity-tag ] ) ) 1398 <x:ref>If-Unmodified-Since</x:ref> = "If-Unmodified-Since:" OWS 1399 If-Unmodified-Since-v 1400 <x:ref>If-Unmodified-Since-v</x:ref> = HTTP-date 1401 1402 <x:ref>Last-Modified</x:ref> = "Last-Modified:" OWS Last-Modified-v 1403 <x:ref>Last-Modified-v</x:ref> = HTTP-date 1404 1405 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2> 1406 1407 <x:ref>entity-tag</x:ref> = [ weak ] opaque-tag 1408 1409 <x:ref>opaque-tag</x:ref> = quoted-string 1410 1411 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2> 1412 1413 <x:ref>weak</x:ref> = "W/" 1414 1415 ; ETag defined but not used 1416 ; If-Match defined but not used 1417 ; If-Modified-Since defined but not used 1418 ; If-None-Match defined but not used 1419 ; If-Unmodified-Since defined but not used 1420 ; Last-Modified defined but not used 1421 1422 1411 1423 </artwork> 1412 1424 </figure> 1413 1425 </section> 1414 1426
Note: See TracChangeset
for help on using the changeset viewer.