[282] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <?xml-stylesheet type='text/xsl' href='../../draft-ietf-httpbis/myxml2rfc.xslt'?> |
---|
| 3 | <?rfc toc="yes"?> |
---|
| 4 | <?rfc symrefs="yes"?> |
---|
| 5 | <?rfc sortrefs="yes"?> |
---|
| 6 | <?rfc compact="yes"?> |
---|
| 7 | <?rfc comments="yes"?> |
---|
| 8 | <?rfc inline="yes"?> |
---|
| 9 | <?rfc subcompact="no"?> |
---|
[799] | 10 | <?rfc rfcedstyle="yes"?> |
---|
[282] | 11 | <?rfc-ext allow-markup-in-artwork="yes" ?> |
---|
| 12 | |
---|
| 13 | <!DOCTYPE rfc [ |
---|
| 14 | <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>"> |
---|
| 15 | <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>"> |
---|
| 16 | <!ENTITY MUST-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST NOT</bcp14>"> |
---|
| 17 | <!ENTITY OPTIONAL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>OPTIONAL</bcp14>"> |
---|
| 18 | <!ENTITY RECOMMENDED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>RECOMMENDED</bcp14>"> |
---|
| 19 | <!ENTITY REQUIRED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>REQUIRED</bcp14>"> |
---|
| 20 | <!ENTITY SHALL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL</bcp14>"> |
---|
| 21 | <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>"> |
---|
| 22 | <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>"> |
---|
| 23 | <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>"> |
---|
| 24 | ]> |
---|
[751] | 25 | <rfc xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="trust200902" docName="draft-ietf-httpbis-method-registrations-latest" category="info"> |
---|
[282] | 26 | <front> |
---|
| 27 | <title abbrev="HTTP Method Registrations">Initial Hypertext Transfer Protocol (HTTP) |
---|
| 28 | Method Registrations</title> |
---|
| 29 | |
---|
| 30 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke"> |
---|
| 31 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
| 32 | <address> |
---|
| 33 | <postal> |
---|
| 34 | <street>Hafenweg 16</street> |
---|
| 35 | <city>Muenster</city><region>NW</region><code>48155</code> |
---|
| 36 | <country>Germany</country> |
---|
| 37 | </postal> |
---|
| 38 | <email>julian.reschke@greenbytes.de</email> |
---|
| 39 | <uri>http://greenbytes.de/tech/webdav/</uri> |
---|
| 40 | </address> |
---|
| 41 | </author> |
---|
| 42 | |
---|
[814] | 43 | <date month="May" year="2010"/> |
---|
[440] | 44 | <workgroup>HTTPbis Working Group</workgroup> |
---|
[282] | 45 | |
---|
| 46 | <abstract> |
---|
| 47 | <t> |
---|
[330] | 48 | This document registers those Hypertext Transfer |
---|
[282] | 49 | Protocol (HTTP) methods which have been defined in standards-track RFCs |
---|
| 50 | before the IANA HTTP Method Registry was established. |
---|
| 51 | </t> |
---|
| 52 | </abstract> |
---|
| 53 | |
---|
| 54 | </front> |
---|
| 55 | |
---|
| 56 | <middle> |
---|
| 57 | |
---|
| 58 | <section title="Introduction" anchor="introduction"> |
---|
| 59 | <t> |
---|
[734] | 60 | This document registers those Hypertext Transfer Protocol (HTTP) methods |
---|
| 61 | which have been defined in standards-track RFCs before the IANA HTTP Method |
---|
| 62 | Registry was established. |
---|
[282] | 63 | </t> |
---|
| 64 | </section> |
---|
| 65 | |
---|
| 66 | <section title="Security Considerations" anchor="security.considerations"> |
---|
| 67 | <t> |
---|
| 68 | There are no security considerations related to the registration itself. |
---|
| 69 | </t> |
---|
| 70 | </section> |
---|
| 71 | |
---|
| 72 | <section title="IANA Considerations" anchor="iana.considerations"> |
---|
| 73 | <t> |
---|
| 74 | <xref target="updated.registry.contents"/> provides initial registrations |
---|
| 75 | of HTTP method names for the IANA HTTP Method registry |
---|
| 76 | at <eref target="http://www.iana.org/assignments/http-methods"/> |
---|
| 77 | (see <xref target="draft-ietf-httpbis-p2-semantics" x:rel="#method.registry"/>). |
---|
| 78 | </t> |
---|
| 79 | </section> |
---|
| 80 | </middle> |
---|
| 81 | <back> |
---|
| 82 | |
---|
| 83 | <references title="Normative References"> |
---|
| 84 | |
---|
| 85 | |
---|
| 86 | <reference anchor="draft-ietf-httpbis-p2-semantics"> |
---|
| 87 | <front> |
---|
| 88 | <title abbrev="HTTP/1.1">HTTP/1.1, part 2: Message Semantics</title> |
---|
| 89 | <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> |
---|
| 90 | <organization abbrev="Day Software">Day Software</organization> |
---|
| 91 | <address><email>fielding@gbiv.com</email></address> |
---|
| 92 | </author> |
---|
| 93 | <author initials="J." surname="Gettys" fullname="Jim Gettys"> |
---|
| 94 | <organization>One Laptop per Child</organization> |
---|
| 95 | <address><email>jg@laptop.org</email></address> |
---|
| 96 | </author> |
---|
| 97 | <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> |
---|
| 98 | <organization abbrev="HP">Hewlett-Packard Company</organization> |
---|
| 99 | <address><email>JeffMogul@acm.org</email></address> |
---|
| 100 | </author> |
---|
| 101 | <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> |
---|
| 102 | <organization abbrev="Microsoft">Microsoft Corporation</organization> |
---|
| 103 | <address><email>henrikn@microsoft.com</email></address> |
---|
| 104 | </author> |
---|
| 105 | <author initials="L." surname="Masinter" fullname="Larry Masinter"> |
---|
| 106 | <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> |
---|
| 107 | <address><email>LMM@acm.org</email></address> |
---|
| 108 | </author> |
---|
| 109 | <author initials="P." surname="Leach" fullname="Paul J. Leach"> |
---|
| 110 | <organization abbrev="Microsoft">Microsoft Corporation</organization> |
---|
| 111 | <address><email>paulle@microsoft.com</email></address> |
---|
| 112 | </author> |
---|
| 113 | <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> |
---|
| 114 | <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> |
---|
| 115 | <address><email>timbl@w3.org</email></address> |
---|
| 116 | </author> |
---|
| 117 | <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor"> |
---|
| 118 | <organization abbrev="W3C">World Wide Web Consortium</organization> |
---|
| 119 | <address><email>ylafon@w3.org</email></address> |
---|
| 120 | </author> |
---|
| 121 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
| 122 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
| 123 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
| 124 | </author> |
---|
[774] | 125 | <date month="March" year="2010"/> |
---|
[282] | 126 | </front> |
---|
[774] | 127 | <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-09"/> |
---|
| 128 | <x:source href="../../draft-ietf-httpbis/09/p2-semantics.xml" basename="../../draft-ietf-httpbis/09/p2-semantics"/> |
---|
[282] | 129 | </reference> |
---|
| 130 | |
---|
| 131 | <reference anchor="RFC2068"> |
---|
| 132 | <front> |
---|
| 133 | <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title> |
---|
| 134 | <author initials="R." surname="Fielding" fullname="Roy T. Fielding"> |
---|
| 135 | <organization>University of California, Irvine, Department of Information and Computer Science</organization> |
---|
| 136 | <address><email>fielding@ics.uci.edu</email></address> |
---|
| 137 | </author> |
---|
| 138 | <author initials="J." surname="Gettys" fullname="Jim Gettys"> |
---|
| 139 | <organization>MIT Laboratory for Computer Science</organization> |
---|
| 140 | <address><email>jg@w3.org</email></address> |
---|
| 141 | </author> |
---|
| 142 | <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> |
---|
| 143 | <organization>Digital Equipment Corporation, Western Research Laboratory</organization> |
---|
| 144 | <address><email>mogul@wrl.dec.com</email></address> |
---|
| 145 | </author> |
---|
| 146 | <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen"> |
---|
| 147 | <organization>MIT Laboratory for Computer Science</organization> |
---|
| 148 | <address><email>frystyk@w3.org</email></address> |
---|
| 149 | </author> |
---|
| 150 | <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> |
---|
| 151 | <organization>MIT Laboratory for Computer Science</organization> |
---|
| 152 | <address><email>timbl@w3.org</email></address> |
---|
| 153 | </author> |
---|
| 154 | <date month="January" year="1997"/> |
---|
| 155 | </front> |
---|
| 156 | <seriesInfo name="RFC" value="2068"/> |
---|
| 157 | </reference> |
---|
| 158 | |
---|
| 159 | <reference anchor="RFC3253"> |
---|
| 160 | <front> |
---|
| 161 | <title>Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</title> |
---|
| 162 | <author initials="G." surname="Clemm" fullname="G. Clemm"> |
---|
| 163 | <organization>Rational Software</organization> |
---|
| 164 | <address><email>geoffrey.clemm@rational.com</email></address> |
---|
| 165 | </author> |
---|
| 166 | <author initials="J." surname="Amsden" fullname="J. Amsden"> |
---|
| 167 | <organization>IBM</organization> |
---|
| 168 | <address><email>jamsden@us.ibm.com</email></address> |
---|
| 169 | </author> |
---|
| 170 | <author initials="T." surname="Ellison" fullname="T. Ellison"> |
---|
| 171 | <organization>IBM</organization> |
---|
| 172 | <address><email>tim_ellison@uk.ibm.com</email></address> |
---|
| 173 | </author> |
---|
| 174 | <author initials="C." surname="Kaler" fullname="C. Kaler"> |
---|
| 175 | <organization>Microsoft</organization> |
---|
| 176 | <address><email>ckaler@microsoft.com</email></address> |
---|
| 177 | </author> |
---|
| 178 | <author initials="J." surname="Whitehead" fullname="J. Whitehead"> |
---|
| 179 | <organization>UC Santa Cruz, Dept. of Computer Science</organization> |
---|
| 180 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
| 181 | </author> |
---|
| 182 | <date month="March" year="2002"/> |
---|
| 183 | </front> |
---|
| 184 | <seriesInfo name="RFC" value="3253"/> |
---|
| 185 | </reference> |
---|
| 186 | |
---|
| 187 | <reference anchor='RFC3648'> |
---|
| 188 | <front> |
---|
| 189 | <title abbrev='WebDAV Ordered Collections Protocol'>Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</title> |
---|
| 190 | <author initials='J.' surname='Whitehead' fullname='Jim Whitehead'> |
---|
| 191 | <organization abbrev='U.C. Santa Cruz'>UC Santa Cruz, Dept. of Computer Science</organization> |
---|
| 192 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
| 193 | </author> |
---|
| 194 | <author initials='J. F.' surname='Reschke' fullname='Julian F. Reschke' role='editor'> |
---|
| 195 | <organization abbrev='greenbytes'>greenbytes GmbH</organization> |
---|
| 196 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
| 197 | </author> |
---|
| 198 | <date year='2003' month='December' /> |
---|
| 199 | </front> |
---|
| 200 | <seriesInfo name='RFC' value='3648' /> |
---|
| 201 | </reference> |
---|
| 202 | |
---|
| 203 | <reference anchor="RFC3744"> |
---|
| 204 | <front> |
---|
| 205 | <title abbrev="WebDAV Access Control Protocol">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</title> |
---|
| 206 | <author initials="G." surname="Clemm" fullname="Geoffrey Clemm"> |
---|
| 207 | <organization>IBM</organization> |
---|
| 208 | <address><email>geoffrey.clemm@us.ibm.com</email></address> |
---|
| 209 | </author> |
---|
| 210 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke"> |
---|
| 211 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
| 212 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
| 213 | </author> |
---|
| 214 | <author initials="E." surname="Sedlar" fullname="Eric Sedlar"> |
---|
| 215 | <organization>Oracle Corporation</organization> |
---|
| 216 | <address><email>eric.sedlar@oracle.com</email></address> |
---|
| 217 | </author> |
---|
| 218 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
| 219 | <organization abbrev="U.C. Santa Cruz">U.C. Santa Cruz, Dept. of Computer Science</organization> |
---|
| 220 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
| 221 | </author> |
---|
| 222 | <date month="May" year="2004"/> |
---|
| 223 | </front> |
---|
| 224 | <seriesInfo name="RFC" value="3744"/> |
---|
| 225 | </reference> |
---|
| 226 | |
---|
| 227 | <reference anchor="RFC4437"> |
---|
| 228 | <front> |
---|
| 229 | <title abbrev="WebDAV Redirect Reference Resources">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</title> |
---|
| 230 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
| 231 | <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization> |
---|
| 232 | <address> |
---|
| 233 | <email>ejw@cse.ucsc.edu</email> |
---|
| 234 | </address> |
---|
| 235 | </author> |
---|
| 236 | <author initials="G." surname="Clemm" fullname="Geoff Clemm"> |
---|
| 237 | <organization>IBM</organization> |
---|
| 238 | <address> |
---|
| 239 | <email>geoffrey.clemm@us.ibm.com</email> |
---|
| 240 | </address> |
---|
| 241 | </author> |
---|
| 242 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
| 243 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
| 244 | <address> |
---|
| 245 | <email>julian.reschke@greenbytes.de</email> |
---|
| 246 | </address> |
---|
| 247 | </author> |
---|
| 248 | <date month="March" year="2006"/> |
---|
| 249 | </front> |
---|
| 250 | <seriesInfo name="RFC" value="4437"/> |
---|
| 251 | </reference> |
---|
| 252 | |
---|
| 253 | <reference anchor="RFC4791"> |
---|
| 254 | <front> |
---|
| 255 | <title abbrev="CalDAV">Calendaring Extensions to WebDAV (CalDAV)</title> |
---|
| 256 | <author initials="C." surname="Daboo" fullname="Cyrus Daboo"> |
---|
| 257 | <organization abbrev="Apple">Apple Inc.</organization> |
---|
| 258 | <address> |
---|
| 259 | <email>cyrus@daboo.name</email> |
---|
| 260 | </address> |
---|
| 261 | </author> |
---|
| 262 | <author initials="B." surname="Desruisseaux" fullname="Bernard Desruisseaux"> |
---|
| 263 | <organization abbrev="Oracle">Oracle Corporation</organization> |
---|
| 264 | <address> |
---|
| 265 | <email>bernard.desruisseaux@oracle.com</email> |
---|
| 266 | </address> |
---|
| 267 | </author> |
---|
| 268 | <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault"> |
---|
| 269 | <organization abbrev="CommerceNet">CommerceNet</organization> |
---|
| 270 | <address> |
---|
| 271 | <email>ldusseault@commerce.net</email> |
---|
| 272 | </address> |
---|
| 273 | </author> |
---|
| 274 | <date month="March" year="2007"/> |
---|
| 275 | </front> |
---|
| 276 | <seriesInfo name="RFC" value="4791"/> |
---|
| 277 | </reference> |
---|
| 278 | |
---|
| 279 | <reference anchor="RFC4918"> |
---|
| 280 | <front> |
---|
| 281 | <title>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</title> |
---|
| 282 | <author initials="L." surname="Dusseault" fullname="Lisa Dusseault" role="editor"> |
---|
| 283 | <organization>CommerceNet</organization> |
---|
| 284 | <address> |
---|
| 285 | <postal> |
---|
| 286 | <street>2064 Edgewood Dr.</street> |
---|
| 287 | <city>Palo Alto</city> <region>CA</region> <code>94303</code> |
---|
| 288 | <country>US</country> |
---|
| 289 | </postal> |
---|
| 290 | <email>ldusseault@commerce.net</email> |
---|
| 291 | </address> |
---|
| 292 | </author> |
---|
| 293 | <date month="June" year="2007"/> |
---|
| 294 | </front> |
---|
| 295 | <seriesInfo name="RFC" value="4918"/> |
---|
| 296 | </reference> |
---|
| 297 | |
---|
[414] | 298 | <reference anchor="RFC5323"> |
---|
| 299 | <front> |
---|
| 300 | <title abbrev="WebDAV SEARCH">Web Distributed Authoring and Versioning (WebDAV) SEARCH</title> |
---|
| 301 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
| 302 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
| 303 | <address> |
---|
| 304 | <email>julian.reschke@greenbytes.de</email> |
---|
| 305 | </address> |
---|
| 306 | </author> |
---|
| 307 | <author initials="S." surname="Reddy" fullname="Surendra Reddy"> |
---|
| 308 | <organization abbrev="Mitrix">Mitrix, Inc.</organization> |
---|
| 309 | <address> |
---|
| 310 | <email>Surendra.Reddy@mitrix.com</email> |
---|
| 311 | </address> |
---|
| 312 | </author> |
---|
| 313 | <author initials="J." surname="Davis" fullname="Jim Davis"> |
---|
| 314 | <address> |
---|
| 315 | <email>jrd3@alum.mit.edu</email> |
---|
| 316 | </address> |
---|
| 317 | </author> |
---|
| 318 | <author initials="A." surname="Babich" fullname="Alan Babich"> |
---|
| 319 | <organization abbrev="IBM">IBM Corporation</organization> |
---|
| 320 | <address> |
---|
| 321 | <email>ababich@us.ibm.com</email> |
---|
| 322 | </address> |
---|
| 323 | </author> |
---|
| 324 | <date month="November" year="2008"/> |
---|
| 325 | </front> |
---|
| 326 | <seriesInfo name="RFC" value="5323"/> |
---|
| 327 | </reference> |
---|
| 328 | |
---|
[811] | 329 | <reference anchor="RFC5842"> |
---|
[585] | 330 | <front> |
---|
| 331 | <title abbrev="Binding Extensions to WebDAV">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</title> |
---|
| 332 | <author initials="G." surname="Clemm" fullname="Geoffrey Clemm"> |
---|
| 333 | <organization>IBM</organization> |
---|
| 334 | <address> |
---|
| 335 | <email>geoffrey.clemm@us.ibm.com</email> |
---|
| 336 | </address> |
---|
| 337 | </author> |
---|
| 338 | <author initials="J." surname="Crawford" fullname="Jason Crawford"> |
---|
| 339 | <organization>IBM Research</organization> |
---|
| 340 | <address> |
---|
| 341 | <email>ccjason@us.ibm.com</email> |
---|
| 342 | </address> |
---|
| 343 | </author> |
---|
| 344 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
| 345 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
| 346 | <address> |
---|
| 347 | <email>julian.reschke@greenbytes.de</email> |
---|
| 348 | </address> |
---|
| 349 | </author> |
---|
| 350 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
| 351 | <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization> |
---|
| 352 | <address> |
---|
| 353 | <email>ejw@cse.ucsc.edu</email> |
---|
| 354 | </address> |
---|
| 355 | </author> |
---|
[811] | 356 | <date month="April" year="2010"/> |
---|
[585] | 357 | </front> |
---|
[811] | 358 | <seriesInfo name="RFC" value="5842"/> |
---|
[749] | 359 | </reference> |
---|
[585] | 360 | |
---|
[794] | 361 | <reference anchor="RFC5789"> |
---|
[597] | 362 | <front> |
---|
| 363 | <title abbrev="HTTP PATCH">PATCH Method for HTTP</title> |
---|
| 364 | <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault"> |
---|
[726] | 365 | <organization abbrev="Linden Lab">Linden Lab</organization> |
---|
[597] | 366 | <address> |
---|
[726] | 367 | <email>lisa.dusseault@gmail.com</email> |
---|
[597] | 368 | </address> |
---|
| 369 | </author> |
---|
| 370 | <author initials="J.M." surname="Snell" fullname="James M. Snell"> |
---|
| 371 | <address> |
---|
| 372 | <email>jasnell@gmail.com</email> |
---|
| 373 | </address> |
---|
| 374 | </author> |
---|
[797] | 375 | <date month="March" year="2010"/> |
---|
[597] | 376 | </front> |
---|
[794] | 377 | <seriesInfo name="RFC" value="5789"/> |
---|
[733] | 378 | </reference> |
---|
[597] | 379 | |
---|
[282] | 380 | </references> |
---|
| 381 | |
---|
| 382 | <!--<references title="Informative References"> |
---|
| 383 | </references>--> |
---|
| 384 | |
---|
| 385 | <section title="Initial Registry Contents" anchor="updated.registry.contents"> |
---|
[733] | 386 | <texttable align="left"> |
---|
[282] | 387 | |
---|
| 388 | <ttcol>Method Name</ttcol> |
---|
[287] | 389 | <ttcol>Safe</ttcol> |
---|
[282] | 390 | <ttcol>Reference</ttcol> |
---|
| 391 | |
---|
[287] | 392 | <c>ACL</c><c>no</c><c><xref target="RFC3744" x:fmt="," x:sec="8.1"/></c> |
---|
[282] | 393 | |
---|
[287] | 394 | <c>BASELINE-CONTROL</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="12.6"/></c> |
---|
[811] | 395 | <c>BIND</c><c>no</c><c><xref target="RFC5842" x:fmt="," x:sec="4"/></c> |
---|
[282] | 396 | |
---|
[287] | 397 | <c>CHECKIN</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="4.4"/> and <xref target="RFC3253" x:fmt="," x:sec="9.4"/></c> |
---|
| 398 | <c>CHECKOUT</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="4.3"/> and <xref target="RFC3253" x:fmt="," x:sec="8.8"/></c> |
---|
| 399 | <c>COPY</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.8"/></c> |
---|
[282] | 400 | |
---|
[287] | 401 | <c>LABEL</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="8.2"/></c> |
---|
| 402 | <c>LINK</c><c>no</c><c><xref target="RFC2068" x:fmt="," x:sec="19.6.1.2"/></c> |
---|
| 403 | <c>LOCK</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.10"/></c> |
---|
[282] | 404 | |
---|
[287] | 405 | <c>MERGE</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="11.2"/></c> |
---|
| 406 | <c>MKAKTIVITY</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="13.5"/></c> |
---|
| 407 | <c>MKCALENDAR</c><c>no</c><c><xref target="RFC4791" x:fmt="," x:sec="5.3.1"/></c> |
---|
| 408 | <c>MKCOL</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.3"/></c> |
---|
| 409 | <c>MKREDIRECTREF</c><c>no</c><c><xref target="RFC4437" x:fmt="," x:sec="6"/></c> |
---|
| 410 | <c>MKWORKSPACE</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="6.3"/></c> |
---|
| 411 | <c>MOVE</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.9"/></c> |
---|
[282] | 412 | |
---|
[287] | 413 | <c>ORDERPATCH</c><c>no</c><c><xref target="RFC3648" x:fmt="," x:sec="7"/></c> |
---|
[282] | 414 | |
---|
[794] | 415 | <c>PATCH</c><c>no</c><c><xref target="RFC5789" x:fmt="," x:sec="2"/></c> |
---|
[287] | 416 | <c>PROPFIND</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.1"/></c> |
---|
| 417 | <c>PROPPATCH</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.2"/></c> |
---|
[282] | 418 | |
---|
[811] | 419 | <c>REBIND</c><c>no</c><c><xref target="RFC5842" x:fmt="," x:sec="6"/></c> |
---|
[287] | 420 | <c>REPORT</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="3.6"/></c> |
---|
[282] | 421 | |
---|
[414] | 422 | <c>SEARCH</c><c>yes</c><c><xref target="RFC5323" x:fmt="," x:sec="2"/></c> |
---|
| 423 | |
---|
[811] | 424 | <c>UNBIND</c><c>no</c><c><xref target="RFC5842" x:fmt="," x:sec="5"/></c> |
---|
[287] | 425 | <c>UNCHECKOUT</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="4.5"/></c> |
---|
| 426 | <c>UNLINK</c><c>no</c><c><xref target="RFC2068" x:fmt="," x:sec="19.6.1.3"/></c> |
---|
| 427 | <c>UNLOCK</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.11"/></c> |
---|
| 428 | <c>UPDATE</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="7.1"/></c> |
---|
| 429 | <c>UPDATEREDIRECTREF</c><c>no</c><c><xref target="RFC4437" x:fmt="," x:sec="7"/></c> |
---|
[282] | 430 | |
---|
[287] | 431 | <c>VERSION-CONTROL</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="3.5"/></c> |
---|
[282] | 432 | |
---|
| 433 | </texttable> |
---|
| 434 | </section> |
---|
| 435 | |
---|
[414] | 436 | <section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log"> |
---|
| 437 | |
---|
| 438 | <section title="Since draft-ietf-httpbis-p1-method-registrations-00"> |
---|
| 439 | <t> |
---|
| 440 | Added SEARCH method (RFC 5323). |
---|
| 441 | </t> |
---|
| 442 | </section> |
---|
| 443 | |
---|
[415] | 444 | <section title="Since draft-ietf-httpbis-p1-method-registrations-01"> |
---|
| 445 | <t> |
---|
[436] | 446 | Update draft-ietf-httpbis-p2-semantics reference. |
---|
[415] | 447 | </t> |
---|
[414] | 448 | </section> |
---|
| 449 | |
---|
[586] | 450 | <section title="Since draft-ietf-httpbis-p1-method-registrations-02"> |
---|
| 451 | <t> |
---|
[612] | 452 | Update draft-ietf-httpbis-p2-semantics reference. |
---|
[733] | 453 | PATCH is now defined in draft-dusseault-http-patch. |
---|
[749] | 454 | BIND, UNBIND and REBIND are defined in draft-ietf-webdav-bind. |
---|
[751] | 455 | Drop the "updates draft-ietf-httpbis-p2-semantics" clause. |
---|
[586] | 456 | </t> |
---|
[415] | 457 | </section> |
---|
[414] | 458 | |
---|
[775] | 459 | <section title="Since draft-ietf-httpbis-p1-method-registrations-03"> |
---|
| 460 | <t> |
---|
[811] | 461 | draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842. |
---|
[775] | 462 | </t> |
---|
[586] | 463 | </section> |
---|
[415] | 464 | |
---|
[775] | 465 | </section> |
---|
[586] | 466 | |
---|
[775] | 467 | |
---|
[282] | 468 | </back> |
---|
| 469 | |
---|
| 470 | </rfc> |
---|