Changeset 837
- Timestamp:
- 08/07/10 13:13:11 (12 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r836 r837 821 821 values, are presented below. The reason phrases listed here are only recommendations -- they <em class="bcp14">MAY</em> be replaced by local equivalents without affecting the protocol. 822 822 </p> 823 <div id="rfc.figure.u.10"></div><pre class="inline"><span id="rfc.iref.g.4"></span><span id="rfc.iref.g.5"></span><span id="rfc.iref.g.6"></span> <a href="#status.code.and.reason.phrase" class="smpl">Status-Code</a> 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 823 <div id="rfc.figure.u.10"></div><pre class="inline"><span id="rfc.iref.g.4"></span><span id="rfc.iref.g.5"></span><span id="rfc.iref.g.6"></span> <a href="#status.code.and.reason.phrase" class="smpl">Status-Code</a> = 824 "100" ; <a href="#status.100" id="rfc.xref.status.100.1" title="100 Continue">Section 8.1.1</a>: Continue 825 / "101" ; <a href="#status.101" id="rfc.xref.status.101.1" title="101 Switching Protocols">Section 8.1.2</a>: Switching Protocols 826 / "200" ; <a href="#status.200" id="rfc.xref.status.200.1" title="200 OK">Section 8.2.1</a>: OK 827 / "201" ; <a href="#status.201" id="rfc.xref.status.201.1" title="201 Created">Section 8.2.2</a>: Created 828 / "202" ; <a href="#status.202" id="rfc.xref.status.202.1" title="202 Accepted">Section 8.2.3</a>: Accepted 829 / "203" ; <a href="#status.203" id="rfc.xref.status.203.1" title="203 Non-Authoritative Information">Section 8.2.4</a>: Non-Authoritative Information 830 / "204" ; <a href="#status.204" id="rfc.xref.status.204.1" title="204 No Content">Section 8.2.5</a>: No Content 831 / "205" ; <a href="#status.205" id="rfc.xref.status.205.1" title="205 Reset Content">Section 8.2.6</a>: Reset Content 832 / "206" ; <a href="#Part5" id="rfc.xref.Part5.6"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>, <a href="p5-range.html#status.206" title="206 Partial Content">Section 3.1</a>: Partial Content 833 / "300" ; <a href="#status.300" id="rfc.xref.status.300.1" title="300 Multiple Choices">Section 8.3.1</a>: Multiple Choices 834 / "301" ; <a href="#status.301" id="rfc.xref.status.301.1" title="301 Moved Permanently">Section 8.3.2</a>: Moved Permanently 835 / "302" ; <a href="#status.302" id="rfc.xref.status.302.1" title="302 Found">Section 8.3.3</a>: Found 836 / "303" ; <a href="#status.303" id="rfc.xref.status.303.1" title="303 See Other">Section 8.3.4</a>: See Other 837 / "304" ; <a href="#Part4" id="rfc.xref.Part4.10"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a>, <a href="p4-conditional.html#status.304" title="304 Not Modified">Section 3.1</a>: Not Modified 838 / "305" ; <a href="#status.305" id="rfc.xref.status.305.1" title="305 Use Proxy">Section 8.3.6</a>: Use Proxy 839 / "307" ; <a href="#status.307" id="rfc.xref.status.307.1" title="307 Temporary Redirect">Section 8.3.8</a>: Temporary Redirect 840 / "400" ; <a href="#status.400" id="rfc.xref.status.400.1" title="400 Bad Request">Section 8.4.1</a>: Bad Request 841 / "401" ; <a href="#Part7" id="rfc.xref.Part7.7"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a>, <a href="p7-auth.html#status.401" title="401 Unauthorized">Section 2.1</a>: Unauthorized 842 / "402" ; <a href="#status.402" id="rfc.xref.status.402.1" title="402 Payment Required">Section 8.4.3</a>: Payment Required 843 / "403" ; <a href="#status.403" id="rfc.xref.status.403.1" title="403 Forbidden">Section 8.4.4</a>: Forbidden 844 / "404" ; <a href="#status.404" id="rfc.xref.status.404.1" title="404 Not Found">Section 8.4.5</a>: Not Found 845 / "405" ; <a href="#status.405" id="rfc.xref.status.405.1" title="405 Method Not Allowed">Section 8.4.6</a>: Method Not Allowed 846 / "406" ; <a href="#status.406" id="rfc.xref.status.406.1" title="406 Not Acceptable">Section 8.4.7</a>: Not Acceptable 847 / "407" ; <a href="#Part7" id="rfc.xref.Part7.8"><cite title="HTTP/1.1, part 7: Authentication">[Part7]</cite></a>, <a href="p7-auth.html#status.407" title="407 Proxy Authentication Required">Section 2.2</a>: Proxy Authentication Required 848 / "408" ; <a href="#status.408" id="rfc.xref.status.408.1" title="408 Request Timeout">Section 8.4.9</a>: Request Time-out 849 / "409" ; <a href="#status.409" id="rfc.xref.status.409.1" title="409 Conflict">Section 8.4.10</a>: Conflict 850 / "410" ; <a href="#status.410" id="rfc.xref.status.410.1" title="410 Gone">Section 8.4.11</a>: Gone 851 / "411" ; <a href="#status.411" id="rfc.xref.status.411.1" title="411 Length Required">Section 8.4.12</a>: Length Required 852 / "412" ; <a href="#Part4" id="rfc.xref.Part4.11"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a>, <a href="p4-conditional.html#status.412" title="412 Precondition Failed">Section 3.2</a>: Precondition Failed 853 / "413" ; <a href="#status.413" id="rfc.xref.status.413.1" title="413 Request Entity Too Large">Section 8.4.14</a>: Request Entity Too Large 854 / "414" ; <a href="#status.414" id="rfc.xref.status.414.1" title="414 URI Too Long">Section 8.4.15</a>: URI Too Long 855 / "415" ; <a href="#status.415" id="rfc.xref.status.415.1" title="415 Unsupported Media Type">Section 8.4.16</a>: Unsupported Media Type 856 / "416" ; <a href="#Part5" id="rfc.xref.Part5.7"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>, <a href="p5-range.html#status.416" title="416 Requested Range Not Satisfiable">Section 3.2</a>: Requested range not satisfiable 857 / "417" ; <a href="#status.417" id="rfc.xref.status.417.1" title="417 Expectation Failed">Section 8.4.18</a>: Expectation Failed 858 / "500" ; <a href="#status.500" id="rfc.xref.status.500.1" title="500 Internal Server Error">Section 8.5.1</a>: Internal Server Error 859 / "501" ; <a href="#status.501" id="rfc.xref.status.501.1" title="501 Not Implemented">Section 8.5.2</a>: Not Implemented 860 / "502" ; <a href="#status.502" id="rfc.xref.status.502.1" title="502 Bad Gateway">Section 8.5.3</a>: Bad Gateway 861 / "503" ; <a href="#status.503" id="rfc.xref.status.503.1" title="503 Service Unavailable">Section 8.5.4</a>: Service Unavailable 862 / "504" ; <a href="#status.504" id="rfc.xref.status.504.1" title="504 Gateway Timeout">Section 8.5.5</a>: Gateway Time-out 863 / "505" ; <a href="#status.505" id="rfc.xref.status.505.1" title="505 HTTP Version Not Supported">Section 8.5.6</a>: HTTP Version not supported 864 / <a href="#status.code.and.reason.phrase" class="smpl">extension-code</a> 865 865 866 866 <a href="#status.code.and.reason.phrase" class="smpl">extension-code</a> = 3<a href="#notation" class="smpl">DIGIT</a> … … 2360 2360 "505" / extension-code 2361 2361 2362 <a href="#abnf.dependencies" class="smpl">TE</a> = <TE, defined in [Part1], Section 9. 8>2362 <a href="#abnf.dependencies" class="smpl">TE</a> = <TE, defined in [Part1], Section 9.5> 2363 2363 2364 2364 <a href="#abnf.dependencies" class="smpl">URI-reference</a> = <URI-reference, defined in [Part1], Section 2.6> -
draft-ietf-httpbis/latest/p2-semantics.xml
r836 r837 539 539 </t> 540 540 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Status-Code"/><iref primary="true" item="Grammar" subitem="extension-code"/><iref primary="true" item="Grammar" subitem="Reason-Phrase"/> 541 <x:ref>Status-Code</x:ref> 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 541 <x:ref>Status-Code</x:ref> = 542 "100" ; <xref target="status.100"/>: Continue 543 / "101" ; <xref target="status.101"/>: Switching Protocols 544 / "200" ; <xref target="status.200"/>: OK 545 / "201" ; <xref target="status.201"/>: Created 546 / "202" ; <xref target="status.202"/>: Accepted 547 / "203" ; <xref target="status.203"/>: Non-Authoritative Information 548 / "204" ; <xref target="status.204"/>: No Content 549 / "205" ; <xref target="status.205"/>: Reset Content 550 / "206" ; &status-206;: Partial Content 551 / "300" ; <xref target="status.300"/>: Multiple Choices 552 / "301" ; <xref target="status.301"/>: Moved Permanently 553 / "302" ; <xref target="status.302"/>: Found 554 / "303" ; <xref target="status.303"/>: See Other 555 / "304" ; &status-304;: Not Modified 556 / "305" ; <xref target="status.305"/>: Use Proxy 557 / "307" ; <xref target="status.307"/>: Temporary Redirect 558 / "400" ; <xref target="status.400"/>: Bad Request 559 / "401" ; &status-401;: Unauthorized 560 / "402" ; <xref target="status.402"/>: Payment Required 561 / "403" ; <xref target="status.403"/>: Forbidden 562 / "404" ; <xref target="status.404"/>: Not Found 563 / "405" ; <xref target="status.405"/>: Method Not Allowed 564 / "406" ; <xref target="status.406"/>: Not Acceptable 565 / "407" ; &status-407;: Proxy Authentication Required 566 / "408" ; <xref target="status.408"/>: Request Time-out 567 / "409" ; <xref target="status.409"/>: Conflict 568 / "410" ; <xref target="status.410"/>: Gone 569 / "411" ; <xref target="status.411"/>: Length Required 570 / "412" ; &status-412;: Precondition Failed 571 / "413" ; <xref target="status.413"/>: Request Entity Too Large 572 / "414" ; <xref target="status.414"/>: URI Too Long 573 / "415" ; <xref target="status.415"/>: Unsupported Media Type 574 / "416" ; &status-416;: Requested range not satisfiable 575 / "417" ; <xref target="status.417"/>: Expectation Failed 576 / "500" ; <xref target="status.500"/>: Internal Server Error 577 / "501" ; <xref target="status.501"/>: Not Implemented 578 / "502" ; <xref target="status.502"/>: Bad Gateway 579 / "503" ; <xref target="status.503"/>: Service Unavailable 580 / "504" ; <xref target="status.504"/>: Gateway Time-out 581 / "505" ; <xref target="status.505"/>: HTTP Version not supported 582 / <x:ref>extension-code</x:ref> 583 583 584 584 <x:ref>extension-code</x:ref> = 3<x:ref>DIGIT</x:ref> … … 3410 3410 "505" / extension-code 3411 3411 3412 <x:ref>TE</x:ref> = <TE, defined in [Part1], Section 9. 8>3412 <x:ref>TE</x:ref> = <TE, defined in [Part1], Section 9.5> 3413 3413 3414 3414 <x:ref>URI-reference</x:ref> = <URI-reference, defined in [Part1], Section 2.6>
Note: See TracChangeset
for help on using the changeset viewer.