Changeset 366 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 13/11/08 18:53:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.xml
r357 r366 932 932 </t> 933 933 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept"/><iref primary="true" item="Grammar" subitem="Accept-v"/><iref primary="true" item="Grammar" subitem="media-range"/><iref primary="true" item="Grammar" subitem="accept-params"/><iref primary="true" item="Grammar" subitem="accept-extension"/> 934 <x:ref>Accept</x:ref> = "Accept" BWS ":" OWS<x:ref>Accept-v</x:ref>934 <x:ref>Accept</x:ref> = "Accept" ":" <x:ref>OWS</x:ref> <x:ref>Accept-v</x:ref> 935 935 <x:ref>Accept-v</x:ref> = #( <x:ref>media-range</x:ref> [ <x:ref>accept-params</x:ref> ] ) 936 936 … … 1055 1055 </t> 1056 1056 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Charset"/><iref primary="true" item="Grammar" subitem="Accept-Charset-v"/> 1057 <x:ref>Accept-Charset</x:ref> = "Accept-Charset" BWS ":" OWS1057 <x:ref>Accept-Charset</x:ref> = "Accept-Charset" ":" <x:ref>OWS</x:ref> 1058 1058 <x:ref>Accept-Charset-v</x:ref> 1059 1059 <x:ref>Accept-Charset-v</x:ref> = 1#( ( <x:ref>charset</x:ref> / "*" ) [ ";" "q" "=" <x:ref>qvalue</x:ref> ] ) … … 1097 1097 </t> 1098 1098 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Encoding"/><iref primary="true" item="Grammar" subitem="Accept-Encoding-v"/><iref primary="true" item="Grammar" subitem="codings"/> 1099 <x:ref>Accept-Encoding</x:ref> = "Accept-Encoding" BWS ":" OWS1099 <x:ref>Accept-Encoding</x:ref> = "Accept-Encoding" ":" <x:ref>OWS</x:ref> 1100 1100 <x:ref>Accept-Encoding-v</x:ref> 1101 1101 <x:ref>Accept-Encoding-v</x:ref> = … … 1182 1182 </t> 1183 1183 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Language"/><iref primary="true" item="Grammar" subitem="Accept-Language-v"/><iref primary="true" item="Grammar" subitem="language-range"/> 1184 <x:ref>Accept-Language</x:ref> = "Accept-Language" BWS ":" OWS1184 <x:ref>Accept-Language</x:ref> = "Accept-Language" ":" <x:ref>OWS</x:ref> 1185 1185 <x:ref>Accept-Language-v</x:ref> 1186 1186 <x:ref>Accept-Language-v</x:ref> = … … 1278 1278 </t> 1279 1279 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Encoding"/><iref primary="true" item="Grammar" subitem="Content-Encoding-v"/> 1280 <x:ref>Content-Encoding</x:ref> = "Content-Encoding" BWS ":" OWS<x:ref>Content-Encoding-v</x:ref>1280 <x:ref>Content-Encoding</x:ref> = "Content-Encoding" ":" <x:ref>OWS</x:ref> <x:ref>Content-Encoding-v</x:ref> 1281 1281 <x:ref>Content-Encoding-v</x:ref> = 1#<x:ref>content-coding</x:ref> 1282 1282 </artwork></figure> … … 1325 1325 </t> 1326 1326 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Language"/><iref primary="true" item="Grammar" subitem="Content-Language-v"/> 1327 <x:ref>Content-Language</x:ref> = "Content-Language" BWS ":" OWS<x:ref>Content-Language-v</x:ref>1327 <x:ref>Content-Language</x:ref> = "Content-Language" ":" <x:ref>OWS</x:ref> <x:ref>Content-Language-v</x:ref> 1328 1328 <x:ref>Content-Language-v</x:ref> = 1#<x:ref>language-tag</x:ref> 1329 1329 </artwork></figure> … … 1384 1384 </t> 1385 1385 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Location"/><iref primary="true" item="Grammar" subitem="Content-Location-v"/> 1386 <x:ref>Content-Location</x:ref> = "Content-Location" BWS ":" OWS1386 <x:ref>Content-Location</x:ref> = "Content-Location" ":" <x:ref>OWS</x:ref> 1387 1387 <x:ref>Content-Location-v</x:ref> 1388 1388 <x:ref>Content-Location-v</x:ref> = … … 1431 1431 </t> 1432 1432 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-MD5"/><iref primary="true" item="Grammar" subitem="Content-MD5-v"/> 1433 <x:ref>Content-MD5</x:ref> = "Content-MD5" BWS ":" OWS<x:ref>Content-MD5-v</x:ref>1433 <x:ref>Content-MD5</x:ref> = "Content-MD5" ":" <x:ref>OWS</x:ref> <x:ref>Content-MD5-v</x:ref> 1434 1434 <x:ref>Content-MD5-v</x:ref> = <base64 of 128 bit MD5 digest as per <xref target="RFC1864"/>> 1435 1435 </artwork></figure> … … 1504 1504 </t> 1505 1505 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Type"/><iref primary="true" item="Grammar" subitem="Content-Type-v"/> 1506 <x:ref>Content-Type</x:ref> = "Content-Type" BWS ":" OWS<x:ref>Content-Type-v</x:ref>1506 <x:ref>Content-Type</x:ref> = "Content-Type" ":" <x:ref>OWS</x:ref> <x:ref>Content-Type-v</x:ref> 1507 1507 <x:ref>Content-Type-v</x:ref> = <x:ref>media-type</x:ref> 1508 1508 </artwork></figure> … … 2391 2391 </t> 2392 2392 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="MIME-Version"/><iref primary="true" item="Grammar" subitem="MIME-Version-v"/> 2393 <x:ref>MIME-Version</x:ref> = "MIME-Version" BWS ":" OWS<x:ref>MIME-Version-v</x:ref>2393 <x:ref>MIME-Version</x:ref> = "MIME-Version" ":" <x:ref>OWS</x:ref> <x:ref>MIME-Version-v</x:ref> 2394 2394 <x:ref>MIME-Version-v</x:ref> = 1*<x:ref>DIGIT</x:ref> "." 1*<x:ref>DIGIT</x:ref> 2395 2395 </artwork></figure> … … 2518 2518 </t> 2519 2519 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="content-disposition"/><iref primary="true" item="Grammar" subitem="content-disposition-v"/><iref primary="true" item="Grammar" subitem="disposition-type"/><iref primary="true" item="Grammar" subitem="disposition-parm"/><iref primary="true" item="Grammar" subitem="filename-parm"/><iref primary="true" item="Grammar" subitem="disp-extension-token"/><iref primary="true" item="Grammar" subitem="disp-extension-parm"/> 2520 <x:ref>content-disposition</x:ref> = "Content-Disposition" BWS ":" OWS2520 <x:ref>content-disposition</x:ref> = "Content-Disposition" ":" <x:ref>OWS</x:ref> 2521 2521 <x:ref>content-disposition-v</x:ref> 2522 2522 <x:ref>content-disposition-v</x:ref> = <x:ref>disposition-type</x:ref> *( ";" <x:ref>disposition-parm</x:ref> )
Note: See TracChangeset
for help on using the changeset viewer.