Changeset 270 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 26/06/08 13:16:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r267 r270 416 416 in <xref target="method.definitions"/>. 417 417 </t> 418 419 <section title="Method Registry" anchor="method.registry"> 420 <t> 421 The HTTP Method Registry defines the name space for the Method token in the 422 Request line of an HTTP request. 423 </t> 424 <t> 425 Values to be added to this name space are subject to IETF review 426 (<xref target="RFC5226" x:fmt="," x:sec="4.1"/>). Any document registering 427 new method names should be traceable through statuses of either 'Obsoletes' 428 or 'Updates' to this document. 429 </t> 430 <t> 431 The registry itself is maintained at <eref target="http://www.iana.org/assignments/http-methods"/>. 432 </t> 433 </section> 418 434 </section> 419 435 … … 2092 2108 2093 2109 <section title="IANA Considerations" anchor="IANA.considerations"> 2110 2111 <section title="Method Registry" anchor="method.registration"> 2112 <t> 2113 The registration procedure for HTTP Methods is defined by 2114 <xref target="method.registry"/> of this document. 2115 </t> 2116 <!--AUTOGENERATED FROM extract-method-defs.xslt, do not edit manually--> 2117 <!--(START)--> 2118 <t xmlns:x="http://purl.org/net/xml2rfc/ext"> 2119 The HTTP Method Registry located at <eref target="http://www.iana.org/assignments/http-methods"/> 2120 should be populated with the registrations below: 2121 </t> 2122 <texttable xmlns:x="http://purl.org/net/xml2rfc/ext" align="left"> 2123 <ttcol>Method</ttcol> 2124 <ttcol>Reference</ttcol> 2125 2126 <c>CONNECT</c> 2127 <c> 2128 <xref target="CONNECT"/> 2129 </c> 2130 2131 <c>DELETE</c> 2132 <c> 2133 <xref target="DELETE"/> 2134 </c> 2135 2136 <c>GET</c> 2137 <c> 2138 <xref target="GET"/> 2139 </c> 2140 2141 <c>HEAD</c> 2142 <c> 2143 <xref target="HEAD"/> 2144 </c> 2145 2146 <c>OPTIONS</c> 2147 <c> 2148 <xref target="OPTIONS"/> 2149 </c> 2150 2151 <c>POST</c> 2152 <c> 2153 <xref target="POST"/> 2154 </c> 2155 2156 <c>PUT</c> 2157 <c> 2158 <xref target="PUT"/> 2159 </c> 2160 2161 <c>TRACE</c> 2162 <c> 2163 <xref target="TRACE"/> 2164 </c> 2165 </texttable> 2166 <!--(END)--> 2167 </section> 2168 2094 2169 <section title="Status Code Registry" anchor="status.code.registration"> 2095 2170 <t> … … 3243 3318 <section title="Since draft-ietf-httpbis-p2-semantics-03" anchor="changes.since.03"> 3244 3319 <t> 3320 Ongoing work on Method Registry (<eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/72"/>): 3321 <list style="symbols"> 3322 <t> 3323 Added initial proposal for registration process, plus initial 3324 content (non-HTTP/1.1 methods to be added by a separate specification). 3325 </t> 3326 </list> 3245 3327 </t> 3246 3328 </section>
Note: See TracChangeset
for help on using the changeset viewer.