Changeset 427 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 22/11/08 18:21:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.xml
r425 r427 2656 2656 </section> 2657 2657 2658 <section title="Collected ABNF" anchor="collected.abnf">2659 2660 2661 Accept= "Accept:" OWS Accept-v2662 Accept-Charset= "Accept-Charset:" OWS Accept-Charset-v2663 Accept-Charset-v= *( "," OWS ) ( charset / "*" ) [ OWS ";" OWS "q="2658 <section xmlns:x="http://purl.org/net/xml2rfc/ext" title="Collected ABNF" anchor="collected.abnf"> 2659 <figure> 2660 <artwork type="abnf" name="p3-payload.parsed-abnf"> 2661 <x:ref>Accept</x:ref> = "Accept:" OWS Accept-v 2662 <x:ref>Accept-Charset</x:ref> = "Accept-Charset:" OWS Accept-Charset-v 2663 <x:ref>Accept-Charset-v</x:ref> = *( "," OWS ) ( charset / "*" ) [ OWS ";" OWS "q=" 2664 2664 qvalue ] *( OWS "," [ OWS ( charset / "*" ) [ OWS ";" OWS "q=" 2665 2665 qvalue ] ] ) 2666 Accept-Encoding= "Accept-Encoding:" OWS Accept-Encoding-v2667 Accept-Encoding-v= [ ( "," / ( codings [ OWS ";" OWS "q=" qvalue ] )2666 <x:ref>Accept-Encoding</x:ref> = "Accept-Encoding:" OWS Accept-Encoding-v 2667 <x:ref>Accept-Encoding-v</x:ref> = [ ( "," / ( codings [ OWS ";" OWS "q=" qvalue ] ) 2668 2668 ) *( OWS "," [ OWS codings [ OWS ";" OWS "q=" qvalue ] ] ) ] 2669 Accept-Language= "Accept-Language:" OWS Accept-Language-v2670 Accept-Language-v= *( "," OWS ) language-range [ OWS ";" OWS "q="2669 <x:ref>Accept-Language</x:ref> = "Accept-Language:" OWS Accept-Language-v 2670 <x:ref>Accept-Language-v</x:ref> = *( "," OWS ) language-range [ OWS ";" OWS "q=" 2671 2671 qvalue ] *( OWS "," [ OWS language-range [ OWS ";" OWS "q=" qvalue ] 2672 2672 ] ) 2673 Accept-v= [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [2673 <x:ref>Accept-v</x:ref> = [ ( "," / ( media-range [ accept-params ] ) ) *( OWS "," [ 2674 2674 OWS media-range [ accept-params ] ] ) ] 2675 Content-Encoding= "Content-Encoding:" OWS Content-Encoding-v2676 Content-Encoding-v= *( "," OWS ) content-coding *( OWS "," [ OWS2675 <x:ref>Content-Encoding</x:ref> = "Content-Encoding:" OWS Content-Encoding-v 2676 <x:ref>Content-Encoding-v</x:ref> = *( "," OWS ) content-coding *( OWS "," [ OWS 2677 2677 content-coding ] ) 2678 Content-Language= "Content-Language:" OWS Content-Language-v2679 Content-Language-v= *( "," OWS ) language-tag *( OWS "," [ OWS2678 <x:ref>Content-Language</x:ref> = "Content-Language:" OWS Content-Language-v 2679 <x:ref>Content-Language-v</x:ref> = *( "," OWS ) language-tag *( OWS "," [ OWS 2680 2680 language-tag ] ) 2681 Content-Length = <Content-Length, defined in [Part1], Section 8.2> 2682 Content-Location = "Content-Location:" OWS Content-Location-v 2683 Content-Location-v = absolute-URI / partial-URI 2684 Content-MD5 = "Content-MD5:" OWS Content-MD5-v 2685 Content-MD5-v = <base64 of 128 bit MD5 digest as per [RFC1864]> 2686 Content-Range = <Content-Range, defined in [Part5], Section 5.2> 2687 Content-Type = "Content-Type:" OWS Content-Type-v 2688 Content-Type-v = media-type 2689 Expires = <Expires, defined in [Part6], Section 15.3> 2690 Last-Modified = <Last-Modified, defined in [Part4], Section 6.6> 2691 MIME-Version = "MIME-Version:" OWS MIME-Version-v 2692 MIME-Version-v = 1*DIGIT "." 1*DIGIT 2693 OWS = <OWS, defined in [Part1], Section 1.2.2> 2694 absolute-URI = <absolute-URI, defined in [Part1], Section 2.1> 2695 accept-ext = OWS ";" OWS token [ "=" ( token / quoted-string ) ] 2696 accept-params = OWS ";" OWS "q=" qvalue *accept-ext 2697 attribute = token 2698 charset = token 2699 codings = ( content-coding / "*" ) 2700 content-coding = token 2701 content-disposition = "Content-Disposition:" OWS 2681 <x:ref>Content-Length</x:ref> = <Content-Length, defined in [Part1], Section 8.2> 2682 <x:ref>Content-Location</x:ref> = "Content-Location:" OWS Content-Location-v 2683 <x:ref>Content-Location-v</x:ref> = absolute-URI / partial-URI 2684 <x:ref>Content-MD5</x:ref> = "Content-MD5:" OWS Content-MD5-v 2685 <x:ref>Content-MD5-v</x:ref> = <base64 of 128 bit MD5 digest as per [RFC1864]> 2686 <x:ref>Content-Range</x:ref> = <Content-Range, defined in [Part5], Section 5.2> 2687 <x:ref>Content-Type</x:ref> = "Content-Type:" OWS Content-Type-v 2688 <x:ref>Content-Type-v</x:ref> = media-type 2689 2690 <x:ref>Expires</x:ref> = <Expires, defined in [Part6], Section 15.3> 2691 2692 <x:ref>Last-Modified</x:ref> = <Last-Modified, defined in [Part4], Section 6.6> 2693 2694 <x:ref>MIME-Version</x:ref> = "MIME-Version:" OWS MIME-Version-v 2695 <x:ref>MIME-Version-v</x:ref> = 1*DIGIT "." 1*DIGIT 2696 2697 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2> 2698 2699 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in [Part1], Section 2.1> 2700 <x:ref>accept-ext</x:ref> = OWS ";" OWS token [ "=" ( token / quoted-string ) ] 2701 <x:ref>accept-params</x:ref> = OWS ";" OWS "q=" qvalue *accept-ext 2702 <x:ref>attribute</x:ref> = token 2703 2704 <x:ref>charset</x:ref> = token 2705 <x:ref>codings</x:ref> = ( content-coding / "*" ) 2706 <x:ref>content-coding</x:ref> = token 2707 <x:ref>content-disposition</x:ref> = "Content-Disposition:" OWS 2702 2708 content-disposition-v 2703 content-disposition-v= disposition-type *( OWS ";" OWS2709 <x:ref>content-disposition-v</x:ref> = disposition-type *( OWS ";" OWS 2704 2710 disposition-parm ) 2705 disp-extension-parm = token "=" ( token / quoted-string ) 2706 disp-extension-token = token 2707 disposition-parm = filename-parm / disp-extension-parm 2708 disposition-type = "attachment" / disp-extension-token 2709 entity-body = *OCTET 2710 entity-header = Content-Encoding / Content-Language / Content-Length 2711 <x:ref>disp-extension-parm</x:ref> = token "=" ( token / quoted-string ) 2712 <x:ref>disp-extension-token</x:ref> = token 2713 <x:ref>disposition-parm</x:ref> = filename-parm / disp-extension-parm 2714 <x:ref>disposition-type</x:ref> = "attachment" / disp-extension-token 2715 2716 <x:ref>entity-body</x:ref> = *OCTET 2717 <x:ref>entity-header</x:ref> = Content-Encoding / Content-Language / Content-Length 2711 2718 / Content-Location / Content-MD5 / Content-Range / Content-Type / 2712 2719 Expires / Last-Modified / extension-header 2713 extension-header = message-header 2714 filename-parm = "filename=" quoted-string 2715 language-range = <language-range, defined in [RFC4647], Section 2.1> 2716 language-tag = primary-tag *( "-" subtag ) 2717 media-range = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS 2720 <x:ref>extension-header</x:ref> = message-header 2721 2722 <x:ref>filename-parm</x:ref> = "filename=" quoted-string 2723 2724 <x:ref>language-range</x:ref> = <language-range, defined in [RFC4647], Section 2.1> 2725 <x:ref>language-tag</x:ref> = primary-tag *( "-" subtag ) 2726 2727 <x:ref>media-range</x:ref> = ( "*/*" / ( type "/*" ) / ( type "/" subtype ) ) *( OWS 2718 2728 ";" OWS parameter ) 2719 media-type = type "/" subtype *( OWS ";" OWS parameter ) 2720 message-header = <message-header, defined in [Part1], Section 4.2> 2721 parameter = attribute "=" value 2722 partial-URI = <partial-URI, defined in [Part1], Section 2.1> 2723 primary-tag = 1*8ALPHA 2724 quoted-string = <quoted-string, defined in [Part1], Section 1.2.2> 2725 qvalue = ( "0" [ "." *3DIGIT ] ) / ( "1" [ "." *3"0" ] ) 2726 subtag = 1*8ALPHA 2727 subtype = token 2728 token = <token, defined in [Part1], Section 1.2.2> 2729 type = token 2730 value = token / quoted-string 2729 <x:ref>media-type</x:ref> = type "/" subtype *( OWS ";" OWS parameter ) 2730 <x:ref>message-header</x:ref> = <message-header, defined in [Part1], Section 4.2> 2731 2732 <x:ref>parameter</x:ref> = attribute "=" value 2733 <x:ref>partial-URI</x:ref> = <partial-URI, defined in [Part1], Section 2.1> 2734 <x:ref>primary-tag</x:ref> = 1*8ALPHA 2735 2736 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 1.2.2> 2737 <x:ref>qvalue</x:ref> = ( "0" [ "." *3DIGIT ] ) / ( "1" [ "." *3"0" ] ) 2738 2739 <x:ref>subtag</x:ref> = 1*8ALPHA 2740 <x:ref>subtype</x:ref> = token 2741 2742 <x:ref>token</x:ref> = <token, defined in [Part1], Section 1.2.2> 2743 <x:ref>type</x:ref> = token 2744 2745 <x:ref>value</x:ref> = token / quoted-string 2746 2731 2747 ; Accept defined but not used 2732 2748 ; Accept-Charset defined but not used … … 2737 2753 ; entity-body defined but not used 2738 2754 ; entity-header defined but not used 2755 2756 2739 2757 </artwork> 2740 2758 </figure> 2741 2759 </section> 2742 2760
Note: See TracChangeset
for help on using the changeset viewer.