Changes between Version 8 and Version 9 of HeaderFieldTypes
- Timestamp:
- 09/08/11 14:27:23 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HeaderFieldTypes
v8 v9 6 6 7 7 {{{ 8 BWS = <HTTPbis P1 BWS> 9 OWS = <HTTPbis P1 OWS> 10 8 11 token = <HTTPbis P1 token> 9 12 quoted-string = <HTTPbis P1 quoted-string> 10 13 11 14 word = token / quoted-string 12 13 BWS = <HTTPbis P1 BWS>14 15 15 16 param = token BWS "=" BWS word … … 19 20 20 21 === Parametrized String (PS) === 22 {{{ 23 thing = <TO BE DONE based on our use cases> 24 25 PS = thing *( OWS ";" OWS param ) 26 }}} 21 27 22 28 === List of Parametrized Strings (LPS) === 29 {{{ 30 LPS = #PS 31 }}} 32 23 33 24 34 == Categorization of existing fields ==