Changeset 401 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 15/11/08 19:52:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r400 r401 336 336 OCTET (any 8-bit sequence of data), SP (space), 337 337 VCHAR (any visible <xref target="USASCII"/> character), 338 and WSP (white 338 and WSP (whitespace). 339 339 </t> 340 340 … … 397 397 </t> 398 398 <t> 399 The OWS rule is used where zero or more linear white 399 The OWS rule is used where zero or more linear whitespace characters may 400 400 appear. OWS &SHOULD; either not be produced or be produced as a single SP 401 401 character. Multiple OWS characters that occur within field-content &SHOULD; … … 404 404 </t> 405 405 <t> 406 RWS is used when at least one linear white 406 RWS is used when at least one linear whitespace character is required to 407 407 separate field tokens. RWS &SHOULD; be produced as a single SP character. 408 408 Multiple RWS characters that occur within field-content &SHOULD; be … … 424 424 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="OWS"/><iref primary="true" item="Grammar" subitem="RWS"/><iref primary="true" item="Grammar" subitem="BWS"/> 425 425 <x:ref>OWS</x:ref> = *( [ obs-fold ] <x:ref>WSP</x:ref> ) 426 ; "optional" white 426 ; "optional" whitespace 427 427 <x:ref>RWS</x:ref> = 1*( [ obs-fold ] <x:ref>WSP</x:ref> ) 428 ; "required" white 428 ; "required" whitespace 429 429 <x:ref>BWS</x:ref> = <x:ref>OWS</x:ref> 430 ; "bad" white 430 ; "bad" whitespace 431 431 <x:ref>obs-fold</x:ref> = <x:ref>CRLF</x:ref> 432 432 </artwork></figure> … … 1120 1120 identify themselves by software name and version. Most fields using 1121 1121 product tokens also allow sub-products which form a significant part 1122 of the application to be listed, separated by white 1122 of the application to be listed, separated by whitespace. By 1123 1123 convention, the products are listed in order of their significance 1124 1124 for identifying the application. … … 1231 1231 </t> 1232 1232 <t> 1233 The field value &MAY; be preceded by optional white 1233 The field value &MAY; be preceded by optional whitespace; a single SP is 1234 1234 preferred. The field-value does not include any leading or trailing white 1235 1235 space: OWS occurring before the first non-whitespace character of the … … 4092 4092 </t> 4093 4093 <t> 4094 Rules about implicit linear white 4094 Rules about implicit linear whitespace between certain grammar productions 4095 4095 have been removed; now it's only allowed when specifically pointed out 4096 4096 in the ABNF. The NUL character is no longer allowed in comment and quoted-string
Note: See TracChangeset
for help on using the changeset viewer.