Changeset 1071 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 30/10/10 17:00:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1070 r1071 612 612 / "416" ; &status-416;: Requested range not satisfiable 613 613 / "417" ; <xref target="status.417"/>: Expectation Failed 614 / "426" ; <xref target="status.426"/>: Upgrade Required 614 615 / "500" ; <xref target="status.500"/>: Internal Server Error 615 616 / "501" ; <xref target="status.501"/>: Not Implemented … … 1952 1953 </t> 1953 1954 </section> 1955 1956 <section title="426 Upgrade Required" anchor="status.426"> 1957 <iref primary="true" item="426 Upgrade Required (status code)" x:for-anchor=""/> 1958 <iref primary="true" item="Status Codes" subitem="426 Upgrade Required" x:for-anchor=""/> 1959 <t> 1960 The request can not be completed without a prior protocol upgrade. This 1961 response &MUST; include an Upgrade header field (&header-upgrade;) 1962 specifying the required protocols. 1963 </t> 1964 <figure> 1965 <preamble>Example:</preamble> 1966 <artwork type="message/http; msgtype="request"" x:indent-with=" "> 1967 HTTP/1.1 426 Upgrade Required 1968 Upgrade: HTTP/2.0 1969 Connection: Upgrade 1970 1971 </artwork></figure> 1972 <t> 1973 The server &SHOULD; include a message body in the 426 response which 1974 indicates in human readable form the reason for the error and describes any 1975 alternative courses which may be available to the user. 1976 </t> 1977 </section> 1954 1978 </section> 1955 1979 … … 2687 2711 <c> 2688 2712 <xref target="status.417"/> 2713 </c> 2714 <c>426</c> 2715 <c>Upgrade Required</c> 2716 <c> 2717 <xref target="status.426"/> 2689 2718 </c> 2690 2719 <c>500</c> … … 3448 3477 </t> 3449 3478 <t> 3479 Define status 426 (Upgrade Required) (this was incorporated from 3480 <xref target="RFC2817"/>). 3481 (<xref target="status.426"/>) 3482 </t> 3483 <t> 3450 3484 Reclassify "Allow" as response header field, removing the option to 3451 3485 specify it in a PUT request. … … 3546 3580 "307" / "400" / "401" / "402" / "403" / "404" / "405" / "406" / 3547 3581 "407" / "408" / "409" / "410" / "411" / "412" / "413" / "414" / 3548 "415" / "416" / "417" / " 500" / "501" / "502" / "503" / "504" /3549 "50 5" / extension-code3582 "415" / "416" / "417" / "426" / "500" / "501" / "502" / "503" / 3583 "504" / "505" / extension-code 3550 3584 3551 3585 <x:ref>TE</x:ref> = <TE, defined in [Part1], Section 9.5> … … 4005 4039 "Migrate CONNECT from RFC2817 to p2" 4006 4040 </t> 4041 <t> 4042 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/240"/>: 4043 "Migrate Upgrade details from RFC2817" 4044 </t> 4007 4045 </list> 4008 4046 </t>
Note: See TracChangeset
for help on using the changeset viewer.