Changeset 1235 for draft-ietf-httpbis/latest/httpbis.abnf
- Timestamp:
- 30/03/11 09:16:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r1234 r1235 9 9 Accept-Ranges = acceptable-ranges 10 10 Age = delta-seconds 11 Allow = "Allow:" OWS Allow-v 12 Allow-v = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 11 Allow = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 13 12 Authorization = credentials 14 13 BWS = OWS … … 28 27 Date-v = HTTP-date 29 28 ETag = entity-tag 30 Expect = "Expect:" OWS Expect-v 31 Expect-v = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) 29 Expect = *( "," OWS ) expectation *( OWS "," [ OWS expectation ] ) 32 30 Expires = HTTP-date 33 From = "From:" OWS From-v 34 From-v = mailbox 31 From = mailbox 35 32 GMT = %x47.4D.54 ; GMT 36 33 … … 48 45 If-Unmodified-Since = HTTP-date 49 46 Last-Modified = HTTP-date 50 Location = "Location:" OWS Location-v 51 Location-v = URI-reference 47 Location = URI-reference 52 48 MIME-Version = 1*DIGIT "." 1*DIGIT 53 Max-Forwards = "Max-Forwards:" OWS Max-Forwards-v 54 Max-Forwards-v = 1*DIGIT 49 Max-Forwards = 1*DIGIT 55 50 Method = token 56 51 OWS = *( [ obs-fold ] WSP ) … … 61 56 Range = byte-ranges-specifier / other-ranges-specifier 62 57 Reason-Phrase = *( WSP / VCHAR / obs-text ) 63 Referer = "Referer:" OWS Referer-v 64 Referer-v = absolute-URI / partial-URI 58 Referer = absolute-URI / partial-URI 65 59 Request = Request-Line *( header-field CRLF ) CRLF [ message-body ] 66 60 Request-Line = Method SP request-target SP HTTP-Version CRLF 67 61 Response = Status-Line *( header-field CRLF ) CRLF [ message-body ] 68 Retry-After = "Retry-After:" OWS Retry-After-v 69 Retry-After-v = HTTP-date / delta-seconds 70 Server = "Server:" OWS Server-v 71 Server-v = product *( RWS ( product / comment ) ) 62 Retry-After = HTTP-date / delta-seconds 63 Server = product *( RWS ( product / comment ) ) 72 64 Status-Code = 3DIGIT 73 65 Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF … … 81 73 Upgrade = "Upgrade:" OWS Upgrade-v 82 74 Upgrade-v = *( "," OWS ) product *( OWS "," [ OWS product ] ) 83 User-Agent = "User-Agent:" OWS User-Agent-v 84 User-Agent-v = product *( RWS ( product / comment ) ) 75 User-Agent = product *( RWS ( product / comment ) ) 85 76 Vary = "*" / ( *( "," OWS ) field-name *( OWS "," [ OWS field-name ] ) ) 86 77 Via = "Via:" OWS Via-v
Note: See TracChangeset
for help on using the changeset viewer.