Changeset 1782
- Timestamp:
- 15/07/12 06:12:18 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1781 r1782 480 480 <link rel="Chapter" title="8 Content Negotiation" href="#rfc.section.8"> 481 481 <link rel="Chapter" title="9 Header Field Definitions" href="#rfc.section.9"> 482 <link rel="Chapter" title="10 IANA Considerations" href="#rfc.section.10">483 <link rel="Chapter" title="11 ABNF Rules Defined Elsewhere" href="#rfc.section.11">482 <link rel="Chapter" title="10 ABNF Rules Defined Elsewhere" href="#rfc.section.10"> 483 <link rel="Chapter" title="11 IANA Considerations" href="#rfc.section.11"> 484 484 <link rel="Chapter" title="12 Security Considerations" href="#rfc.section.12"> 485 485 <link rel="Chapter" title="13 Acknowledgments" href="#rfc.section.13"> … … 723 723 </ul> 724 724 </li> 725 <li>10. <a href="#IANA.considerations">IANA Considerations</a><ul> 726 <li>10.1 <a href="#method.registration">Method Registry</a></li> 727 <li>10.2 <a href="#status.code.registration">Status Code Registry</a></li> 728 <li>10.3 <a href="#header.field.registration">Header Field Registration</a></li> 729 <li>10.4 <a href="#content.coding.registration">Content Coding Registry</a></li> 725 <li>10. <a href="#abnf.dependencies">ABNF Rules Defined Elsewhere</a></li> 726 <li>11. <a href="#IANA.considerations">IANA Considerations</a><ul> 727 <li>11.1 <a href="#method.registration">Method Registry</a></li> 728 <li>11.2 <a href="#status.code.registration">Status Code Registry</a></li> 729 <li>11.3 <a href="#header.field.registration">Header Field Registration</a></li> 730 <li>11.4 <a href="#content.coding.registration">Content Coding Registry</a></li> 730 731 </ul> 731 732 </li> 732 <li>11. <a href="#abnf.dependencies">ABNF Rules Defined Elsewhere</a></li>733 733 <li>12. <a href="#security.considerations">Security Considerations</a><ul> 734 734 <li>12.1 <a href="#security.sensitive">Transfer of Sensitive Information</a></li> … … 3025 3025 </pre><p id="rfc.section.9.18.p.7">Example:</p> 3026 3026 <div id="rfc.figure.u.60"></div><pre class="text"> User-Agent: CERN-LineMode/2.15 libwww/2.17b3 3027 </pre><h1 id="rfc.section.10"><a href="#rfc.section.10">10.</a> <a id="IANA.considerations" href="#IANA.considerations">IANA Considerations</a></h1> 3028 <h2 id="rfc.section.10.1"><a href="#rfc.section.10.1">10.1</a> <a id="method.registration" href="#method.registration">Method Registry</a></h2> 3029 <p id="rfc.section.10.1.p.1">The registration procedure for HTTP request methods is defined by <a href="#method.registry" title="Method Registry">Section 2.2</a> of this document. 3030 </p> 3031 <p id="rfc.section.10.1.p.2">The HTTP Method Registry shall be created at <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>> and be populated with the registrations below: 3027 </pre><h1 id="rfc.section.10"><a href="#rfc.section.10">10.</a> <a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules Defined Elsewhere</a></h1> 3028 <p id="rfc.section.10.p.1">This specification uses the Augmented Backus-Naur Form (ABNF) notation of <a href="#RFC5234" id="rfc.xref.RFC5234.2"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a> with the list rule extension defined in <a href="p1-messaging.html#notation" title="Syntax Notation">Section 1.2</a> of <a href="#Part1" id="rfc.xref.Part1.40"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. <a href="#collected.abnf" title="Collected ABNF">Appendix D</a> shows the collected ABNF with the list rule expanded. 3029 </p> 3030 <p id="rfc.section.10.p.2">The following core rules are included by reference, as defined in <a href="#RFC5234" id="rfc.xref.RFC5234.3"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a>, <a href="http://tools.ietf.org/html/rfc5234#appendix-B.1">Appendix B.1</a>: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG 3031 (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), and VCHAR 3032 (any visible US-ASCII character). 3033 </p> 3034 <p id="rfc.section.10.p.3">The ABNF rules below are defined in other parts:</p> 3035 <div id="rfc.figure.u.61"></div><pre class="inline"> <a href="#abnf.dependencies" class="smpl">BWS</a> = <BWS, defined in <a href="#Part1" id="rfc.xref.Part1.41"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#whitespace" title="Whitespace">Section 3.2.1</a>> 3036 <a href="#abnf.dependencies" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.42"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#whitespace" title="Whitespace">Section 3.2.1</a>> 3037 <a href="#abnf.dependencies" class="smpl">RWS</a> = <RWS, defined in <a href="#Part1" id="rfc.xref.Part1.43"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#whitespace" title="Whitespace">Section 3.2.1</a>> 3038 <a href="#abnf.dependencies" class="smpl">URI-reference</a> = <URI-reference, defined in <a href="#Part1" id="rfc.xref.Part1.44"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.8</a>> 3039 <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in <a href="#Part1" id="rfc.xref.Part1.45"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.8</a>> 3040 <a href="#abnf.dependencies" class="smpl">partial-URI</a> = <partial-URI, defined in <a href="#Part1" id="rfc.xref.Part1.46"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.8</a>> 3041 <a href="#abnf.dependencies" class="smpl">quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.47"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3042 <a href="#abnf.dependencies" class="smpl">qvalue</a> = <qvalue, defined in <a href="#Part1" id="rfc.xref.Part1.48"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#quality.values" title="Quality Values">Section 4.3.1</a>> 3043 <a href="#abnf.dependencies" class="smpl">token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.49"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3044 <a href="#abnf.dependencies" class="smpl">word</a> = <word, defined in <a href="#Part1" id="rfc.xref.Part1.50"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3045 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in <a href="#Part1" id="rfc.xref.Part1.51"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3046 </pre><p id="rfc.section.10.p.5">The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" 3047 in this document are to be interpreted as described in <a href="#RFC2119" id="rfc.xref.RFC2119.1"><cite title="Key words for use in RFCs to Indicate Requirement Levels">[RFC2119]</cite></a>. 3048 </p> 3049 <h1 id="rfc.section.11"><a href="#rfc.section.11">11.</a> <a id="IANA.considerations" href="#IANA.considerations">IANA Considerations</a></h1> 3050 <h2 id="rfc.section.11.1"><a href="#rfc.section.11.1">11.1</a> <a id="method.registration" href="#method.registration">Method Registry</a></h2> 3051 <p id="rfc.section.11.1.p.1">The registration procedure for HTTP request methods is defined by <a href="#method.registry" title="Method Registry">Section 2.2</a> of this document. 3052 </p> 3053 <p id="rfc.section.11.1.p.2">The HTTP Method Registry shall be created at <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>> and be populated with the registrations below: 3032 3054 </p> 3033 3055 <div id="rfc.table.1"> … … 3102 3124 </table> 3103 3125 </div> 3104 <h2 id="rfc.section.1 0.2"><a href="#rfc.section.10.2">10.2</a> <a id="status.code.registration" href="#status.code.registration">Status Code Registry</a></h2>3105 <p id="rfc.section.1 0.2.p.1">The registration procedure for HTTP Status Codes — previously defined in <a href="http://tools.ietf.org/html/rfc2817#section-7.1">Section 7.1</a> of <a href="#RFC2817" id="rfc.xref.RFC2817.1"><cite title="Upgrading to TLS Within HTTP/1.1">[RFC2817]</cite></a> — is now defined by <a href="#status.code.registry" title="Status Code Registry">Section 4.2</a> of this document.3106 </p> 3107 <p id="rfc.section.1 0.2.p.2">The HTTP Status Code Registry located at <<a href="http://www.iana.org/assignments/http-status-codes">http://www.iana.org/assignments/http-status-codes</a>> shall be updated with the registrations below:3126 <h2 id="rfc.section.11.2"><a href="#rfc.section.11.2">11.2</a> <a id="status.code.registration" href="#status.code.registration">Status Code Registry</a></h2> 3127 <p id="rfc.section.11.2.p.1">The registration procedure for HTTP Status Codes — previously defined in <a href="http://tools.ietf.org/html/rfc2817#section-7.1">Section 7.1</a> of <a href="#RFC2817" id="rfc.xref.RFC2817.1"><cite title="Upgrading to TLS Within HTTP/1.1">[RFC2817]</cite></a> — is now defined by <a href="#status.code.registry" title="Status Code Registry">Section 4.2</a> of this document. 3128 </p> 3129 <p id="rfc.section.11.2.p.2">The HTTP Status Code Registry located at <<a href="http://www.iana.org/assignments/http-status-codes">http://www.iana.org/assignments/http-status-codes</a>> shall be updated with the registrations below: 3108 3130 </p> 3109 3131 <div id="rfc.table.2"> … … 3337 3359 </table> 3338 3360 </div> 3339 <h2 id="rfc.section.1 0.3"><a href="#rfc.section.10.3">10.3</a> <a id="header.field.registration" href="#header.field.registration">Header Field Registration</a></h2>3340 <p id="rfc.section.1 0.3.p.1">The Message Header Field Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> shall be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.3"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>):3361 <h2 id="rfc.section.11.3"><a href="#rfc.section.11.3">11.3</a> <a id="header.field.registration" href="#header.field.registration">Header Field Registration</a></h2> 3362 <p id="rfc.section.11.3.p.1">The Message Header Field Registry located at <<a href="http://www.iana.org/assignments/message-headers/message-header-index.html">http://www.iana.org/assignments/message-headers/message-header-index.html</a>> shall be updated with the permanent registrations below (see <a href="#RFC3864" id="rfc.xref.RFC3864.3"><cite title="Registration Procedures for Message Header Fields">[RFC3864]</cite></a>): 3341 3363 </p> 3342 3364 <div id="rfc.table.3"> … … 3488 3510 </table> 3489 3511 </div> 3490 <p id="rfc.section.1 0.3.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p>3491 <h2 id="rfc.section.1 0.4"><a href="#rfc.section.10.4">10.4</a> <a id="content.coding.registration" href="#content.coding.registration">Content Coding Registry</a></h2>3492 <p id="rfc.section.1 0.4.p.1">The registration procedure for HTTP Content Codings is now defined by <a href="#content.coding.registry" title="Content Coding Registry">Section 5.4.1</a> of this document.3493 </p> 3494 <p id="rfc.section.1 0.4.p.2">The HTTP Content Codings Registry located at <<a href="http://www.iana.org/assignments/http-parameters">http://www.iana.org/assignments/http-parameters</a>> shall be updated with the registration below:3512 <p id="rfc.section.11.3.p.2">The change controller is: "IETF (iesg@ietf.org) - Internet Engineering Task Force".</p> 3513 <h2 id="rfc.section.11.4"><a href="#rfc.section.11.4">11.4</a> <a id="content.coding.registration" href="#content.coding.registration">Content Coding Registry</a></h2> 3514 <p id="rfc.section.11.4.p.1">The registration procedure for HTTP Content Codings is now defined by <a href="#content.coding.registry" title="Content Coding Registry">Section 5.4.1</a> of this document. 3515 </p> 3516 <p id="rfc.section.11.4.p.2">The HTTP Content Codings Registry located at <<a href="http://www.iana.org/assignments/http-parameters">http://www.iana.org/assignments/http-parameters</a>> shall be updated with the registration below: 3495 3517 </p> 3496 3518 <div id="rfc.table.4"> … … 3508 3530 <td class="left">compress</td> 3509 3531 <td class="left">UNIX "compress" program method</td> 3510 <td class="left"> <a href="p1-messaging.html#compress.coding" title="Compress Coding">Section 4.2.1</a> of <a href="#Part1" id="rfc.xref.Part1. 40"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>3532 <td class="left"> <a href="p1-messaging.html#compress.coding" title="Compress Coding">Section 4.2.1</a> of <a href="#Part1" id="rfc.xref.Part1.52"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a> 3511 3533 </td> 3512 3534 </tr> … … 3515 3537 <td class="left">"deflate" compression mechanism (<a href="#RFC1951" id="rfc.xref.RFC1951.1"><cite title="DEFLATE Compressed Data Format Specification version 1.3">[RFC1951]</cite></a>) used inside the "zlib" data format (<a href="#RFC1950" id="rfc.xref.RFC1950.1"><cite title="ZLIB Compressed Data Format Specification version 3.3">[RFC1950]</cite></a>) 3516 3538 </td> 3517 <td class="left"> <a href="p1-messaging.html#deflate.coding" title="Deflate Coding">Section 4.2.2</a> of <a href="#Part1" id="rfc.xref.Part1. 41"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>3539 <td class="left"> <a href="p1-messaging.html#deflate.coding" title="Deflate Coding">Section 4.2.2</a> of <a href="#Part1" id="rfc.xref.Part1.53"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a> 3518 3540 </td> 3519 3541 </tr> … … 3521 3543 <td class="left">gzip</td> 3522 3544 <td class="left">Same as GNU zip <a href="#RFC1952" id="rfc.xref.RFC1952.1"><cite title="GZIP file format specification version 4.3">[RFC1952]</cite></a></td> 3523 <td class="left"> <a href="p1-messaging.html#gzip.coding" title="Gzip Coding">Section 4.2.3</a> of <a href="#Part1" id="rfc.xref.Part1. 42"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>3545 <td class="left"> <a href="p1-messaging.html#gzip.coding" title="Gzip Coding">Section 4.2.3</a> of <a href="#Part1" id="rfc.xref.Part1.54"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a> 3524 3546 </td> 3525 3547 </tr> … … 3534 3556 </table> 3535 3557 </div> 3536 <h1 id="rfc.section.11"><a href="#rfc.section.11">11.</a> <a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules Defined Elsewhere</a></h1> 3537 <p id="rfc.section.11.p.1">This specification uses the Augmented Backus-Naur Form (ABNF) notation of <a href="#RFC5234" id="rfc.xref.RFC5234.2"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a> with the list rule extension defined in <a href="p1-messaging.html#notation" title="Syntax Notation">Section 1.2</a> of <a href="#Part1" id="rfc.xref.Part1.43"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>. <a href="#collected.abnf" title="Collected ABNF">Appendix D</a> shows the collected ABNF with the list rule expanded. 3538 </p> 3539 <p id="rfc.section.11.p.2">The following core rules are included by reference, as defined in <a href="#RFC5234" id="rfc.xref.RFC5234.3"><cite title="Augmented BNF for Syntax Specifications: ABNF">[RFC5234]</cite></a>, <a href="http://tools.ietf.org/html/rfc5234#appendix-B.1">Appendix B.1</a>: ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), DIGIT (decimal 0-9), DQUOTE (double quote), HEXDIG 3540 (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed), OCTET (any 8-bit sequence of data), SP (space), and VCHAR 3541 (any visible US-ASCII character). 3542 </p> 3543 <p id="rfc.section.11.p.3">The ABNF rules below are defined in other parts:</p> 3544 <div id="rfc.figure.u.61"></div><pre class="inline"> <a href="#abnf.dependencies" class="smpl">BWS</a> = <BWS, defined in <a href="#Part1" id="rfc.xref.Part1.44"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#whitespace" title="Whitespace">Section 3.2.1</a>> 3545 <a href="#abnf.dependencies" class="smpl">OWS</a> = <OWS, defined in <a href="#Part1" id="rfc.xref.Part1.45"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#whitespace" title="Whitespace">Section 3.2.1</a>> 3546 <a href="#abnf.dependencies" class="smpl">RWS</a> = <RWS, defined in <a href="#Part1" id="rfc.xref.Part1.46"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#whitespace" title="Whitespace">Section 3.2.1</a>> 3547 <a href="#abnf.dependencies" class="smpl">URI-reference</a> = <URI-reference, defined in <a href="#Part1" id="rfc.xref.Part1.47"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.8</a>> 3548 <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in <a href="#Part1" id="rfc.xref.Part1.48"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.8</a>> 3549 <a href="#abnf.dependencies" class="smpl">partial-URI</a> = <partial-URI, defined in <a href="#Part1" id="rfc.xref.Part1.49"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#uri" title="Uniform Resource Identifiers">Section 2.8</a>> 3550 <a href="#abnf.dependencies" class="smpl">quoted-string</a> = <quoted-string, defined in <a href="#Part1" id="rfc.xref.Part1.50"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3551 <a href="#abnf.dependencies" class="smpl">qvalue</a> = <qvalue, defined in <a href="#Part1" id="rfc.xref.Part1.51"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#quality.values" title="Quality Values">Section 4.3.1</a>> 3552 <a href="#abnf.dependencies" class="smpl">token</a> = <token, defined in <a href="#Part1" id="rfc.xref.Part1.52"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3553 <a href="#abnf.dependencies" class="smpl">word</a> = <word, defined in <a href="#Part1" id="rfc.xref.Part1.53"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3554 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in <a href="#Part1" id="rfc.xref.Part1.54"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#field.components" title="Field value components">Section 3.2.4</a>> 3555 </pre><h1 id="rfc.section.12"><a href="#rfc.section.12">12.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 3558 <h1 id="rfc.section.12"><a href="#rfc.section.12">12.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 3556 3559 <p id="rfc.section.12.p.1">This section is meant to inform application developers, information providers, and users of the security limitations in HTTP/1.1 3557 3560 as described by this document. The discussion does not include definitive solutions to the problems revealed, though it does … … 3687 3690 <td class="reference"><b id="RFC2046">[RFC2046]</b></td> 3688 3691 <td class="top"><a href="mailto:ned@innosoft.com" title="Innosoft International, Inc.">Freed, N.</a> and <a href="mailto:nsb@nsb.fv.com" title="First Virtual Holdings">N. Borenstein</a>, “<a href="http://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a>”, RFC 2046, November 1996. 3692 </td> 3693 </tr> 3694 <tr> 3695 <td class="reference"><b id="RFC2119">[RFC2119]</b></td> 3696 <td class="top"><a href="mailto:sob@harvard.edu" title="Harvard University">Bradner, S.</a>, “<a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>”, BCP 14, RFC 2119, March 1997. 3689 3697 </td> 3690 3698 </tr> … … 4662 4670 <ul class="ind"> 4663 4671 <li><a id="rfc.index.1" href="#rfc.index.1"><b>1</b></a><ul> 4664 <li>100 Continue (status code) <a href="#rfc.xref.status.100.1">4.1</a>, <a href="#rfc.iref.21"><b>4.3.1</b></a>, <a href="#rfc.xref.status.100.2">1 0.2</a></li>4672 <li>100 Continue (status code) <a href="#rfc.xref.status.100.1">4.1</a>, <a href="#rfc.iref.21"><b>4.3.1</b></a>, <a href="#rfc.xref.status.100.2">11.2</a></li> 4665 4673 <li>100-continue (expect value) <a href="#rfc.iref.139"><b>9.11</b></a></li> 4666 <li>101 Switching Protocols (status code) <a href="#rfc.xref.status.101.1">4.1</a>, <a href="#rfc.iref.22"><b>4.3.2</b></a>, <a href="#rfc.xref.status.101.2">1 0.2</a></li>4674 <li>101 Switching Protocols (status code) <a href="#rfc.xref.status.101.1">4.1</a>, <a href="#rfc.iref.22"><b>4.3.2</b></a>, <a href="#rfc.xref.status.101.2">11.2</a></li> 4667 4675 <li>1xx Informational (status code class) <a href="#rfc.iref.20"><b>4.3</b></a></li> 4668 4676 </ul> 4669 4677 </li> 4670 4678 <li><a id="rfc.index.2" href="#rfc.index.2"><b>2</b></a><ul> 4671 <li>200 OK (status code) <a href="#rfc.xref.status.200.1">4.1</a>, <a href="#rfc.iref.24"><b>4.4.1</b></a>, <a href="#rfc.xref.status.200.2">1 0.2</a></li>4672 <li>201 Created (status code) <a href="#rfc.xref.status.201.1">4.1</a>, <a href="#rfc.iref.25"><b>4.4.2</b></a>, <a href="#rfc.xref.status.201.2">1 0.2</a></li>4673 <li>202 Accepted (status code) <a href="#rfc.xref.status.202.1">4.1</a>, <a href="#rfc.iref.26"><b>4.4.3</b></a>, <a href="#rfc.xref.status.202.2">1 0.2</a></li>4674 <li>203 Non-Authoritative Information (status code) <a href="#rfc.xref.status.203.1">4.1</a>, <a href="#rfc.iref.27"><b>4.4.4</b></a>, <a href="#rfc.xref.status.203.2">1 0.2</a>, <a href="#rfc.xref.status.203.3">C</a></li>4675 <li>204 No Content (status code) <a href="#rfc.xref.status.204.1">4.1</a>, <a href="#rfc.iref.28"><b>4.4.5</b></a>, <a href="#rfc.xref.status.204.2">1 0.2</a></li>4676 <li>205 Reset Content (status code) <a href="#rfc.xref.status.205.1">4.1</a>, <a href="#rfc.iref.29"><b>4.4.6</b></a>, <a href="#rfc.xref.status.205.2">1 0.2</a></li>4679 <li>200 OK (status code) <a href="#rfc.xref.status.200.1">4.1</a>, <a href="#rfc.iref.24"><b>4.4.1</b></a>, <a href="#rfc.xref.status.200.2">11.2</a></li> 4680 <li>201 Created (status code) <a href="#rfc.xref.status.201.1">4.1</a>, <a href="#rfc.iref.25"><b>4.4.2</b></a>, <a href="#rfc.xref.status.201.2">11.2</a></li> 4681 <li>202 Accepted (status code) <a href="#rfc.xref.status.202.1">4.1</a>, <a href="#rfc.iref.26"><b>4.4.3</b></a>, <a href="#rfc.xref.status.202.2">11.2</a></li> 4682 <li>203 Non-Authoritative Information (status code) <a href="#rfc.xref.status.203.1">4.1</a>, <a href="#rfc.iref.27"><b>4.4.4</b></a>, <a href="#rfc.xref.status.203.2">11.2</a>, <a href="#rfc.xref.status.203.3">C</a></li> 4683 <li>204 No Content (status code) <a href="#rfc.xref.status.204.1">4.1</a>, <a href="#rfc.iref.28"><b>4.4.5</b></a>, <a href="#rfc.xref.status.204.2">11.2</a></li> 4684 <li>205 Reset Content (status code) <a href="#rfc.xref.status.205.1">4.1</a>, <a href="#rfc.iref.29"><b>4.4.6</b></a>, <a href="#rfc.xref.status.205.2">11.2</a></li> 4677 4685 <li>2xx Successful (status code class) <a href="#rfc.iref.23"><b>4.4</b></a></li> 4678 4686 </ul> 4679 4687 </li> 4680 4688 <li><a id="rfc.index.3" href="#rfc.index.3"><b>3</b></a><ul> 4681 <li>300 Multiple Choices (status code) <a href="#rfc.xref.status.300.1">4.1</a>, <a href="#rfc.iref.31"><b>4.5.1</b></a>, <a href="#rfc.xref.status.300.2">1 0.2</a></li>4682 <li>301 Moved Permanently (status code) <a href="#rfc.xref.status.301.1">4.1</a>, <a href="#rfc.iref.32"><b>4.5.2</b></a>, <a href="#rfc.xref.status.301.2">1 0.2</a>, <a href="#rfc.xref.status.301.3">C</a></li>4683 <li>302 Found (status code) <a href="#rfc.xref.status.302.1">4.1</a>, <a href="#rfc.iref.33"><b>4.5.3</b></a>, <a href="#rfc.xref.status.302.2">1 0.2</a>, <a href="#rfc.xref.status.302.3">C</a></li>4684 <li>303 See Other (status code) <a href="#rfc.xref.status.303.1">4.1</a>, <a href="#rfc.iref.34"><b>4.5.4</b></a>, <a href="#rfc.xref.status.303.2">1 0.2</a></li>4685 <li>305 Use Proxy (status code) <a href="#rfc.xref.status.305.1">4.1</a>, <a href="#rfc.iref.35"><b>4.5.5</b></a>, <a href="#rfc.xref.status.305.2">1 0.2</a>, <a href="#rfc.xref.status.305.3">C</a></li>4686 <li>306 (Unused) (status code) <a href="#rfc.iref.36"><b>4.5.6</b></a>, <a href="#rfc.xref.status.306.1">1 0.2</a></li>4687 <li>307 Temporary Redirect (status code) <a href="#rfc.xref.status.307.1">4.1</a>, <a href="#rfc.iref.37"><b>4.5.7</b></a>, <a href="#rfc.xref.status.307.2">1 0.2</a>, <a href="#rfc.xref.status.307.3">C</a></li>4689 <li>300 Multiple Choices (status code) <a href="#rfc.xref.status.300.1">4.1</a>, <a href="#rfc.iref.31"><b>4.5.1</b></a>, <a href="#rfc.xref.status.300.2">11.2</a></li> 4690 <li>301 Moved Permanently (status code) <a href="#rfc.xref.status.301.1">4.1</a>, <a href="#rfc.iref.32"><b>4.5.2</b></a>, <a href="#rfc.xref.status.301.2">11.2</a>, <a href="#rfc.xref.status.301.3">C</a></li> 4691 <li>302 Found (status code) <a href="#rfc.xref.status.302.1">4.1</a>, <a href="#rfc.iref.33"><b>4.5.3</b></a>, <a href="#rfc.xref.status.302.2">11.2</a>, <a href="#rfc.xref.status.302.3">C</a></li> 4692 <li>303 See Other (status code) <a href="#rfc.xref.status.303.1">4.1</a>, <a href="#rfc.iref.34"><b>4.5.4</b></a>, <a href="#rfc.xref.status.303.2">11.2</a></li> 4693 <li>305 Use Proxy (status code) <a href="#rfc.xref.status.305.1">4.1</a>, <a href="#rfc.iref.35"><b>4.5.5</b></a>, <a href="#rfc.xref.status.305.2">11.2</a>, <a href="#rfc.xref.status.305.3">C</a></li> 4694 <li>306 (Unused) (status code) <a href="#rfc.iref.36"><b>4.5.6</b></a>, <a href="#rfc.xref.status.306.1">11.2</a></li> 4695 <li>307 Temporary Redirect (status code) <a href="#rfc.xref.status.307.1">4.1</a>, <a href="#rfc.iref.37"><b>4.5.7</b></a>, <a href="#rfc.xref.status.307.2">11.2</a>, <a href="#rfc.xref.status.307.3">C</a></li> 4688 4696 <li>3xx Redirection (status code class) <a href="#rfc.iref.30"><b>4.5</b></a>, <a href="#rfc.xref.status.3xx.1">C</a></li> 4689 4697 </ul> 4690 4698 </li> 4691 4699 <li><a id="rfc.index.4" href="#rfc.index.4"><b>4</b></a><ul> 4692 <li>400 Bad Request (status code) <a href="#rfc.xref.status.400.1">4.1</a>, <a href="#rfc.iref.39"><b>4.6.1</b></a>, <a href="#rfc.xref.status.400.2">1 0.2</a></li>4693 <li>402 Payment Required (status code) <a href="#rfc.xref.status.402.1">4.1</a>, <a href="#rfc.iref.40"><b>4.6.2</b></a>, <a href="#rfc.xref.status.402.2">1 0.2</a></li>4694 <li>403 Forbidden (status code) <a href="#rfc.xref.status.403.1">4.1</a>, <a href="#rfc.iref.41"><b>4.6.3</b></a>, <a href="#rfc.xref.status.403.2">1 0.2</a></li>4695 <li>404 Not Found (status code) <a href="#rfc.xref.status.404.1">4.1</a>, <a href="#rfc.iref.42"><b>4.6.4</b></a>, <a href="#rfc.xref.status.404.2">1 0.2</a></li>4696 <li>405 Method Not Allowed (status code) <a href="#rfc.xref.status.405.1">4.1</a>, <a href="#rfc.iref.43"><b>4.6.5</b></a>, <a href="#rfc.xref.status.405.2">1 0.2</a></li>4697 <li>406 Not Acceptable (status code) <a href="#rfc.xref.status.406.1">4.1</a>, <a href="#rfc.iref.44"><b>4.6.6</b></a>, <a href="#rfc.xref.status.406.2">1 0.2</a></li>4698 <li>408 Request Timeout (status code) <a href="#rfc.xref.status.408.1">4.1</a>, <a href="#rfc.iref.45"><b>4.6.7</b></a>, <a href="#rfc.xref.status.408.2">1 0.2</a></li>4699 <li>409 Conflict (status code) <a href="#rfc.xref.status.409.1">4.1</a>, <a href="#rfc.iref.46"><b>4.6.8</b></a>, <a href="#rfc.xref.status.409.2">1 0.2</a></li>4700 <li>410 Gone (status code) <a href="#rfc.xref.status.410.1">4.1</a>, <a href="#rfc.iref.47"><b>4.6.9</b></a>, <a href="#rfc.xref.status.410.2">1 0.2</a></li>4701 <li>411 Length Required (status code) <a href="#rfc.xref.status.411.1">4.1</a>, <a href="#rfc.iref.48"><b>4.6.10</b></a>, <a href="#rfc.xref.status.411.2">1 0.2</a></li>4702 <li>413 Request Representation Too Large (status code) <a href="#rfc.xref.status.413.1">4.1</a>, <a href="#rfc.iref.49"><b>4.6.11</b></a>, <a href="#rfc.xref.status.413.2">1 0.2</a></li>4703 <li>414 URI Too Long (status code) <a href="#rfc.xref.status.414.1">4.1</a>, <a href="#rfc.iref.50"><b>4.6.12</b></a>, <a href="#rfc.xref.status.414.2">1 0.2</a></li>4704 <li>415 Unsupported Media Type (status code) <a href="#rfc.xref.status.415.1">4.1</a>, <a href="#rfc.iref.51"><b>4.6.13</b></a>, <a href="#rfc.xref.status.415.2">1 0.2</a></li>4705 <li>417 Expectation Failed (status code) <a href="#rfc.xref.status.417.1">4.1</a>, <a href="#rfc.iref.52"><b>4.6.14</b></a>, <a href="#rfc.xref.status.417.2">1 0.2</a></li>4706 <li>426 Upgrade Required (status code) <a href="#rfc.xref.status.426.1">4.1</a>, <a href="#rfc.iref.53"><b>4.6.15</b></a>, <a href="#rfc.xref.status.426.2">1 0.2</a>, <a href="#rfc.xref.status.426.3">C</a></li>4700 <li>400 Bad Request (status code) <a href="#rfc.xref.status.400.1">4.1</a>, <a href="#rfc.iref.39"><b>4.6.1</b></a>, <a href="#rfc.xref.status.400.2">11.2</a></li> 4701 <li>402 Payment Required (status code) <a href="#rfc.xref.status.402.1">4.1</a>, <a href="#rfc.iref.40"><b>4.6.2</b></a>, <a href="#rfc.xref.status.402.2">11.2</a></li> 4702 <li>403 Forbidden (status code) <a href="#rfc.xref.status.403.1">4.1</a>, <a href="#rfc.iref.41"><b>4.6.3</b></a>, <a href="#rfc.xref.status.403.2">11.2</a></li> 4703 <li>404 Not Found (status code) <a href="#rfc.xref.status.404.1">4.1</a>, <a href="#rfc.iref.42"><b>4.6.4</b></a>, <a href="#rfc.xref.status.404.2">11.2</a></li> 4704 <li>405 Method Not Allowed (status code) <a href="#rfc.xref.status.405.1">4.1</a>, <a href="#rfc.iref.43"><b>4.6.5</b></a>, <a href="#rfc.xref.status.405.2">11.2</a></li> 4705 <li>406 Not Acceptable (status code) <a href="#rfc.xref.status.406.1">4.1</a>, <a href="#rfc.iref.44"><b>4.6.6</b></a>, <a href="#rfc.xref.status.406.2">11.2</a></li> 4706 <li>408 Request Timeout (status code) <a href="#rfc.xref.status.408.1">4.1</a>, <a href="#rfc.iref.45"><b>4.6.7</b></a>, <a href="#rfc.xref.status.408.2">11.2</a></li> 4707 <li>409 Conflict (status code) <a href="#rfc.xref.status.409.1">4.1</a>, <a href="#rfc.iref.46"><b>4.6.8</b></a>, <a href="#rfc.xref.status.409.2">11.2</a></li> 4708 <li>410 Gone (status code) <a href="#rfc.xref.status.410.1">4.1</a>, <a href="#rfc.iref.47"><b>4.6.9</b></a>, <a href="#rfc.xref.status.410.2">11.2</a></li> 4709 <li>411 Length Required (status code) <a href="#rfc.xref.status.411.1">4.1</a>, <a href="#rfc.iref.48"><b>4.6.10</b></a>, <a href="#rfc.xref.status.411.2">11.2</a></li> 4710 <li>413 Request Representation Too Large (status code) <a href="#rfc.xref.status.413.1">4.1</a>, <a href="#rfc.iref.49"><b>4.6.11</b></a>, <a href="#rfc.xref.status.413.2">11.2</a></li> 4711 <li>414 URI Too Long (status code) <a href="#rfc.xref.status.414.1">4.1</a>, <a href="#rfc.iref.50"><b>4.6.12</b></a>, <a href="#rfc.xref.status.414.2">11.2</a></li> 4712 <li>415 Unsupported Media Type (status code) <a href="#rfc.xref.status.415.1">4.1</a>, <a href="#rfc.iref.51"><b>4.6.13</b></a>, <a href="#rfc.xref.status.415.2">11.2</a></li> 4713 <li>417 Expectation Failed (status code) <a href="#rfc.xref.status.417.1">4.1</a>, <a href="#rfc.iref.52"><b>4.6.14</b></a>, <a href="#rfc.xref.status.417.2">11.2</a></li> 4714 <li>426 Upgrade Required (status code) <a href="#rfc.xref.status.426.1">4.1</a>, <a href="#rfc.iref.53"><b>4.6.15</b></a>, <a href="#rfc.xref.status.426.2">11.2</a>, <a href="#rfc.xref.status.426.3">C</a></li> 4707 4715 <li>4xx Client Error (status code class) <a href="#rfc.iref.38"><b>4.6</b></a></li> 4708 4716 </ul> 4709 4717 </li> 4710 4718 <li><a id="rfc.index.5" href="#rfc.index.5"><b>5</b></a><ul> 4711 <li>500 Internal Server Error (status code) <a href="#rfc.xref.status.500.1">4.1</a>, <a href="#rfc.iref.55"><b>4.7.1</b></a>, <a href="#rfc.xref.status.500.2">1 0.2</a></li>4712 <li>501 Not Implemented (status code) <a href="#rfc.xref.status.501.1">4.1</a>, <a href="#rfc.iref.56"><b>4.7.2</b></a>, <a href="#rfc.xref.status.501.2">1 0.2</a></li>4713 <li>502 Bad Gateway (status code) <a href="#rfc.xref.status.502.1">4.1</a>, <a href="#rfc.iref.57"><b>4.7.3</b></a>, <a href="#rfc.xref.status.502.2">1 0.2</a></li>4714 <li>503 Service Unavailable (status code) <a href="#rfc.xref.status.503.1">4.1</a>, <a href="#rfc.iref.58"><b>4.7.4</b></a>, <a href="#rfc.xref.status.503.2">1 0.2</a></li>4715 <li>504 Gateway Timeout (status code) <a href="#rfc.xref.status.504.1">4.1</a>, <a href="#rfc.iref.59"><b>4.7.5</b></a>, <a href="#rfc.xref.status.504.2">1 0.2</a></li>4716 <li>505 HTTP Version Not Supported (status code) <a href="#rfc.xref.status.505.1">4.1</a>, <a href="#rfc.iref.60"><b>4.7.6</b></a>, <a href="#rfc.xref.status.505.2">1 0.2</a></li>4719 <li>500 Internal Server Error (status code) <a href="#rfc.xref.status.500.1">4.1</a>, <a href="#rfc.iref.55"><b>4.7.1</b></a>, <a href="#rfc.xref.status.500.2">11.2</a></li> 4720 <li>501 Not Implemented (status code) <a href="#rfc.xref.status.501.1">4.1</a>, <a href="#rfc.iref.56"><b>4.7.2</b></a>, <a href="#rfc.xref.status.501.2">11.2</a></li> 4721 <li>502 Bad Gateway (status code) <a href="#rfc.xref.status.502.1">4.1</a>, <a href="#rfc.iref.57"><b>4.7.3</b></a>, <a href="#rfc.xref.status.502.2">11.2</a></li> 4722 <li>503 Service Unavailable (status code) <a href="#rfc.xref.status.503.1">4.1</a>, <a href="#rfc.iref.58"><b>4.7.4</b></a>, <a href="#rfc.xref.status.503.2">11.2</a></li> 4723 <li>504 Gateway Timeout (status code) <a href="#rfc.xref.status.504.1">4.1</a>, <a href="#rfc.iref.59"><b>4.7.5</b></a>, <a href="#rfc.xref.status.504.2">11.2</a></li> 4724 <li>505 HTTP Version Not Supported (status code) <a href="#rfc.xref.status.505.1">4.1</a>, <a href="#rfc.iref.60"><b>4.7.6</b></a>, <a href="#rfc.xref.status.505.2">11.2</a></li> 4717 4725 <li>5xx Server Error (status code class) <a href="#rfc.iref.54"><b>4.7</b></a></li> 4718 4726 </ul> 4719 4727 </li> 4720 4728 <li><a id="rfc.index.A" href="#rfc.index.A"><b>A</b></a><ul> 4721 <li>Accept header field <a href="#rfc.xref.header.accept.1">3.2</a>, <a href="#rfc.xref.header.accept.2">5.5</a>, <a href="#rfc.xref.header.accept.3">8.1</a>, <a href="#rfc.iref.a.1"><b>9.1</b></a>, <a href="#rfc.xref.header.accept.4">1 0.3</a></li>4722 <li>Accept-Charset header field <a href="#rfc.xref.header.accept-charset.1">3.2</a>, <a href="#rfc.xref.header.accept-charset.2">8.1</a>, <a href="#rfc.iref.a.2"><b>9.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">1 0.3</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li>4723 <li>Accept-Encoding header field <a href="#rfc.xref.header.accept-encoding.1">3.2</a>, <a href="#rfc.xref.header.accept-encoding.2">5.4</a>, <a href="#rfc.xref.header.accept-encoding.3">8.1</a>, <a href="#rfc.iref.a.3"><b>9.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">1 0.3</a>, <a href="#rfc.xref.header.accept-encoding.5">10.4</a></li>4724 <li>Accept-Language header field <a href="#rfc.xref.header.accept-language.1">3.2</a>, <a href="#rfc.xref.header.accept-language.2">8.1</a>, <a href="#rfc.iref.a.4"><b>9.4</b></a>, <a href="#rfc.xref.header.accept-language.3">1 0.3</a></li>4725 <li>Allow header field <a href="#rfc.xref.header.allow.1">2</a>, <a href="#rfc.xref.header.allow.2">3.3</a>, <a href="#rfc.iref.a.5"><b>9.5</b></a>, <a href="#rfc.xref.header.allow.3">1 0.3</a>, <a href="#rfc.xref.header.allow.4">C</a></li>4729 <li>Accept header field <a href="#rfc.xref.header.accept.1">3.2</a>, <a href="#rfc.xref.header.accept.2">5.5</a>, <a href="#rfc.xref.header.accept.3">8.1</a>, <a href="#rfc.iref.a.1"><b>9.1</b></a>, <a href="#rfc.xref.header.accept.4">11.3</a></li> 4730 <li>Accept-Charset header field <a href="#rfc.xref.header.accept-charset.1">3.2</a>, <a href="#rfc.xref.header.accept-charset.2">8.1</a>, <a href="#rfc.iref.a.2"><b>9.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">11.3</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li> 4731 <li>Accept-Encoding header field <a href="#rfc.xref.header.accept-encoding.1">3.2</a>, <a href="#rfc.xref.header.accept-encoding.2">5.4</a>, <a href="#rfc.xref.header.accept-encoding.3">8.1</a>, <a href="#rfc.iref.a.3"><b>9.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">11.3</a>, <a href="#rfc.xref.header.accept-encoding.5">11.4</a></li> 4732 <li>Accept-Language header field <a href="#rfc.xref.header.accept-language.1">3.2</a>, <a href="#rfc.xref.header.accept-language.2">8.1</a>, <a href="#rfc.iref.a.4"><b>9.4</b></a>, <a href="#rfc.xref.header.accept-language.3">11.3</a></li> 4733 <li>Allow header field <a href="#rfc.xref.header.allow.1">2</a>, <a href="#rfc.xref.header.allow.2">3.3</a>, <a href="#rfc.iref.a.5"><b>9.5</b></a>, <a href="#rfc.xref.header.allow.3">11.3</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 4726 4734 </ul> 4727 4735 </li> … … 4735 4743 </li> 4736 4744 <li>compress (Coding Format) <a href="#rfc.iref.c.3">5.4</a></li> 4737 <li>CONNECT method <a href="#rfc.iref.c.2"><b>2.3.8</b></a>, <a href="#rfc.xref.CONNECT.1">1 0.1</a>, <a href="#rfc.xref.CONNECT.2">C</a></li>4745 <li>CONNECT method <a href="#rfc.iref.c.2"><b>2.3.8</b></a>, <a href="#rfc.xref.CONNECT.1">11.1</a>, <a href="#rfc.xref.CONNECT.2">C</a></li> 4738 4746 <li>content negotiation <a href="#rfc.iref.c.1">1</a></li> 4739 <li>Content-Encoding header field <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.c.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">9.6</a>, <a href="#rfc.xref.header.content-encoding.4">1 0.3</a></li>4740 <li>Content-Language header field <a href="#rfc.xref.header.content-language.1">7.2</a>, <a href="#rfc.iref.c.8"><b>9.7</b></a>, <a href="#rfc.xref.header.content-language.2">1 0.3</a></li>4741 <li>Content-Location header field <a href="#rfc.xref.header.content-location.1">2.3.4</a>, <a href="#rfc.xref.header.content-location.2">7.2</a>, <a href="#rfc.iref.c.9"><b>9.8</b></a>, <a href="#rfc.xref.header.content-location.3">9.13</a>, <a href="#rfc.xref.header.content-location.4">1 0.3</a>, <a href="#rfc.xref.header.content-location.5">C</a></li>4747 <li>Content-Encoding header field <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.c.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">9.6</a>, <a href="#rfc.xref.header.content-encoding.4">11.3</a></li> 4748 <li>Content-Language header field <a href="#rfc.xref.header.content-language.1">7.2</a>, <a href="#rfc.iref.c.8"><b>9.7</b></a>, <a href="#rfc.xref.header.content-language.2">11.3</a></li> 4749 <li>Content-Location header field <a href="#rfc.xref.header.content-location.1">2.3.4</a>, <a href="#rfc.xref.header.content-location.2">7.2</a>, <a href="#rfc.iref.c.9"><b>9.8</b></a>, <a href="#rfc.xref.header.content-location.3">9.13</a>, <a href="#rfc.xref.header.content-location.4">11.3</a>, <a href="#rfc.xref.header.content-location.5">C</a></li> 4742 4750 <li>Content-Transfer-Encoding header field <a href="#rfc.iref.c.11">A.5</a>, <a href="#rfc.xref.no.content-transfer-encoding.1">C</a></li> 4743 <li>Content-Type header field <a href="#rfc.xref.header.content-type.1">3.1</a>, <a href="#rfc.xref.header.content-type.2">4</a>, <a href="#rfc.xref.header.content-type.3">5.5</a>, <a href="#rfc.xref.header.content-type.4">7.2</a>, <a href="#rfc.iref.c.10"><b>9.9</b></a>, <a href="#rfc.xref.header.content-type.5">1 0.3</a></li>4751 <li>Content-Type header field <a href="#rfc.xref.header.content-type.1">3.1</a>, <a href="#rfc.xref.header.content-type.2">4</a>, <a href="#rfc.xref.header.content-type.3">5.5</a>, <a href="#rfc.xref.header.content-type.4">7.2</a>, <a href="#rfc.iref.c.10"><b>9.9</b></a>, <a href="#rfc.xref.header.content-type.5">11.3</a></li> 4744 4752 </ul> 4745 4753 </li> 4746 4754 <li><a id="rfc.index.D" href="#rfc.index.D"><b>D</b></a><ul> 4747 <li>Date header field <a href="#rfc.xref.header.date.1">3.3</a>, <a href="#rfc.iref.d.3"><b>9.10</b></a>, <a href="#rfc.xref.header.date.2">1 0.3</a></li>4755 <li>Date header field <a href="#rfc.xref.header.date.1">3.3</a>, <a href="#rfc.iref.d.3"><b>9.10</b></a>, <a href="#rfc.xref.header.date.2">11.3</a></li> 4748 4756 <li>deflate (Coding Format) <a href="#rfc.iref.d.2">5.4</a></li> 4749 <li>DELETE method <a href="#rfc.iref.d.1"><b>2.3.6</b></a>, <a href="#rfc.xref.DELETE.1">1 0.1</a></li>4757 <li>DELETE method <a href="#rfc.iref.d.1"><b>2.3.6</b></a>, <a href="#rfc.xref.DELETE.1">11.1</a></li> 4750 4758 <li><em>draft-reschke-http-status-308</em> <a href="#rfc.xref.draft-reschke-http-status-308.1">4.5.7</a>, <a href="#draft-reschke-http-status-308"><b>14.2</b></a></li> 4751 4759 </ul> 4752 4760 </li> 4753 4761 <li><a id="rfc.index.E" href="#rfc.index.E"><b>E</b></a><ul> 4754 <li>Expect header field <a href="#rfc.xref.header.expect.1">3.2</a>, <a href="#rfc.xref.header.expect.2">4.6.14</a>, <a href="#rfc.iref.e.1"><b>9.11</b></a>, <a href="#rfc.xref.header.expect.3">1 0.3</a>, <a href="#rfc.xref.header.expect.4">C</a></li>4762 <li>Expect header field <a href="#rfc.xref.header.expect.1">3.2</a>, <a href="#rfc.xref.header.expect.2">4.6.14</a>, <a href="#rfc.iref.e.1"><b>9.11</b></a>, <a href="#rfc.xref.header.expect.3">11.3</a>, <a href="#rfc.xref.header.expect.4">C</a></li> 4755 4763 <li>Expect Values 4756 4764 <ul> … … 4761 4769 </li> 4762 4770 <li><a id="rfc.index.F" href="#rfc.index.F"><b>F</b></a><ul> 4763 <li>From header field <a href="#rfc.xref.header.from.1">3.2</a>, <a href="#rfc.iref.f.1"><b>9.12</b></a>, <a href="#rfc.xref.header.from.2">1 0.3</a></li>4771 <li>From header field <a href="#rfc.xref.header.from.1">3.2</a>, <a href="#rfc.iref.f.1"><b>9.12</b></a>, <a href="#rfc.xref.header.from.2">11.3</a></li> 4764 4772 </ul> 4765 4773 </li> 4766 4774 <li><a id="rfc.index.G" href="#rfc.index.G"><b>G</b></a><ul> 4767 <li>GET method <a href="#rfc.iref.g.2"><b>2.3.2</b></a>, <a href="#rfc.xref.GET.1">1 0.1</a></li>4775 <li>GET method <a href="#rfc.iref.g.2"><b>2.3.2</b></a>, <a href="#rfc.xref.GET.1">11.1</a></li> 4768 4776 <li><tt>Grammar</tt> 4769 4777 <ul> … … 4831 4839 </li> 4832 4840 <li><a id="rfc.index.H" href="#rfc.index.H"><b>H</b></a><ul> 4833 <li>HEAD method <a href="#rfc.iref.h.1"><b>2.3.3</b></a>, <a href="#rfc.xref.HEAD.1">1 0.1</a></li>4841 <li>HEAD method <a href="#rfc.iref.h.1"><b>2.3.3</b></a>, <a href="#rfc.xref.HEAD.1">11.1</a></li> 4834 4842 <li>Header Fields 4835 4843 <ul> 4836 <li>Accept <a href="#rfc.xref.header.accept.1">3.2</a>, <a href="#rfc.xref.header.accept.2">5.5</a>, <a href="#rfc.xref.header.accept.3">8.1</a>, <a href="#rfc.iref.h.2"><b>9.1</b></a>, <a href="#rfc.xref.header.accept.4">1 0.3</a></li>4837 <li>Accept-Charset <a href="#rfc.xref.header.accept-charset.1">3.2</a>, <a href="#rfc.xref.header.accept-charset.2">8.1</a>, <a href="#rfc.iref.h.3"><b>9.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">1 0.3</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li>4838 <li>Accept-Encoding <a href="#rfc.xref.header.accept-encoding.1">3.2</a>, <a href="#rfc.xref.header.accept-encoding.2">5.4</a>, <a href="#rfc.xref.header.accept-encoding.3">8.1</a>, <a href="#rfc.iref.h.4"><b>9.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">1 0.3</a>, <a href="#rfc.xref.header.accept-encoding.5">10.4</a></li>4839 <li>Accept-Language <a href="#rfc.xref.header.accept-language.1">3.2</a>, <a href="#rfc.xref.header.accept-language.2">8.1</a>, <a href="#rfc.iref.h.5"><b>9.4</b></a>, <a href="#rfc.xref.header.accept-language.3">1 0.3</a></li>4840 <li>Allow <a href="#rfc.xref.header.allow.1">2</a>, <a href="#rfc.xref.header.allow.2">3.3</a>, <a href="#rfc.iref.h.6"><b>9.5</b></a>, <a href="#rfc.xref.header.allow.3">1 0.3</a>, <a href="#rfc.xref.header.allow.4">C</a></li>4841 <li>Content-Encoding <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.h.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">9.6</a>, <a href="#rfc.xref.header.content-encoding.4">1 0.3</a></li>4842 <li>Content-Language <a href="#rfc.xref.header.content-language.1">7.2</a>, <a href="#rfc.iref.h.8"><b>9.7</b></a>, <a href="#rfc.xref.header.content-language.2">1 0.3</a></li>4843 <li>Content-Location <a href="#rfc.xref.header.content-location.1">2.3.4</a>, <a href="#rfc.xref.header.content-location.2">7.2</a>, <a href="#rfc.iref.h.9"><b>9.8</b></a>, <a href="#rfc.xref.header.content-location.3">9.13</a>, <a href="#rfc.xref.header.content-location.4">1 0.3</a>, <a href="#rfc.xref.header.content-location.5">C</a></li>4844 <li>Accept <a href="#rfc.xref.header.accept.1">3.2</a>, <a href="#rfc.xref.header.accept.2">5.5</a>, <a href="#rfc.xref.header.accept.3">8.1</a>, <a href="#rfc.iref.h.2"><b>9.1</b></a>, <a href="#rfc.xref.header.accept.4">11.3</a></li> 4845 <li>Accept-Charset <a href="#rfc.xref.header.accept-charset.1">3.2</a>, <a href="#rfc.xref.header.accept-charset.2">8.1</a>, <a href="#rfc.iref.h.3"><b>9.2</b></a>, <a href="#rfc.xref.header.accept-charset.3">11.3</a>, <a href="#rfc.xref.header.accept-charset.4">C</a></li> 4846 <li>Accept-Encoding <a href="#rfc.xref.header.accept-encoding.1">3.2</a>, <a href="#rfc.xref.header.accept-encoding.2">5.4</a>, <a href="#rfc.xref.header.accept-encoding.3">8.1</a>, <a href="#rfc.iref.h.4"><b>9.3</b></a>, <a href="#rfc.xref.header.accept-encoding.4">11.3</a>, <a href="#rfc.xref.header.accept-encoding.5">11.4</a></li> 4847 <li>Accept-Language <a href="#rfc.xref.header.accept-language.1">3.2</a>, <a href="#rfc.xref.header.accept-language.2">8.1</a>, <a href="#rfc.iref.h.5"><b>9.4</b></a>, <a href="#rfc.xref.header.accept-language.3">11.3</a></li> 4848 <li>Allow <a href="#rfc.xref.header.allow.1">2</a>, <a href="#rfc.xref.header.allow.2">3.3</a>, <a href="#rfc.iref.h.6"><b>9.5</b></a>, <a href="#rfc.xref.header.allow.3">11.3</a>, <a href="#rfc.xref.header.allow.4">C</a></li> 4849 <li>Content-Encoding <a href="#rfc.xref.header.content-encoding.1">5.4</a>, <a href="#rfc.xref.header.content-encoding.2">7.2</a>, <a href="#rfc.iref.h.7"><b>9.6</b></a>, <a href="#rfc.xref.header.content-encoding.3">9.6</a>, <a href="#rfc.xref.header.content-encoding.4">11.3</a></li> 4850 <li>Content-Language <a href="#rfc.xref.header.content-language.1">7.2</a>, <a href="#rfc.iref.h.8"><b>9.7</b></a>, <a href="#rfc.xref.header.content-language.2">11.3</a></li> 4851 <li>Content-Location <a href="#rfc.xref.header.content-location.1">2.3.4</a>, <a href="#rfc.xref.header.content-location.2">7.2</a>, <a href="#rfc.iref.h.9"><b>9.8</b></a>, <a href="#rfc.xref.header.content-location.3">9.13</a>, <a href="#rfc.xref.header.content-location.4">11.3</a>, <a href="#rfc.xref.header.content-location.5">C</a></li> 4844 4852 <li>Content-Transfer-Encoding <a href="#rfc.iref.h.21">A.5</a>, <a href="#rfc.xref.no.content-transfer-encoding.1">C</a></li> 4845 <li>Content-Type <a href="#rfc.xref.header.content-type.1">3.1</a>, <a href="#rfc.xref.header.content-type.2">4</a>, <a href="#rfc.xref.header.content-type.3">5.5</a>, <a href="#rfc.xref.header.content-type.4">7.2</a>, <a href="#rfc.iref.h.10"><b>9.9</b></a>, <a href="#rfc.xref.header.content-type.5">1 0.3</a></li>4846 <li>Date <a href="#rfc.xref.header.date.1">3.3</a>, <a href="#rfc.iref.h.11"><b>9.10</b></a>, <a href="#rfc.xref.header.date.2">1 0.3</a></li>4847 <li>Expect <a href="#rfc.xref.header.expect.1">3.2</a>, <a href="#rfc.xref.header.expect.2">4.6.14</a>, <a href="#rfc.iref.h.12"><b>9.11</b></a>, <a href="#rfc.xref.header.expect.3">1 0.3</a>, <a href="#rfc.xref.header.expect.4">C</a></li>4848 <li>From <a href="#rfc.xref.header.from.1">3.2</a>, <a href="#rfc.iref.h.13"><b>9.12</b></a>, <a href="#rfc.xref.header.from.2">1 0.3</a></li>4849 <li>Location <a href="#rfc.xref.header.location.1">2.3.4</a>, <a href="#rfc.xref.header.location.2">3.3</a>, <a href="#rfc.xref.header.location.3">4.5</a>, <a href="#rfc.iref.h.14"><b>9.13</b></a>, <a href="#rfc.xref.header.location.4">1 0.3</a>, <a href="#rfc.xref.header.location.5">C</a></li>4850 <li>Max-Forwards <a href="#rfc.xref.header.max-forwards.1">2.3.1</a>, <a href="#rfc.xref.header.max-forwards.2">2.3.7</a>, <a href="#rfc.xref.header.max-forwards.3">3.2</a>, <a href="#rfc.iref.h.15"><b>9.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">1 0.3</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li>4851 <li>MIME-Version <a href="#rfc.xref.mime-version.1">1 0.3</a>, <a href="#rfc.iref.h.20"><b>A.1</b></a></li>4852 <li>Referer <a href="#rfc.xref.header.referer.1">3.2</a>, <a href="#rfc.iref.h.16"><b>9.15</b></a>, <a href="#rfc.xref.header.referer.2">1 0.3</a>, <a href="#rfc.xref.header.referer.3">C</a></li>4853 <li>Retry-After <a href="#rfc.xref.header.retry-after.1">3.3</a>, <a href="#rfc.xref.header.retry-after.2">4.7.4</a>, <a href="#rfc.iref.h.17"><b>9.16</b></a>, <a href="#rfc.xref.header.retry-after.3">1 0.3</a></li>4854 <li>Server <a href="#rfc.xref.header.server.1">3.3</a>, <a href="#rfc.iref.h.18"><b>9.17</b></a>, <a href="#rfc.xref.header.server.2">1 0.3</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li>4855 <li>User-Agent <a href="#rfc.xref.header.user-agent.1">3.2</a>, <a href="#rfc.xref.header.user-agent.2">8.1</a>, <a href="#rfc.iref.h.19"><b>9.18</b></a>, <a href="#rfc.xref.header.user-agent.3">1 0.3</a>, <a href="#rfc.xref.header.user-agent.4">12.1</a></li>4853 <li>Content-Type <a href="#rfc.xref.header.content-type.1">3.1</a>, <a href="#rfc.xref.header.content-type.2">4</a>, <a href="#rfc.xref.header.content-type.3">5.5</a>, <a href="#rfc.xref.header.content-type.4">7.2</a>, <a href="#rfc.iref.h.10"><b>9.9</b></a>, <a href="#rfc.xref.header.content-type.5">11.3</a></li> 4854 <li>Date <a href="#rfc.xref.header.date.1">3.3</a>, <a href="#rfc.iref.h.11"><b>9.10</b></a>, <a href="#rfc.xref.header.date.2">11.3</a></li> 4855 <li>Expect <a href="#rfc.xref.header.expect.1">3.2</a>, <a href="#rfc.xref.header.expect.2">4.6.14</a>, <a href="#rfc.iref.h.12"><b>9.11</b></a>, <a href="#rfc.xref.header.expect.3">11.3</a>, <a href="#rfc.xref.header.expect.4">C</a></li> 4856 <li>From <a href="#rfc.xref.header.from.1">3.2</a>, <a href="#rfc.iref.h.13"><b>9.12</b></a>, <a href="#rfc.xref.header.from.2">11.3</a></li> 4857 <li>Location <a href="#rfc.xref.header.location.1">2.3.4</a>, <a href="#rfc.xref.header.location.2">3.3</a>, <a href="#rfc.xref.header.location.3">4.5</a>, <a href="#rfc.iref.h.14"><b>9.13</b></a>, <a href="#rfc.xref.header.location.4">11.3</a>, <a href="#rfc.xref.header.location.5">C</a></li> 4858 <li>Max-Forwards <a href="#rfc.xref.header.max-forwards.1">2.3.1</a>, <a href="#rfc.xref.header.max-forwards.2">2.3.7</a>, <a href="#rfc.xref.header.max-forwards.3">3.2</a>, <a href="#rfc.iref.h.15"><b>9.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">11.3</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li> 4859 <li>MIME-Version <a href="#rfc.xref.mime-version.1">11.3</a>, <a href="#rfc.iref.h.20"><b>A.1</b></a></li> 4860 <li>Referer <a href="#rfc.xref.header.referer.1">3.2</a>, <a href="#rfc.iref.h.16"><b>9.15</b></a>, <a href="#rfc.xref.header.referer.2">11.3</a>, <a href="#rfc.xref.header.referer.3">C</a></li> 4861 <li>Retry-After <a href="#rfc.xref.header.retry-after.1">3.3</a>, <a href="#rfc.xref.header.retry-after.2">4.7.4</a>, <a href="#rfc.iref.h.17"><b>9.16</b></a>, <a href="#rfc.xref.header.retry-after.3">11.3</a></li> 4862 <li>Server <a href="#rfc.xref.header.server.1">3.3</a>, <a href="#rfc.iref.h.18"><b>9.17</b></a>, <a href="#rfc.xref.header.server.2">11.3</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li> 4863 <li>User-Agent <a href="#rfc.xref.header.user-agent.1">3.2</a>, <a href="#rfc.xref.header.user-agent.2">8.1</a>, <a href="#rfc.iref.h.19"><b>9.18</b></a>, <a href="#rfc.xref.header.user-agent.3">11.3</a>, <a href="#rfc.xref.header.user-agent.4">12.1</a></li> 4856 4864 </ul> 4857 4865 </li> … … 4863 4871 </li> 4864 4872 <li><a id="rfc.index.L" href="#rfc.index.L"><b>L</b></a><ul> 4865 <li>Location header field <a href="#rfc.xref.header.location.1">2.3.4</a>, <a href="#rfc.xref.header.location.2">3.3</a>, <a href="#rfc.xref.header.location.3">4.5</a>, <a href="#rfc.iref.l.1"><b>9.13</b></a>, <a href="#rfc.xref.header.location.4">1 0.3</a>, <a href="#rfc.xref.header.location.5">C</a></li>4873 <li>Location header field <a href="#rfc.xref.header.location.1">2.3.4</a>, <a href="#rfc.xref.header.location.2">3.3</a>, <a href="#rfc.xref.header.location.3">4.5</a>, <a href="#rfc.iref.l.1"><b>9.13</b></a>, <a href="#rfc.xref.header.location.4">11.3</a>, <a href="#rfc.xref.header.location.5">C</a></li> 4866 4874 </ul> 4867 4875 </li> 4868 4876 <li><a id="rfc.index.M" href="#rfc.index.M"><b>M</b></a><ul> 4869 <li>Max-Forwards header field <a href="#rfc.xref.header.max-forwards.1">2.3.1</a>, <a href="#rfc.xref.header.max-forwards.2">2.3.7</a>, <a href="#rfc.xref.header.max-forwards.3">3.2</a>, <a href="#rfc.iref.m.9"><b>9.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">1 0.3</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li>4877 <li>Max-Forwards header field <a href="#rfc.xref.header.max-forwards.1">2.3.1</a>, <a href="#rfc.xref.header.max-forwards.2">2.3.7</a>, <a href="#rfc.xref.header.max-forwards.3">3.2</a>, <a href="#rfc.iref.m.9"><b>9.14</b></a>, <a href="#rfc.xref.header.max-forwards.4">11.3</a>, <a href="#rfc.xref.header.max-forwards.5">C</a></li> 4870 4878 <li>Methods 4871 4879 <ul> 4872 <li>CONNECT <a href="#rfc.iref.m.8"><b>2.3.8</b></a>, <a href="#rfc.xref.CONNECT.1">1 0.1</a>, <a href="#rfc.xref.CONNECT.2">C</a></li>4873 <li>DELETE <a href="#rfc.iref.m.6"><b>2.3.6</b></a>, <a href="#rfc.xref.DELETE.1">1 0.1</a></li>4874 <li>GET <a href="#rfc.iref.m.2"><b>2.3.2</b></a>, <a href="#rfc.xref.GET.1">1 0.1</a></li>4875 <li>HEAD <a href="#rfc.iref.m.3"><b>2.3.3</b></a>, <a href="#rfc.xref.HEAD.1">1 0.1</a></li>4876 <li>OPTIONS <a href="#rfc.iref.m.1"><b>2.3.1</b></a>, <a href="#rfc.xref.OPTIONS.1">9.14</a>, <a href="#rfc.xref.OPTIONS.2">1 0.1</a></li>4877 <li>POST <a href="#rfc.iref.m.4"><b>2.3.4</b></a>, <a href="#rfc.xref.POST.1">1 0.1</a>, <a href="#rfc.xref.POST.2">C</a></li>4878 <li>PUT <a href="#rfc.iref.m.5"><b>2.3.5</b></a>, <a href="#rfc.xref.PUT.1">1 0.1</a>, <a href="#rfc.xref.PUT.2">C</a></li>4879 <li>TRACE <a href="#rfc.iref.m.7"><b>2.3.7</b></a>, <a href="#rfc.xref.TRACE.1">9.14</a>, <a href="#rfc.xref.TRACE.2">1 0.1</a>, <a href="#rfc.xref.TRACE.3">12.1</a></li>4880 <li>CONNECT <a href="#rfc.iref.m.8"><b>2.3.8</b></a>, <a href="#rfc.xref.CONNECT.1">11.1</a>, <a href="#rfc.xref.CONNECT.2">C</a></li> 4881 <li>DELETE <a href="#rfc.iref.m.6"><b>2.3.6</b></a>, <a href="#rfc.xref.DELETE.1">11.1</a></li> 4882 <li>GET <a href="#rfc.iref.m.2"><b>2.3.2</b></a>, <a href="#rfc.xref.GET.1">11.1</a></li> 4883 <li>HEAD <a href="#rfc.iref.m.3"><b>2.3.3</b></a>, <a href="#rfc.xref.HEAD.1">11.1</a></li> 4884 <li>OPTIONS <a href="#rfc.iref.m.1"><b>2.3.1</b></a>, <a href="#rfc.xref.OPTIONS.1">9.14</a>, <a href="#rfc.xref.OPTIONS.2">11.1</a></li> 4885 <li>POST <a href="#rfc.iref.m.4"><b>2.3.4</b></a>, <a href="#rfc.xref.POST.1">11.1</a>, <a href="#rfc.xref.POST.2">C</a></li> 4886 <li>PUT <a href="#rfc.iref.m.5"><b>2.3.5</b></a>, <a href="#rfc.xref.PUT.1">11.1</a>, <a href="#rfc.xref.PUT.2">C</a></li> 4887 <li>TRACE <a href="#rfc.iref.m.7"><b>2.3.7</b></a>, <a href="#rfc.xref.TRACE.1">9.14</a>, <a href="#rfc.xref.TRACE.2">11.1</a>, <a href="#rfc.xref.TRACE.3">12.1</a></li> 4880 4888 </ul> 4881 4889 </li> 4882 <li>MIME-Version header field <a href="#rfc.xref.mime-version.1">1 0.3</a>, <a href="#rfc.iref.m.10"><b>A.1</b></a></li>4890 <li>MIME-Version header field <a href="#rfc.xref.mime-version.1">11.3</a>, <a href="#rfc.iref.m.10"><b>A.1</b></a></li> 4883 4891 </ul> 4884 4892 </li> 4885 4893 <li><a id="rfc.index.O" href="#rfc.index.O"><b>O</b></a><ul> 4886 <li>OPTIONS method <a href="#rfc.iref.o.1"><b>2.3.1</b></a>, <a href="#rfc.xref.OPTIONS.1">9.14</a>, <a href="#rfc.xref.OPTIONS.2">1 0.1</a></li>4894 <li>OPTIONS method <a href="#rfc.iref.o.1"><b>2.3.1</b></a>, <a href="#rfc.xref.OPTIONS.1">9.14</a>, <a href="#rfc.xref.OPTIONS.2">11.1</a></li> 4887 4895 </ul> 4888 4896 </li> 4889 4897 <li><a id="rfc.index.P" href="#rfc.index.P"><b>P</b></a><ul> 4890 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1</a>, <a href="#rfc.xref.Part1.2">2</a>, <a href="#rfc.xref.Part1.3">2.2.1</a>, <a href="#rfc.xref.Part1.4">2.3.1</a>, <a href="#rfc.xref.Part1.5">2.3.7</a>, <a href="#rfc.xref.Part1.6">2.3.7</a>, <a href="#rfc.xref.Part1.7">2.3.8</a>, <a href="#rfc.xref.Part1.8">3</a>, <a href="#rfc.xref.Part1.9">3.1</a>, <a href="#rfc.xref.Part1.10">3.1</a>, <a href="#rfc.xref.Part1.11">3.1</a>, <a href="#rfc.xref.Part1.12">3.1</a>, <a href="#rfc.xref.Part1.13">3.1</a>, <a href="#rfc.xref.Part1.14">3.2</a>, <a href="#rfc.xref.Part1.15">3.2</a>, <a href="#rfc.xref.Part1.16">3.3</a>, <a href="#rfc.xref.Part1.17">4.3.1</a>, <a href="#rfc.xref.Part1.18">4.3.2</a>, <a href="#rfc.xref.Part1.19">4.4.4</a>, <a href="#rfc.xref.Part1.20">4.4.6</a>, <a href="#rfc.xref.Part1.21">4.6.15</a>, <a href="#rfc.xref.Part1.22">4.7.6</a>, <a href="#rfc.xref.Part1.23">5.4</a>, <a href="#rfc.xref.Part1.24">5.4</a>, <a href="#rfc.xref.Part1.25">5.4</a>, <a href="#rfc.xref.Part1.26">5.4.1</a>, <a href="#rfc.xref.Part1.27">5.4.1</a>, <a href="#rfc.xref.Part1.28">6.1</a>, <a href="#rfc.xref.Part1.29">6.2</a>, <a href="#rfc.xref.Part1.30">7</a>, <a href="#rfc.xref.Part1.31">7.1</a>, <a href="#rfc.xref.Part1.32">8.1</a>, <a href="#rfc.xref.Part1.33">9.1</a>, <a href="#rfc.xref.Part1.34">9.3</a>, <a href="#rfc.xref.Part1.35">9.8</a>, <a href="#rfc.xref.Part1.36">9.11</a>, <a href="#rfc.xref.Part1.37">9.17</a>, <a href="#rfc.xref.Part1.38">9.17</a>, <a href="#rfc.xref.Part1.39">9.18</a>, <a href="#rfc.xref.Part1.40">10 .4</a>, <a href="#rfc.xref.Part1.41">10.4</a>, <a href="#rfc.xref.Part1.42">10.4</a>, <a href="#rfc.xref.Part1.43">11</a>, <a href="#rfc.xref.Part1.44">11</a>, <a href="#rfc.xref.Part1.45">11</a>, <a href="#rfc.xref.Part1.46">11</a>, <a href="#rfc.xref.Part1.47">11</a>, <a href="#rfc.xref.Part1.48">11</a>, <a href="#rfc.xref.Part1.49">11</a>, <a href="#rfc.xref.Part1.50">11</a>, <a href="#rfc.xref.Part1.51">11</a>, <a href="#rfc.xref.Part1.52">11</a>, <a href="#rfc.xref.Part1.53">11</a>, <a href="#rfc.xref.Part1.54">11</a>, <a href="#rfc.xref.Part1.55">13</a>, <a href="#Part1"><b>14.1</b></a>, <a href="#rfc.xref.Part1.56">C</a><ul>4891 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.4 3">11</a></li>4898 <li><em>Part1</em> <a href="#rfc.xref.Part1.1">1</a>, <a href="#rfc.xref.Part1.2">2</a>, <a href="#rfc.xref.Part1.3">2.2.1</a>, <a href="#rfc.xref.Part1.4">2.3.1</a>, <a href="#rfc.xref.Part1.5">2.3.7</a>, <a href="#rfc.xref.Part1.6">2.3.7</a>, <a href="#rfc.xref.Part1.7">2.3.8</a>, <a href="#rfc.xref.Part1.8">3</a>, <a href="#rfc.xref.Part1.9">3.1</a>, <a href="#rfc.xref.Part1.10">3.1</a>, <a href="#rfc.xref.Part1.11">3.1</a>, <a href="#rfc.xref.Part1.12">3.1</a>, <a href="#rfc.xref.Part1.13">3.1</a>, <a href="#rfc.xref.Part1.14">3.2</a>, <a href="#rfc.xref.Part1.15">3.2</a>, <a href="#rfc.xref.Part1.16">3.3</a>, <a href="#rfc.xref.Part1.17">4.3.1</a>, <a href="#rfc.xref.Part1.18">4.3.2</a>, <a href="#rfc.xref.Part1.19">4.4.4</a>, <a href="#rfc.xref.Part1.20">4.4.6</a>, <a href="#rfc.xref.Part1.21">4.6.15</a>, <a href="#rfc.xref.Part1.22">4.7.6</a>, <a href="#rfc.xref.Part1.23">5.4</a>, <a href="#rfc.xref.Part1.24">5.4</a>, <a href="#rfc.xref.Part1.25">5.4</a>, <a href="#rfc.xref.Part1.26">5.4.1</a>, <a href="#rfc.xref.Part1.27">5.4.1</a>, <a href="#rfc.xref.Part1.28">6.1</a>, <a href="#rfc.xref.Part1.29">6.2</a>, <a href="#rfc.xref.Part1.30">7</a>, <a href="#rfc.xref.Part1.31">7.1</a>, <a href="#rfc.xref.Part1.32">8.1</a>, <a href="#rfc.xref.Part1.33">9.1</a>, <a href="#rfc.xref.Part1.34">9.3</a>, <a href="#rfc.xref.Part1.35">9.8</a>, <a href="#rfc.xref.Part1.36">9.11</a>, <a href="#rfc.xref.Part1.37">9.17</a>, <a href="#rfc.xref.Part1.38">9.17</a>, <a href="#rfc.xref.Part1.39">9.18</a>, <a href="#rfc.xref.Part1.40">10</a>, <a href="#rfc.xref.Part1.41">10</a>, <a href="#rfc.xref.Part1.42">10</a>, <a href="#rfc.xref.Part1.43">10</a>, <a href="#rfc.xref.Part1.44">10</a>, <a href="#rfc.xref.Part1.45">10</a>, <a href="#rfc.xref.Part1.46">10</a>, <a href="#rfc.xref.Part1.47">10</a>, <a href="#rfc.xref.Part1.48">10</a>, <a href="#rfc.xref.Part1.49">10</a>, <a href="#rfc.xref.Part1.50">10</a>, <a href="#rfc.xref.Part1.51">10</a>, <a href="#rfc.xref.Part1.52">11.4</a>, <a href="#rfc.xref.Part1.53">11.4</a>, <a href="#rfc.xref.Part1.54">11.4</a>, <a href="#rfc.xref.Part1.55">13</a>, <a href="#Part1"><b>14.1</b></a>, <a href="#rfc.xref.Part1.56">C</a><ul> 4899 <li><em>Section 1.2</em> <a href="#rfc.xref.Part1.40">10</a></li> 4892 4900 <li><em>Section 2</em> <a href="#rfc.xref.Part1.1">1</a></li> 4893 4901 <li><em>Section 2.4</em> <a href="#rfc.xref.Part1.19">4.4.4</a></li> 4894 4902 <li><em>Section 2.7</em> <a href="#rfc.xref.Part1.22">4.7.6</a></li> 4895 <li><em>Section 2.8</em> <a href="#rfc.xref.Part1.4 7">11</a>, <a href="#rfc.xref.Part1.48">11</a>, <a href="#rfc.xref.Part1.49">11</a></li>4903 <li><em>Section 2.8</em> <a href="#rfc.xref.Part1.44">10</a>, <a href="#rfc.xref.Part1.45">10</a>, <a href="#rfc.xref.Part1.46">10</a></li> 4896 4904 <li><em>Section 3.2</em> <a href="#rfc.xref.Part1.8">3</a>, <a href="#rfc.xref.Part1.11">3.1</a>, <a href="#rfc.xref.Part1.37">9.17</a>, <a href="#rfc.xref.Part1.39">9.18</a></li> 4897 <li><em>Section 3.2.1</em> <a href="#rfc.xref.Part1.4 4">11</a>, <a href="#rfc.xref.Part1.45">11</a>, <a href="#rfc.xref.Part1.46">11</a></li>4898 <li><em>Section 3.2.4</em> <a href="#rfc.xref.Part1.10">3.1</a>, <a href="#rfc.xref.Part1. 50">11</a>, <a href="#rfc.xref.Part1.52">11</a>, <a href="#rfc.xref.Part1.53">11</a>, <a href="#rfc.xref.Part1.54">11</a></li>4905 <li><em>Section 3.2.1</em> <a href="#rfc.xref.Part1.41">10</a>, <a href="#rfc.xref.Part1.42">10</a>, <a href="#rfc.xref.Part1.43">10</a></li> 4906 <li><em>Section 3.2.4</em> <a href="#rfc.xref.Part1.10">3.1</a>, <a href="#rfc.xref.Part1.47">10</a>, <a href="#rfc.xref.Part1.49">10</a>, <a href="#rfc.xref.Part1.50">10</a>, <a href="#rfc.xref.Part1.51">10</a></li> 4899 4907 <li><em>Section 3.2.5</em> <a href="#rfc.xref.Part1.9">3.1</a></li> 4900 4908 <li><em>Section 3.3</em> <a href="#rfc.xref.Part1.3">2.2.1</a>, <a href="#rfc.xref.Part1.20">4.4.6</a>, <a href="#rfc.xref.Part1.29">6.2</a>, <a href="#rfc.xref.Part1.30">7</a></li> … … 4902 4910 <li><em>Section 4</em> <a href="#rfc.xref.Part1.26">5.4.1</a></li> 4903 4911 <li><em>Section 4.1</em> <a href="#rfc.xref.Part1.13">3.1</a></li> 4904 <li><em>Section 4.2.1</em> <a href="#rfc.xref.Part1.23">5.4</a>, <a href="#rfc.xref.Part1. 40">10.4</a></li>4912 <li><em>Section 4.2.1</em> <a href="#rfc.xref.Part1.23">5.4</a>, <a href="#rfc.xref.Part1.52">11.4</a></li> 4905 4913 <li><em>Section 4.2</em> <a href="#rfc.xref.Part1.27">5.4.1</a></li> 4906 <li><em>Section 4.2.2</em> <a href="#rfc.xref.Part1.24">5.4</a>, <a href="#rfc.xref.Part1. 41">10.4</a></li>4907 <li><em>Section 4.2.3</em> <a href="#rfc.xref.Part1.25">5.4</a>, <a href="#rfc.xref.Part1. 42">10.4</a></li>4914 <li><em>Section 4.2.2</em> <a href="#rfc.xref.Part1.24">5.4</a>, <a href="#rfc.xref.Part1.53">11.4</a></li> 4915 <li><em>Section 4.2.3</em> <a href="#rfc.xref.Part1.25">5.4</a>, <a href="#rfc.xref.Part1.54">11.4</a></li> 4908 4916 <li><em>Section 4.3</em> <a href="#rfc.xref.Part1.15">3.2</a></li> 4909 <li><em>Section 4.3.1</em> <a href="#rfc.xref.Part1.32">8.1</a>, <a href="#rfc.xref.Part1.33">9.1</a>, <a href="#rfc.xref.Part1.34">9.3</a>, <a href="#rfc.xref.Part1. 51">11</a></li>4917 <li><em>Section 4.3.1</em> <a href="#rfc.xref.Part1.32">8.1</a>, <a href="#rfc.xref.Part1.33">9.1</a>, <a href="#rfc.xref.Part1.34">9.3</a>, <a href="#rfc.xref.Part1.48">10</a></li> 4910 4918 <li><em>Section 5.3</em> <a href="#rfc.xref.Part1.4">2.3.1</a>, <a href="#rfc.xref.Part1.7">2.3.8</a></li> 4911 4919 <li><em>Section 5.4</em> <a href="#rfc.xref.Part1.14">3.2</a></li> … … 4964 4972 </li> 4965 4973 <li>payload <a href="#rfc.iref.p.3">6</a></li> 4966 <li>POST method <a href="#rfc.iref.p.1"><b>2.3.4</b></a>, <a href="#rfc.xref.POST.1">1 0.1</a>, <a href="#rfc.xref.POST.2">C</a></li>4967 <li>PUT method <a href="#rfc.iref.p.2"><b>2.3.5</b></a>, <a href="#rfc.xref.PUT.1">1 0.1</a>, <a href="#rfc.xref.PUT.2">C</a></li>4974 <li>POST method <a href="#rfc.iref.p.1"><b>2.3.4</b></a>, <a href="#rfc.xref.POST.1">11.1</a>, <a href="#rfc.xref.POST.2">C</a></li> 4975 <li>PUT method <a href="#rfc.iref.p.2"><b>2.3.5</b></a>, <a href="#rfc.xref.PUT.1">11.1</a>, <a href="#rfc.xref.PUT.2">C</a></li> 4968 4976 </ul> 4969 4977 </li> 4970 4978 <li><a id="rfc.index.R" href="#rfc.index.R"><b>R</b></a><ul> 4971 <li>Referer header field <a href="#rfc.xref.header.referer.1">3.2</a>, <a href="#rfc.iref.r.2"><b>9.15</b></a>, <a href="#rfc.xref.header.referer.2">1 0.3</a>, <a href="#rfc.xref.header.referer.3">C</a></li>4979 <li>Referer header field <a href="#rfc.xref.header.referer.1">3.2</a>, <a href="#rfc.iref.r.2"><b>9.15</b></a>, <a href="#rfc.xref.header.referer.2">11.3</a>, <a href="#rfc.xref.header.referer.3">C</a></li> 4972 4980 <li>representation <a href="#rfc.iref.r.1">7</a></li> 4973 <li>Retry-After header field <a href="#rfc.xref.header.retry-after.1">3.3</a>, <a href="#rfc.xref.header.retry-after.2">4.7.4</a>, <a href="#rfc.iref.r.3"><b>9.16</b></a>, <a href="#rfc.xref.header.retry-after.3">1 0.3</a></li>4981 <li>Retry-After header field <a href="#rfc.xref.header.retry-after.1">3.3</a>, <a href="#rfc.xref.header.retry-after.2">4.7.4</a>, <a href="#rfc.iref.r.3"><b>9.16</b></a>, <a href="#rfc.xref.header.retry-after.3">11.3</a></li> 4974 4982 <li><em>RFC1123</em> <a href="#rfc.xref.RFC1123.1">5.1</a>, <a href="#rfc.xref.RFC1123.2">5.1</a>, <a href="#RFC1123"><b>14.2</b></a><ul> 4975 4983 <li><em>Section 5.2.14</em> <a href="#rfc.xref.RFC1123.2">5.1</a></li> … … 4980 4988 </ul> 4981 4989 </li> 4982 <li><em>RFC1950</em> <a href="#rfc.xref.RFC1950.1">1 0.4</a>, <a href="#RFC1950"><b>14.1</b></a></li>4983 <li><em>RFC1951</em> <a href="#rfc.xref.RFC1951.1">1 0.4</a>, <a href="#RFC1951"><b>14.1</b></a></li>4984 <li><em>RFC1952</em> <a href="#rfc.xref.RFC1952.1">1 0.4</a>, <a href="#RFC1952"><b>14.1</b></a></li>4990 <li><em>RFC1950</em> <a href="#rfc.xref.RFC1950.1">11.4</a>, <a href="#RFC1950"><b>14.1</b></a></li> 4991 <li><em>RFC1951</em> <a href="#rfc.xref.RFC1951.1">11.4</a>, <a href="#RFC1951"><b>14.1</b></a></li> 4992 <li><em>RFC1952</em> <a href="#rfc.xref.RFC1952.1">11.4</a>, <a href="#RFC1952"><b>14.1</b></a></li> 4985 4993 <li><em>RFC2045</em> <a href="#RFC2045"><b>14.1</b></a>, <a href="#rfc.xref.RFC2045.1">A</a>, <a href="#rfc.xref.RFC2045.2">A.1</a></li> 4986 4994 <li><em>RFC2046</em> <a href="#rfc.xref.RFC2046.1">5.5</a>, <a href="#rfc.xref.RFC2046.2">5.5.2</a>, <a href="#rfc.xref.RFC2046.3">7.3</a>, <a href="#RFC2046"><b>14.1</b></a>, <a href="#rfc.xref.RFC2046.4">A.2</a><ul> … … 4999 5007 </li> 5000 5008 <li><em>RFC2076</em> <a href="#RFC2076"><b>14.2</b></a>, <a href="#rfc.xref.RFC2076.1">B</a></li> 5009 <li><em>RFC2119</em> <a href="#rfc.xref.RFC2119.1">10</a>, <a href="#RFC2119"><b>14.1</b></a></li> 5001 5010 <li><em>RFC2277</em> <a href="#rfc.xref.RFC2277.1">5.3</a>, <a href="#RFC2277"><b>14.2</b></a></li> 5002 5011 <li><em>RFC2295</em> <a href="#rfc.xref.RFC2295.1">8</a>, <a href="#RFC2295"><b>14.2</b></a></li> … … 5011 5020 </ul> 5012 5021 </li> 5013 <li><em>RFC2817</em> <a href="#rfc.xref.RFC2817.1">1 0.2</a>, <a href="#RFC2817"><b>14.2</b></a>, <a href="#rfc.xref.RFC2817.2">C</a>, <a href="#rfc.xref.RFC2817.3">C</a>, <a href="#rfc.xref.RFC2817.4">C</a><ul>5014 <li><em>Section 7.1</em> <a href="#rfc.xref.RFC2817.1">1 0.2</a>, <a href="#rfc.xref.RFC2817.3">C</a></li>5022 <li><em>RFC2817</em> <a href="#rfc.xref.RFC2817.1">11.2</a>, <a href="#RFC2817"><b>14.2</b></a>, <a href="#rfc.xref.RFC2817.2">C</a>, <a href="#rfc.xref.RFC2817.3">C</a>, <a href="#rfc.xref.RFC2817.4">C</a><ul> 5023 <li><em>Section 7.1</em> <a href="#rfc.xref.RFC2817.1">11.2</a>, <a href="#rfc.xref.RFC2817.3">C</a></li> 5015 5024 </ul> 5016 5025 </li> 5017 5026 <li><em>RFC3629</em> <a href="#rfc.xref.RFC3629.1">5.3</a>, <a href="#RFC3629"><b>14.2</b></a></li> 5018 <li><em>RFC3864</em> <a href="#rfc.xref.RFC3864.1">3.1</a>, <a href="#rfc.xref.RFC3864.2">3.1</a>, <a href="#rfc.xref.RFC3864.3">1 0.3</a>, <a href="#RFC3864"><b>14.2</b></a><ul>5027 <li><em>RFC3864</em> <a href="#rfc.xref.RFC3864.1">3.1</a>, <a href="#rfc.xref.RFC3864.2">3.1</a>, <a href="#rfc.xref.RFC3864.3">11.3</a>, <a href="#RFC3864"><b>14.2</b></a><ul> 5019 5028 <li><em>Section 4.1</em> <a href="#rfc.xref.RFC3864.2">3.1</a></li> 5020 5029 </ul> … … 5037 5046 </ul> 5038 5047 </li> 5039 <li><em>RFC5234</em> <a href="#rfc.xref.RFC5234.1">3.1</a>, <a href="#rfc.xref.RFC5234.2">1 1</a>, <a href="#rfc.xref.RFC5234.3">11</a>, <a href="#RFC5234"><b>14.1</b></a><ul>5040 <li><em>Appendix B.1</em> <a href="#rfc.xref.RFC5234.3">1 1</a></li>5048 <li><em>RFC5234</em> <a href="#rfc.xref.RFC5234.1">3.1</a>, <a href="#rfc.xref.RFC5234.2">10</a>, <a href="#rfc.xref.RFC5234.3">10</a>, <a href="#RFC5234"><b>14.1</b></a><ul> 5049 <li><em>Appendix B.1</em> <a href="#rfc.xref.RFC5234.3">10</a></li> 5041 5050 </ul> 5042 5051 </li> … … 5060 5069 <li>Safe Methods <a href="#rfc.iref.s.1"><b>2.1.1</b></a></li> 5061 5070 <li>selected representation <a href="#rfc.iref.s.43"><b>7.2</b></a></li> 5062 <li>Server header field <a href="#rfc.xref.header.server.1">3.3</a>, <a href="#rfc.iref.s.44"><b>9.17</b></a>, <a href="#rfc.xref.header.server.2">1 0.3</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li>5071 <li>Server header field <a href="#rfc.xref.header.server.1">3.3</a>, <a href="#rfc.iref.s.44"><b>9.17</b></a>, <a href="#rfc.xref.header.server.2">11.3</a>, <a href="#rfc.xref.header.server.3">12.1</a>, <a href="#rfc.xref.header.server.4">C</a></li> 5063 5072 <li>Status Codes 5064 5073 <ul> 5065 <li>100 Continue <a href="#rfc.xref.status.100.1">4.1</a>, <a href="#rfc.iref.s.3"><b>4.3.1</b></a>, <a href="#rfc.xref.status.100.2">1 0.2</a></li>5066 <li>101 Switching Protocols <a href="#rfc.xref.status.101.1">4.1</a>, <a href="#rfc.iref.s.4"><b>4.3.2</b></a>, <a href="#rfc.xref.status.101.2">1 0.2</a></li>5067 <li>200 OK <a href="#rfc.xref.status.200.1">4.1</a>, <a href="#rfc.iref.s.6"><b>4.4.1</b></a>, <a href="#rfc.xref.status.200.2">1 0.2</a></li>5068 <li>201 Created <a href="#rfc.xref.status.201.1">4.1</a>, <a href="#rfc.iref.s.7"><b>4.4.2</b></a>, <a href="#rfc.xref.status.201.2">1 0.2</a></li>5069 <li>202 Accepted <a href="#rfc.xref.status.202.1">4.1</a>, <a href="#rfc.iref.s.8"><b>4.4.3</b></a>, <a href="#rfc.xref.status.202.2">1 0.2</a></li>5070 <li>203 Non-Authoritative Information <a href="#rfc.xref.status.203.1">4.1</a>, <a href="#rfc.iref.s.9"><b>4.4.4</b></a>, <a href="#rfc.xref.status.203.2">1 0.2</a>, <a href="#rfc.xref.status.203.3">C</a></li>5071 <li>204 No Content <a href="#rfc.xref.status.204.1">4.1</a>, <a href="#rfc.iref.s.10"><b>4.4.5</b></a>, <a href="#rfc.xref.status.204.2">1 0.2</a></li>5072 <li>205 Reset Content <a href="#rfc.xref.status.205.1">4.1</a>, <a href="#rfc.iref.s.11"><b>4.4.6</b></a>, <a href="#rfc.xref.status.205.2">1 0.2</a></li>5073 <li>300 Multiple Choices <a href="#rfc.xref.status.300.1">4.1</a>, <a href="#rfc.iref.s.13"><b>4.5.1</b></a>, <a href="#rfc.xref.status.300.2">1 0.2</a></li>5074 <li>301 Moved Permanently <a href="#rfc.xref.status.301.1">4.1</a>, <a href="#rfc.iref.s.14"><b>4.5.2</b></a>, <a href="#rfc.xref.status.301.2">1 0.2</a>, <a href="#rfc.xref.status.301.3">C</a></li>5075 <li>302 Found <a href="#rfc.xref.status.302.1">4.1</a>, <a href="#rfc.iref.s.15"><b>4.5.3</b></a>, <a href="#rfc.xref.status.302.2">1 0.2</a>, <a href="#rfc.xref.status.302.3">C</a></li>5076 <li>303 See Other <a href="#rfc.xref.status.303.1">4.1</a>, <a href="#rfc.iref.s.16"><b>4.5.4</b></a>, <a href="#rfc.xref.status.303.2">1 0.2</a></li>5077 <li>305 Use Proxy <a href="#rfc.xref.status.305.1">4.1</a>, <a href="#rfc.iref.s.17"><b>4.5.5</b></a>, <a href="#rfc.xref.status.305.2">1 0.2</a>, <a href="#rfc.xref.status.305.3">C</a></li>5078 <li>306 (Unused) <a href="#rfc.iref.s.18"><b>4.5.6</b></a>, <a href="#rfc.xref.status.306.1">1 0.2</a></li>5079 <li>307 Temporary Redirect <a href="#rfc.xref.status.307.1">4.1</a>, <a href="#rfc.iref.s.19"><b>4.5.7</b></a>, <a href="#rfc.xref.status.307.2">1 0.2</a>, <a href="#rfc.xref.status.307.3">C</a></li>5080 <li>400 Bad Request <a href="#rfc.xref.status.400.1">4.1</a>, <a href="#rfc.iref.s.21"><b>4.6.1</b></a>, <a href="#rfc.xref.status.400.2">1 0.2</a></li>5081 <li>402 Payment Required <a href="#rfc.xref.status.402.1">4.1</a>, <a href="#rfc.iref.s.22"><b>4.6.2</b></a>, <a href="#rfc.xref.status.402.2">1 0.2</a></li>5082 <li>403 Forbidden <a href="#rfc.xref.status.403.1">4.1</a>, <a href="#rfc.iref.s.23"><b>4.6.3</b></a>, <a href="#rfc.xref.status.403.2">1 0.2</a></li>5083 <li>404 Not Found <a href="#rfc.xref.status.404.1">4.1</a>, <a href="#rfc.iref.s.24"><b>4.6.4</b></a>, <a href="#rfc.xref.status.404.2">1 0.2</a></li>5084 <li>405 Method Not Allowed <a href="#rfc.xref.status.405.1">4.1</a>, <a href="#rfc.iref.s.25"><b>4.6.5</b></a>, <a href="#rfc.xref.status.405.2">1 0.2</a></li>5085 <li>406 Not Acceptable <a href="#rfc.xref.status.406.1">4.1</a>, <a href="#rfc.iref.s.26"><b>4.6.6</b></a>, <a href="#rfc.xref.status.406.2">1 0.2</a></li>5086 <li>408 Request Timeout <a href="#rfc.xref.status.408.1">4.1</a>, <a href="#rfc.iref.s.27"><b>4.6.7</b></a>, <a href="#rfc.xref.status.408.2">1 0.2</a></li>5087 <li>409 Conflict <a href="#rfc.xref.status.409.1">4.1</a>, <a href="#rfc.iref.s.28"><b>4.6.8</b></a>, <a href="#rfc.xref.status.409.2">1 0.2</a></li>5088 <li>410 Gone <a href="#rfc.xref.status.410.1">4.1</a>, <a href="#rfc.iref.s.29"><b>4.6.9</b></a>, <a href="#rfc.xref.status.410.2">1 0.2</a></li>5089 <li>411 Length Required <a href="#rfc.xref.status.411.1">4.1</a>, <a href="#rfc.iref.s.30"><b>4.6.10</b></a>, <a href="#rfc.xref.status.411.2">1 0.2</a></li>5090 <li>413 Request Representation Too Large <a href="#rfc.xref.status.413.1">4.1</a>, <a href="#rfc.iref.s.31"><b>4.6.11</b></a>, <a href="#rfc.xref.status.413.2">1 0.2</a></li>5091 <li>414 URI Too Long <a href="#rfc.xref.status.414.1">4.1</a>, <a href="#rfc.iref.s.32"><b>4.6.12</b></a>, <a href="#rfc.xref.status.414.2">1 0.2</a></li>5092 <li>415 Unsupported Media Type <a href="#rfc.xref.status.415.1">4.1</a>, <a href="#rfc.iref.s.33"><b>4.6.13</b></a>, <a href="#rfc.xref.status.415.2">1 0.2</a></li>5093 <li>417 Expectation Failed <a href="#rfc.xref.status.417.1">4.1</a>, <a href="#rfc.iref.s.34"><b>4.6.14</b></a>, <a href="#rfc.xref.status.417.2">1 0.2</a></li>5094 <li>426 Upgrade Required <a href="#rfc.xref.status.426.1">4.1</a>, <a href="#rfc.iref.s.35"><b>4.6.15</b></a>, <a href="#rfc.xref.status.426.2">1 0.2</a>, <a href="#rfc.xref.status.426.3">C</a></li>5095 <li>500 Internal Server Error <a href="#rfc.xref.status.500.1">4.1</a>, <a href="#rfc.iref.s.37"><b>4.7.1</b></a>, <a href="#rfc.xref.status.500.2">1 0.2</a></li>5096 <li>501 Not Implemented <a href="#rfc.xref.status.501.1">4.1</a>, <a href="#rfc.iref.s.38"><b>4.7.2</b></a>, <a href="#rfc.xref.status.501.2">1 0.2</a></li>5097 <li>502 Bad Gateway <a href="#rfc.xref.status.502.1">4.1</a>, <a href="#rfc.iref.s.39"><b>4.7.3</b></a>, <a href="#rfc.xref.status.502.2">1 0.2</a></li>5098 <li>503 Service Unavailable <a href="#rfc.xref.status.503.1">4.1</a>, <a href="#rfc.iref.s.40"><b>4.7.4</b></a>, <a href="#rfc.xref.status.503.2">1 0.2</a></li>5099 <li>504 Gateway Timeout <a href="#rfc.xref.status.504.1">4.1</a>, <a href="#rfc.iref.s.41"><b>4.7.5</b></a>, <a href="#rfc.xref.status.504.2">1 0.2</a></li>5100 <li>505 HTTP Version Not Supported <a href="#rfc.xref.status.505.1">4.1</a>, <a href="#rfc.iref.s.42"><b>4.7.6</b></a>, <a href="#rfc.xref.status.505.2">1 0.2</a></li>5074 <li>100 Continue <a href="#rfc.xref.status.100.1">4.1</a>, <a href="#rfc.iref.s.3"><b>4.3.1</b></a>, <a href="#rfc.xref.status.100.2">11.2</a></li> 5075 <li>101 Switching Protocols <a href="#rfc.xref.status.101.1">4.1</a>, <a href="#rfc.iref.s.4"><b>4.3.2</b></a>, <a href="#rfc.xref.status.101.2">11.2</a></li> 5076 <li>200 OK <a href="#rfc.xref.status.200.1">4.1</a>, <a href="#rfc.iref.s.6"><b>4.4.1</b></a>, <a href="#rfc.xref.status.200.2">11.2</a></li> 5077 <li>201 Created <a href="#rfc.xref.status.201.1">4.1</a>, <a href="#rfc.iref.s.7"><b>4.4.2</b></a>, <a href="#rfc.xref.status.201.2">11.2</a></li> 5078 <li>202 Accepted <a href="#rfc.xref.status.202.1">4.1</a>, <a href="#rfc.iref.s.8"><b>4.4.3</b></a>, <a href="#rfc.xref.status.202.2">11.2</a></li> 5079 <li>203 Non-Authoritative Information <a href="#rfc.xref.status.203.1">4.1</a>, <a href="#rfc.iref.s.9"><b>4.4.4</b></a>, <a href="#rfc.xref.status.203.2">11.2</a>, <a href="#rfc.xref.status.203.3">C</a></li> 5080 <li>204 No Content <a href="#rfc.xref.status.204.1">4.1</a>, <a href="#rfc.iref.s.10"><b>4.4.5</b></a>, <a href="#rfc.xref.status.204.2">11.2</a></li> 5081 <li>205 Reset Content <a href="#rfc.xref.status.205.1">4.1</a>, <a href="#rfc.iref.s.11"><b>4.4.6</b></a>, <a href="#rfc.xref.status.205.2">11.2</a></li> 5082 <li>300 Multiple Choices <a href="#rfc.xref.status.300.1">4.1</a>, <a href="#rfc.iref.s.13"><b>4.5.1</b></a>, <a href="#rfc.xref.status.300.2">11.2</a></li> 5083 <li>301 Moved Permanently <a href="#rfc.xref.status.301.1">4.1</a>, <a href="#rfc.iref.s.14"><b>4.5.2</b></a>, <a href="#rfc.xref.status.301.2">11.2</a>, <a href="#rfc.xref.status.301.3">C</a></li> 5084 <li>302 Found <a href="#rfc.xref.status.302.1">4.1</a>, <a href="#rfc.iref.s.15"><b>4.5.3</b></a>, <a href="#rfc.xref.status.302.2">11.2</a>, <a href="#rfc.xref.status.302.3">C</a></li> 5085 <li>303 See Other <a href="#rfc.xref.status.303.1">4.1</a>, <a href="#rfc.iref.s.16"><b>4.5.4</b></a>, <a href="#rfc.xref.status.303.2">11.2</a></li> 5086 <li>305 Use Proxy <a href="#rfc.xref.status.305.1">4.1</a>, <a href="#rfc.iref.s.17"><b>4.5.5</b></a>, <a href="#rfc.xref.status.305.2">11.2</a>, <a href="#rfc.xref.status.305.3">C</a></li> 5087 <li>306 (Unused) <a href="#rfc.iref.s.18"><b>4.5.6</b></a>, <a href="#rfc.xref.status.306.1">11.2</a></li> 5088 <li>307 Temporary Redirect <a href="#rfc.xref.status.307.1">4.1</a>, <a href="#rfc.iref.s.19"><b>4.5.7</b></a>, <a href="#rfc.xref.status.307.2">11.2</a>, <a href="#rfc.xref.status.307.3">C</a></li> 5089 <li>400 Bad Request <a href="#rfc.xref.status.400.1">4.1</a>, <a href="#rfc.iref.s.21"><b>4.6.1</b></a>, <a href="#rfc.xref.status.400.2">11.2</a></li> 5090 <li>402 Payment Required <a href="#rfc.xref.status.402.1">4.1</a>, <a href="#rfc.iref.s.22"><b>4.6.2</b></a>, <a href="#rfc.xref.status.402.2">11.2</a></li> 5091 <li>403 Forbidden <a href="#rfc.xref.status.403.1">4.1</a>, <a href="#rfc.iref.s.23"><b>4.6.3</b></a>, <a href="#rfc.xref.status.403.2">11.2</a></li> 5092 <li>404 Not Found <a href="#rfc.xref.status.404.1">4.1</a>, <a href="#rfc.iref.s.24"><b>4.6.4</b></a>, <a href="#rfc.xref.status.404.2">11.2</a></li> 5093 <li>405 Method Not Allowed <a href="#rfc.xref.status.405.1">4.1</a>, <a href="#rfc.iref.s.25"><b>4.6.5</b></a>, <a href="#rfc.xref.status.405.2">11.2</a></li> 5094 <li>406 Not Acceptable <a href="#rfc.xref.status.406.1">4.1</a>, <a href="#rfc.iref.s.26"><b>4.6.6</b></a>, <a href="#rfc.xref.status.406.2">11.2</a></li> 5095 <li>408 Request Timeout <a href="#rfc.xref.status.408.1">4.1</a>, <a href="#rfc.iref.s.27"><b>4.6.7</b></a>, <a href="#rfc.xref.status.408.2">11.2</a></li> 5096 <li>409 Conflict <a href="#rfc.xref.status.409.1">4.1</a>, <a href="#rfc.iref.s.28"><b>4.6.8</b></a>, <a href="#rfc.xref.status.409.2">11.2</a></li> 5097 <li>410 Gone <a href="#rfc.xref.status.410.1">4.1</a>, <a href="#rfc.iref.s.29"><b>4.6.9</b></a>, <a href="#rfc.xref.status.410.2">11.2</a></li> 5098 <li>411 Length Required <a href="#rfc.xref.status.411.1">4.1</a>, <a href="#rfc.iref.s.30"><b>4.6.10</b></a>, <a href="#rfc.xref.status.411.2">11.2</a></li> 5099 <li>413 Request Representation Too Large <a href="#rfc.xref.status.413.1">4.1</a>, <a href="#rfc.iref.s.31"><b>4.6.11</b></a>, <a href="#rfc.xref.status.413.2">11.2</a></li> 5100 <li>414 URI Too Long <a href="#rfc.xref.status.414.1">4.1</a>, <a href="#rfc.iref.s.32"><b>4.6.12</b></a>, <a href="#rfc.xref.status.414.2">11.2</a></li> 5101 <li>415 Unsupported Media Type <a href="#rfc.xref.status.415.1">4.1</a>, <a href="#rfc.iref.s.33"><b>4.6.13</b></a>, <a href="#rfc.xref.status.415.2">11.2</a></li> 5102 <li>417 Expectation Failed <a href="#rfc.xref.status.417.1">4.1</a>, <a href="#rfc.iref.s.34"><b>4.6.14</b></a>, <a href="#rfc.xref.status.417.2">11.2</a></li> 5103 <li>426 Upgrade Required <a href="#rfc.xref.status.426.1">4.1</a>, <a href="#rfc.iref.s.35"><b>4.6.15</b></a>, <a href="#rfc.xref.status.426.2">11.2</a>, <a href="#rfc.xref.status.426.3">C</a></li> 5104 <li>500 Internal Server Error <a href="#rfc.xref.status.500.1">4.1</a>, <a href="#rfc.iref.s.37"><b>4.7.1</b></a>, <a href="#rfc.xref.status.500.2">11.2</a></li> 5105 <li>501 Not Implemented <a href="#rfc.xref.status.501.1">4.1</a>, <a href="#rfc.iref.s.38"><b>4.7.2</b></a>, <a href="#rfc.xref.status.501.2">11.2</a></li> 5106 <li>502 Bad Gateway <a href="#rfc.xref.status.502.1">4.1</a>, <a href="#rfc.iref.s.39"><b>4.7.3</b></a>, <a href="#rfc.xref.status.502.2">11.2</a></li> 5107 <li>503 Service Unavailable <a href="#rfc.xref.status.503.1">4.1</a>, <a href="#rfc.iref.s.40"><b>4.7.4</b></a>, <a href="#rfc.xref.status.503.2">11.2</a></li> 5108 <li>504 Gateway Timeout <a href="#rfc.xref.status.504.1">4.1</a>, <a href="#rfc.iref.s.41"><b>4.7.5</b></a>, <a href="#rfc.xref.status.504.2">11.2</a></li> 5109 <li>505 HTTP Version Not Supported <a href="#rfc.xref.status.505.1">4.1</a>, <a href="#rfc.iref.s.42"><b>4.7.6</b></a>, <a href="#rfc.xref.status.505.2">11.2</a></li> 5101 5110 </ul> 5102 5111 </li> … … 5113 5122 </li> 5114 5123 <li><a id="rfc.index.T" href="#rfc.index.T"><b>T</b></a><ul> 5115 <li>TRACE method <a href="#rfc.iref.t.1"><b>2.3.7</b></a>, <a href="#rfc.xref.TRACE.1">9.14</a>, <a href="#rfc.xref.TRACE.2">1 0.1</a>, <a href="#rfc.xref.TRACE.3">12.1</a></li>5124 <li>TRACE method <a href="#rfc.iref.t.1"><b>2.3.7</b></a>, <a href="#rfc.xref.TRACE.1">9.14</a>, <a href="#rfc.xref.TRACE.2">11.1</a>, <a href="#rfc.xref.TRACE.3">12.1</a></li> 5116 5125 </ul> 5117 5126 </li> 5118 5127 <li><a id="rfc.index.U" href="#rfc.index.U"><b>U</b></a><ul> 5119 <li>User-Agent header field <a href="#rfc.xref.header.user-agent.1">3.2</a>, <a href="#rfc.xref.header.user-agent.2">8.1</a>, <a href="#rfc.iref.u.1"><b>9.18</b></a>, <a href="#rfc.xref.header.user-agent.3">1 0.3</a>, <a href="#rfc.xref.header.user-agent.4">12.1</a></li>5128 <li>User-Agent header field <a href="#rfc.xref.header.user-agent.1">3.2</a>, <a href="#rfc.xref.header.user-agent.2">8.1</a>, <a href="#rfc.iref.u.1"><b>9.18</b></a>, <a href="#rfc.xref.header.user-agent.3">11.3</a>, <a href="#rfc.xref.header.user-agent.4">12.1</a></li> 5120 5129 </ul> 5121 5130 </li> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1781 r1782 3887 3887 </artwork></figure> 3888 3888 </section> 3889 </section> 3890 3891 <section title="ABNF Rules Defined Elsewhere" anchor="abnf.dependencies"> 3892 <x:anchor-alias value="ALPHA"/> 3893 <x:anchor-alias value="CR"/> 3894 <x:anchor-alias value="DIGIT"/> 3895 <x:anchor-alias value="LF"/> 3896 <x:anchor-alias value="OCTET"/> 3897 <x:anchor-alias value="SP"/> 3898 <x:anchor-alias value="VCHAR"/> 3899 <x:anchor-alias value="BWS"/> 3900 <x:anchor-alias value="OWS"/> 3901 <x:anchor-alias value="RWS"/> 3902 <x:anchor-alias value="absolute-URI"/> 3903 <x:anchor-alias value="comment"/> 3904 <x:anchor-alias value="partial-URI"/> 3905 <x:anchor-alias value="qvalue"/> 3906 <x:anchor-alias value="URI-reference"/> 3907 <x:anchor-alias value="quoted-string"/> 3908 <x:anchor-alias value="token"/> 3909 <x:anchor-alias value="word"/> 3910 <t> 3911 This specification uses the Augmented Backus-Naur Form (ABNF) notation 3912 of <xref target="RFC5234"/> with the list rule extension defined in 3913 ¬ation;. <xref target="collected.abnf"/> shows the collected ABNF 3914 with the list rule expanded. 3915 </t> 3916 <t> 3917 The following core rules are included by 3918 reference, as defined in <xref target="RFC5234" x:fmt="," x:sec="B.1"/>: 3919 ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls), 3920 DIGIT (decimal 0-9), DQUOTE (double quote), 3921 HEXDIG (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed), 3922 OCTET (any 8-bit sequence of data), SP (space), and 3923 VCHAR (any visible US-ASCII character). 3924 </t> 3925 <t> 3926 The ABNF rules below are defined in other parts: 3927 </t> 3928 <figure><artwork type="abnf2616"> 3929 <x:ref>BWS</x:ref> = <BWS, defined in &whitespace;> 3930 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;> 3931 <x:ref>RWS</x:ref> = <RWS, defined in &whitespace;> 3932 <x:ref>URI-reference</x:ref> = <URI-reference, defined in &uri;> 3933 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 3934 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;> 3935 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;> 3936 <x:ref>qvalue</x:ref> = <qvalue, defined in &qvalue;> 3937 <x:ref>token</x:ref> = <token, defined in &field-components;> 3938 <x:ref>word</x:ref> = <word, defined in &field-components;> 3939 <x:ref>comment</x:ref> = <comment, defined in &field-components;> 3940 </artwork></figure> 3941 <t> 3942 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 3943 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 3944 document are to be interpreted as described in <xref target="RFC2119"/>. 3945 </t> 3889 3946 </section> 3890 3947 … … 4336 4393 </section> 4337 4394 4338 <section title="ABNF Rules Defined Elsewhere" anchor="abnf.dependencies">4339 <x:anchor-alias value="ALPHA"/>4340 <x:anchor-alias value="CR"/>4341 <x:anchor-alias value="DIGIT"/>4342 <x:anchor-alias value="LF"/>4343 <x:anchor-alias value="OCTET"/>4344 <x:anchor-alias value="SP"/>4345 <x:anchor-alias value="VCHAR"/>4346 <x:anchor-alias value="BWS"/>4347 <x:anchor-alias value="OWS"/>4348 <x:anchor-alias value="RWS"/>4349 <x:anchor-alias value="absolute-URI"/>4350 <x:anchor-alias value="comment"/>4351 <x:anchor-alias value="partial-URI"/>4352 <x:anchor-alias value="qvalue"/>4353 <x:anchor-alias value="URI-reference"/>4354 <x:anchor-alias value="quoted-string"/>4355 <x:anchor-alias value="token"/>4356 <x:anchor-alias value="word"/>4357 <t>4358 This specification uses the Augmented Backus-Naur Form (ABNF) notation4359 of <xref target="RFC5234"/> with the list rule extension defined in4360 ¬ation;. <xref target="collected.abnf"/> shows the collected ABNF4361 with the list rule expanded.4362 </t>4363 <t>4364 The following core rules are included by4365 reference, as defined in <xref target="RFC5234" x:fmt="," x:sec="B.1"/>:4366 ALPHA (letters), CR (carriage return), CRLF (CR LF), CTL (controls),4367 DIGIT (decimal 0-9), DQUOTE (double quote),4368 HEXDIG (hexadecimal 0-9/A-F/a-f), HTAB (horizontal tab), LF (line feed),4369 OCTET (any 8-bit sequence of data), SP (space), and4370 VCHAR (any visible US-ASCII character).4371 </t>4372 <t>4373 The ABNF rules below are defined in other parts:4374 </t>4375 <figure><artwork type="abnf2616">4376 <x:ref>BWS</x:ref> = <BWS, defined in &whitespace;>4377 <x:ref>OWS</x:ref> = <OWS, defined in &whitespace;>4378 <x:ref>RWS</x:ref> = <RWS, defined in &whitespace;>4379 <x:ref>URI-reference</x:ref> = <URI-reference, defined in &uri;>4380 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;>4381 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;>4382 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &field-components;>4383 <x:ref>qvalue</x:ref> = <qvalue, defined in &qvalue;>4384 <x:ref>token</x:ref> = <token, defined in &field-components;>4385 <x:ref>word</x:ref> = <word, defined in &field-components;>4386 <x:ref>comment</x:ref> = <comment, defined in &field-components;>4387 </artwork></figure>4388 </section>4389 4390 4395 <section title="Security Considerations" anchor="security.considerations"> 4391 4396 <t> … … 4797 4802 <seriesInfo name="RFC" value="2046"/> 4798 4803 </reference> 4799 <!-- 4804 4800 4805 <reference anchor="RFC2119"> 4801 4806 <front> … … 4810 4815 <seriesInfo name="RFC" value="2119"/> 4811 4816 </reference> 4812 --> 4817 4813 4818 <reference anchor="RFC3986"> 4814 4819 <front>
Note: See TracChangeset
for help on using the changeset viewer.