Changes between Version 5 and Version 6 of HeaderFieldTypes
- Timestamp:
- 09/08/11 13:45:06 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HeaderFieldTypes
v5 v6 2 2 3 3 (for brainstorming around issue [http://trac.tools.ietf.org/wg/httpbis/trac/ticket/266 ticket #266]) 4 5 == Base ABNF rules == 6 7 {{{ 8 token = <[HTTPbis P1 token]> 9 quoted-string = <[HTTPbis P1 quoted-string]> 10 11 word = token / quoted-string 12 13 BWS = <[HTTPbis P1 BWS]> 14 15 param = token BWS "=" BWS word 16 }}} 4 17 5 18 == Categories ==