Changeset 837 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 08/07/10 13:13:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.