Changeset 1384 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 06/08/11 11:12:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1377 r1384 441 441 BWS ("bad" whitespace). 442 442 </t> 443 <t >443 <t anchor="rule.OWS"> 444 444 The OWS rule is used where zero or more linear whitespace octets might 445 445 appear. OWS &SHOULD; either not be produced or be produced as a single … … 448 448 forwarding the message downstream. 449 449 </t> 450 <t >450 <t anchor="rule.RWS"> 451 451 RWS is used when at least one linear whitespace octet is required to 452 452 separate field tokens. RWS &SHOULD; be produced as a single SP. … … 455 455 forwarding the message downstream. 456 456 </t> 457 <t >457 <t anchor="rule.BWS"> 458 458 BWS is used where the grammar allows optional whitespace for historical 459 459 reasons but senders &SHOULD-NOT; produce it in messages. HTTP/1.1
Note: See TracChangeset
for help on using the changeset viewer.