Changeset 1426 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 01/09/11 08:26:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1425 r1426 13 13 <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>"> 14 14 <!ENTITY ID-VERSION "latest"> 15 <!ENTITY ID-MONTH " August">15 <!ENTITY ID-MONTH "September"> 16 16 <!ENTITY ID-YEAR "2011"> 17 17 <!ENTITY mdash "—"> … … 5306 5306 <x:ref>Method</x:ref> = token 5307 5307 5308 <x:ref>OWS</x:ref> = *( SP / HTAB / obs-fold)5309 5310 <x:ref>RWS</x:ref> = 1*( SP / HTAB / obs-fold)5311 <x:ref>Reason-Phrase</x:ref> = *( HTAB /SP / VCHAR / obs-text )5308 <x:ref>OWS</x:ref> = *( [ obs-fold ] WSP ) 5309 5310 <x:ref>RWS</x:ref> = 1*( [ obs-fold ] WSP ) 5311 <x:ref>Reason-Phrase</x:ref> = *( WSP / VCHAR / obs-text ) 5312 5312 <x:ref>Request</x:ref> = Request-Line *( header-field CRLF ) CRLF [ message-body ] 5313 5313 <x:ref>Request-Line</x:ref> = Method SP request-target SP HTTP-Version CRLF … … 5334 5334 <x:ref>authority</x:ref> = <authority, defined in [RFC3986], Section 3.2> 5335 5335 5336 <x:ref>chunk</x:ref> = chunk-size [ chunk-ext ] CRLF chunk-data CRLF5336 <x:ref>chunk</x:ref> = chunk-size *WSP [ chunk-ext ] CRLF chunk-data CRLF 5337 5337 <x:ref>chunk-data</x:ref> = 1*OCTET 5338 <x:ref>chunk-ext</x:ref> = *( ";" chunk-ext-name [ "=" chunk-ext-val ])5338 <x:ref>chunk-ext</x:ref> = *( ";" *WSP chunk-ext-name [ "=" chunk-ext-val ] *WSP ) 5339 5339 <x:ref>chunk-ext-name</x:ref> = token 5340 5340 <x:ref>chunk-ext-val</x:ref> = token / quoted-str-nf … … 5366 5366 / %x53.75.6E.64.61.79 ; Sunday 5367 5367 5368 <x:ref>field-content</x:ref> = *( HTAB /SP / VCHAR / obs-text )5368 <x:ref>field-content</x:ref> = *( WSP / VCHAR / obs-text ) 5369 5369 <x:ref>field-name</x:ref> = token 5370 <x:ref>field-value</x:ref> = *( field-content / obs-fold)5371 5372 <x:ref>header-field</x:ref> = field-name ":" OWS field-value BWS5370 <x:ref>field-value</x:ref> = *( field-content / OWS ) 5371 5372 <x:ref>header-field</x:ref> = field-name ":" OWS field-value OWS 5373 5373 <x:ref>hour</x:ref> = 2DIGIT 5374 5374 <x:ref>http-URI</x:ref> = "http://" authority path-abempty [ "?" query ] 5375 5375 <x:ref>https-URI</x:ref> = "https://" authority path-abempty [ "?" query ] 5376 5376 5377 <x:ref>last-chunk</x:ref> = 1*"0" [ chunk-ext ] CRLF5377 <x:ref>last-chunk</x:ref> = 1*"0" *WSP [ chunk-ext ] CRLF 5378 5378 5379 5379 <x:ref>message-body</x:ref> = *OCTET … … 5393 5393 5394 5394 <x:ref>obs-date</x:ref> = rfc850-date / asctime-date 5395 <x:ref>obs-fold</x:ref> = CRLF ( SP / HTAB )5395 <x:ref>obs-fold</x:ref> = CRLF 5396 5396 <x:ref>obs-text</x:ref> = %x80-FF 5397 5397 … … 5409 5409 / %x5D-7E ; ']'-'~' 5410 5410 / obs-text 5411 <x:ref>qdtext-nf</x:ref> = HTAB /SP / "!" / %x23-5B ; '#'-'['5411 <x:ref>qdtext-nf</x:ref> = WSP / "!" / %x23-5B ; '#'-'[' 5412 5412 / %x5D-7E ; ']'-'~' 5413 5413 / obs-text 5414 5414 <x:ref>query</x:ref> = <query, defined in [RFC3986], Section 3.4> 5415 <x:ref>quoted-cpair</x:ref> = "\" ( HTAB /SP / VCHAR / obs-text )5416 <x:ref>quoted-pair</x:ref> = "\" ( HTAB /SP / VCHAR / obs-text )5415 <x:ref>quoted-cpair</x:ref> = "\" ( WSP / VCHAR / obs-text ) 5416 <x:ref>quoted-pair</x:ref> = "\" ( WSP / VCHAR / obs-text ) 5417 5417 <x:ref>quoted-str-nf</x:ref> = DQUOTE *( qdtext-nf / quoted-pair ) DQUOTE 5418 5418 <x:ref>quoted-string</x:ref> = DQUOTE *( qdtext / quoted-pair ) DQUOTE
Note: See TracChangeset
for help on using the changeset viewer.