Changeset 371 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 13/11/08 20:34:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r369 r371 541 541 <x:anchor-alias value="tchar"/> 542 542 <x:anchor-alias value="token"/> 543 <x:anchor-alias value="separators"/>544 543 Many HTTP/1.1 header field values consist of words separated by LWS 545 544 or special characters. These special characters &MUST; be in a quoted … … 547 546 <xref target="transfer.codings"/>). 548 547 </t> 549 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="tchar"/><iref primary="true" item="Grammar" subitem="separators"/> 550 <x:ref>separators</x:ref> = "(" / ")" / "<" / ">" / "@" 551 / "," / ";" / ":" / "\" / <x:ref>DQUOTE</x:ref> 552 / "/" / "[" / "]" / "?" / "=" 553 / "{" / "}" / <x:ref>SP</x:ref> / <x:ref>HTAB</x:ref> 554 548 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="tchar"/> 555 549 <x:ref>tchar</x:ref> = "!" / "#" / "$" / "%" / "&" / "'" / "*" 556 550 / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" 557 551 / <x:ref>DIGIT</x:ref> / <x:ref>ALPHA</x:ref> 558 ; any <x:ref>CHAR</x:ref> except <x:ref>CTL</x:ref>s or <x:ref>separators</x:ref>559 552 560 553 <x:ref>token</x:ref> = 1*<x:ref>tchar</x:ref> … … 1200 1193 <x:ref>field-value</x:ref> = *( <x:ref>field-content</x:ref> / <x:ref>OWS</x:ref> ) 1201 1194 <x:ref>field-content</x:ref> = <field content> 1202 ; the <x:ref>OCTET</x:ref>s making up the field-value1203 ; and consisting of either *<x:ref>TEXT</x:ref> or combinations1204 ; of <x:ref>token</x:ref>, <x:ref>separators</x:ref>, and <x:ref>quoted-string</x:ref>1205 1195 </artwork></figure> 1206 1196 <t>
Note: See TracChangeset
for help on using the changeset viewer.