Changeset 366 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 13/11/08 18:53:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r360 r366 954 954 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="transfer-coding"/><iref primary="true" item="Grammar" subitem="transfer-extension"/> 955 955 <x:ref>transfer-coding</x:ref> = "chunked" / <x:ref>transfer-extension</x:ref> 956 <x:ref>transfer-extension</x:ref> = <x:ref>token</x:ref> *( OWS ";" OWS<x:ref>parameter</x:ref> )956 <x:ref>transfer-extension</x:ref> = <x:ref>token</x:ref> *( <x:ref>OWS</x:ref> ";" <x:ref>OWS</x:ref> <x:ref>parameter</x:ref> ) 957 957 </artwork></figure> 958 958 <t anchor="rule.parameter"> … … 963 963 </t> 964 964 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="parameter"/><iref primary="true" item="Grammar" subitem="attribute"/><iref primary="true" item="Grammar" subitem="value"/> 965 <x:ref>parameter</x:ref> = <x:ref>attribute</x:ref> BWS "=" BWS<x:ref>value</x:ref>965 <x:ref>parameter</x:ref> = <x:ref>attribute</x:ref> <x:ref>BWS</x:ref> "=" <x:ref>BWS</x:ref> <x:ref>value</x:ref> 966 966 <x:ref>attribute</x:ref> = <x:ref>token</x:ref> 967 967 <x:ref>value</x:ref> = <x:ref>token</x:ref> / <x:ref>quoted-string</x:ref> … … 2084 2084 </t> 2085 2085 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Connection"/><iref primary="true" item="Grammar" subitem="Connection-v"/><iref primary="true" item="Grammar" subitem="connection-token"/> 2086 <x:ref>Connection</x:ref> = "Connection" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Connection-v</x:ref>2086 <x:ref>Connection</x:ref> = "Connection" ":" <x:ref>OWS</x:ref> <x:ref>Connection-v</x:ref> 2087 2087 <x:ref>Connection-v</x:ref> = 1#<x:ref>connection-token</x:ref> 2088 2088 <x:ref>connection-token</x:ref> = <x:ref>token</x:ref> … … 2145 2145 </t> 2146 2146 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Length"/><iref primary="true" item="Grammar" subitem="Content-Length-v"/> 2147 <x:ref>Content-Length</x:ref> = "Content-Length" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> 1*<x:ref>Content-Length-v</x:ref>2147 <x:ref>Content-Length</x:ref> = "Content-Length" ":" <x:ref>OWS</x:ref> 1*<x:ref>Content-Length-v</x:ref> 2148 2148 <x:ref>Content-Length-v</x:ref> = 1*<x:ref>DIGIT</x:ref> 2149 2149 </artwork></figure> … … 2186 2186 </t> 2187 2187 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Date"/><iref primary="true" item="Grammar" subitem="Date-v"/> 2188 <x:ref>Date</x:ref> = "Date" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Date-v</x:ref>2188 <x:ref>Date</x:ref> = "Date" ":" <x:ref>OWS</x:ref> <x:ref>Date-v</x:ref> 2189 2189 <x:ref>Date-v</x:ref> = <x:ref>HTTP-date</x:ref> 2190 2190 </artwork></figure> … … 2269 2269 </t> 2270 2270 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Host"/><iref primary="true" item="Grammar" subitem="Host-v"/> 2271 <x:ref>Host</x:ref> = "Host" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Host-v</x:ref>2271 <x:ref>Host</x:ref> = "Host" ":" <x:ref>OWS</x:ref> <x:ref>Host-v</x:ref> 2272 2272 <x:ref>Host-v</x:ref> = <x:ref>uri-host</x:ref> [ ":" <x:ref>port</x:ref> ] ; <xref target="http.url"/> 2273 2273 </artwork></figure> … … 2315 2315 </t> 2316 2316 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="TE"/><iref primary="true" item="Grammar" subitem="TE-v"/><iref primary="true" item="Grammar" subitem="t-codings"/> 2317 <x:ref>TE</x:ref> = "TE" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>TE-v</x:ref>2317 <x:ref>TE</x:ref> = "TE" ":" <x:ref>OWS</x:ref> <x:ref>TE-v</x:ref> 2318 2318 <x:ref>TE-v</x:ref> = #<x:ref>t-codings</x:ref> 2319 2319 <x:ref>t-codings</x:ref> = "trailers" / ( <x:ref>transfer-extension</x:ref> [ <x:ref>accept-params</x:ref> ] ) … … 2389 2389 </t> 2390 2390 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Trailer"/><iref primary="true" item="Grammar" subitem="Trailer-v"/> 2391 <x:ref>Trailer</x:ref> = "Trailer" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Trailer-v</x:ref>2391 <x:ref>Trailer</x:ref> = "Trailer" ":" <x:ref>OWS</x:ref> <x:ref>Trailer-v</x:ref> 2392 2392 <x:ref>Trailer-v</x:ref> = 1#<x:ref>field-name</x:ref> 2393 2393 </artwork></figure> … … 2427 2427 </t> 2428 2428 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Transfer-Encoding"/><iref primary="true" item="Grammar" subitem="Transfer-Encoding-v"/> 2429 <x:ref>Transfer-Encoding</x:ref> = "Transfer-Encoding" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Transfer-Encoding-v</x:ref>2429 <x:ref>Transfer-Encoding</x:ref> = "Transfer-Encoding" ":" <x:ref>OWS</x:ref> <x:ref>Transfer-Encoding-v</x:ref> 2430 2430 <x:ref>Transfer-Encoding-v</x:ref> = 1#<x:ref>transfer-coding</x:ref> 2431 2431 </artwork></figure> … … 2461 2461 </t> 2462 2462 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Upgrade"/><iref primary="true" item="Grammar" subitem="Upgrade-v"/> 2463 <x:ref>Upgrade</x:ref> = "Upgrade" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Upgrade-v</x:ref>2463 <x:ref>Upgrade</x:ref> = "Upgrade" ":" <x:ref>OWS</x:ref> <x:ref>Upgrade-v</x:ref> 2464 2464 <x:ref>Upgrade-v</x:ref> = 1#<x:ref>product</x:ref> 2465 2465 </artwork></figure> … … 2534 2534 </t> 2535 2535 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Via"/><iref primary="true" item="Grammar" subitem="Via-v"/><iref primary="true" item="Grammar" subitem="received-protocol"/><iref primary="true" item="Grammar" subitem="protocol-name"/><iref primary="true" item="Grammar" subitem="protocol-version"/><iref primary="true" item="Grammar" subitem="received-by"/><iref primary="true" item="Grammar" subitem="pseudonym"/> 2536 <x:ref>Via</x:ref> = "Via" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Via-v</x:ref>2536 <x:ref>Via</x:ref> = "Via" ":" <x:ref>OWS</x:ref> <x:ref>Via-v</x:ref> 2537 2537 <x:ref>Via-v</x:ref> = 1#( <x:ref>received-protocol</x:ref> <x:ref>RWS</x:ref> <x:ref>received-by</x:ref> [ <x:ref>RWS</x:ref> <x:ref>comment</x:ref> ] ) 2538 2538 <x:ref>received-protocol</x:ref> = [ <x:ref>protocol-name</x:ref> "/" ] <x:ref>protocol-version</x:ref>
Note: See TracChangeset
for help on using the changeset viewer.