Changeset 1546 for draft-ietf-httpbis/latest/httpbis.abnf
- Timestamp:
- 21/02/12 07:26:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/httpbis.abnf
r1538 r1546 44 44 Max-Forwards = 1*DIGIT 45 45 Method = token 46 OWS = *( SP / HTAB / obs-fold)46 OWS = *( SP / HTAB ) 47 47 Pragma = *( "," OWS ) pragma-directive *( OWS "," [ OWS pragma-directive ] ) 48 48 Proxy-Authenticate = *( "," OWS ) challenge *( OWS "," [ OWS challenge ] ) 49 49 Proxy-Authorization = credentials 50 RWS = 1*( SP / HTAB / obs-fold)50 RWS = 1*( SP / HTAB ) 51 51 Range = byte-ranges-specifier / other-ranges-specifier 52 52 Reason-Phrase = *( HTAB / SP / VCHAR / obs-text )
Note: See TracChangeset
for help on using the changeset viewer.