Changeset 1404 for draft-ietf-httpbis
- Timestamp:
- 23/08/11 22:39:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1401 r1404 445 445 RWS is used when at least one linear whitespace octet is required to 446 446 separate field tokens. RWS &SHOULD; be produced as a single SP. 447 Multiple RWS octets octets that occur within field-content &SHOULD; either 448 be replaced with a single SP or transformed to all SP octets (each WSP 449 octet other than SP replaced with SP) before interpreting the field value 450 or forwarding the message downstream. 447 Multiple RWS octets that occur within field-content &SHOULD; either 448 be replaced with a single SP or transformed to all SP octets before 449 interpreting the field value or forwarding the message downstream. 451 450 </t> 452 451 <t anchor="rule.BWS"> … … 1219 1218 </t> 1220 1219 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="header-field"/><iref primary="true" item="Grammar" subitem="field-name"/><iref primary="true" item="Grammar" subitem="field-value"/><iref primary="true" item="Grammar" subitem="field-content"/> 1221 <x:ref>header-field</x:ref> = <x:ref>field-name</x:ref> ":" <x:ref>OWS</x:ref> [ <x:ref>field-value</x:ref> ]<x:ref>OWS</x:ref>1220 <x:ref>header-field</x:ref> = <x:ref>field-name</x:ref> ":" <x:ref>OWS</x:ref> <x:ref>field-value</x:ref> <x:ref>OWS</x:ref> 1222 1221 <x:ref>field-name</x:ref> = <x:ref>token</x:ref> 1223 1222 <x:ref>field-value</x:ref> = *( <x:ref>field-content</x:ref> / <x:ref>OWS</x:ref> ) … … 5177 5176 <x:ref>field-value</x:ref> = *( field-content / OWS ) 5178 5177 5179 <x:ref>header-field</x:ref> = field-name ":" OWS [ field-value ]OWS5178 <x:ref>header-field</x:ref> = field-name ":" OWS field-value OWS 5180 5179 <x:ref>hour</x:ref> = 2DIGIT 5181 5180 <x:ref>http-URI</x:ref> = "http://" authority path-abempty [ "?" query ]
Note: See TracChangeset
for help on using the changeset viewer.