Changeset 1233 for draft-ietf-httpbis/latest/httpbis.abnf
- Timestamp:
- 30/03/11 07:07:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r1232 r1233 36 36 Date = "Date:" OWS Date-v 37 37 Date-v = HTTP-date 38 ETag = "ETag:" OWS ETag-v 39 ETag-v = entity-tag 38 ETag = entity-tag 40 39 Expect = "Expect:" OWS Expect-v 41 40 Expect-v = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) … … 52 51 Host = "Host:" OWS Host-v 53 52 Host-v = uri-host [ ":" port ] 54 If-Match = "If-Match:" OWS If-Match-v 55 If-Match-v = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS entity-tag ] ) ) 56 If-Modified-Since = "If-Modified-Since:" OWS If-Modified-Since-v 57 If-Modified-Since-v = HTTP-date 58 If-None-Match = "If-None-Match:" OWS If-None-Match-v 59 If-None-Match-v = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS entity-tag ] ) ) 53 If-Match = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS entity-tag ] ) ) 54 If-Modified-Since = HTTP-date 55 If-None-Match = "*" / ( *( "," OWS ) entity-tag *( OWS "," [ OWS entity-tag ] ) ) 60 56 If-Range = entity-tag / HTTP-date 61 If-Unmodified-Since = "If-Unmodified-Since:" OWS If-Unmodified-Since-v 62 If-Unmodified-Since-v = HTTP-date 63 Last-Modified = "Last-Modified:" OWS Last-Modified-v 64 Last-Modified-v = HTTP-date 57 If-Unmodified-Since = HTTP-date 58 Last-Modified = HTTP-date 65 59 Location = "Location:" OWS Location-v 66 60 Location-v = URI-reference
Note: See TracChangeset
for help on using the changeset viewer.