Changeset 810 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 16/04/10 11:49:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r809 r810 470 470 <x:anchor-alias value="token"/> 471 471 <x:anchor-alias value="special"/> 472 <x:anchor-alias value="word"/> 472 473 Many HTTP/1.1 header field values consist of words (token or quoted-string) 473 474 separated by whitespace or special characters. These special characters … … 475 476 in <xref target="transfer.codings"/>). 476 477 </t> 477 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="tchar"/><iref primary="true" item="Grammar" subitem="special"/> 478 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="word"/><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="tchar"/><iref primary="true" item="Grammar" subitem="special"/> 479 <x:ref>word</x:ref> = <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> 480 478 481 <x:ref>token</x:ref> = 1*<x:ref>tchar</x:ref> 479 482 <!-- … … 1841 1844 <x:ref>transfer-parameter</x:ref> = <x:ref>attribute</x:ref> <x:ref>BWS</x:ref> "=" <x:ref>BWS</x:ref> <x:ref>value</x:ref> 1842 1845 <x:ref>attribute</x:ref> = <x:ref>token</x:ref> 1843 <x:ref>value</x:ref> = <x:ref> token</x:ref> / <x:ref>quoted-string</x:ref>1846 <x:ref>value</x:ref> = <x:ref>word</x:ref> 1844 1847 </artwork></figure> 1845 1848 <t> … … 2954 2957 <x:ref>t-codings</x:ref> = "trailers" / ( <x:ref>transfer-extension</x:ref> [ <x:ref>te-params</x:ref> ] ) 2955 2958 <x:ref>te-params</x:ref> = <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> "q=" <x:ref>qvalue</x:ref> *( <x:ref>te-ext</x:ref> ) 2956 <x:ref>te-ext</x:ref> = <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>token</x:ref> [ "=" ( <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> )]2959 <x:ref>te-ext</x:ref> = <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>token</x:ref> [ "=" <x:ref>word</x:ref> ] 2957 2960 </artwork></figure> 2958 2961 <t> … … 5018 5021 <x:ref>tchar</x:ref> = "!" / "#" / "$" / "%" / "&" / "'" / "*" / "+" / "-" / "." / 5019 5022 "^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA 5020 <x:ref>te-ext</x:ref> = OWS ";" OWS token [ "=" ( token / quoted-string )]5023 <x:ref>te-ext</x:ref> = OWS ";" OWS token [ "=" word ] 5021 5024 <x:ref>te-params</x:ref> = OWS ";" OWS "q=" qvalue *te-ext 5022 5025 <x:ref>time-of-day</x:ref> = hour ":" minute ":" second … … 5030 5033 <x:ref>uri-host</x:ref> = <host, defined in [RFC3986], Section 3.2.2> 5031 5034 5032 <x:ref>value</x:ref> = token / quoted-string 5035 <x:ref>value</x:ref> = word 5036 5037 <x:ref>word</x:ref> = token / quoted-string 5033 5038 5034 5039 <x:ref>year</x:ref> = 4DIGIT … … 5535 5540 "Case-sensitivity of HTTP-date" 5536 5541 </t> 5542 <t> 5543 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/200"/>: 5544 "use of term "word" when talking about header structure" 5545 </t> 5537 5546 </list> 5538 5547 </t>
Note: See TracChangeset
for help on using the changeset viewer.