1 | <?xml version="1.0" encoding="US-ASCII"?> |
---|
2 | <!-- v2 --> |
---|
3 | <!-- |
---|
4 | This XML document is the output of clean-for-DTD.xslt; a tool that strips |
---|
5 | extensions to RFC2629(bis) from documents for processing with xml2rfc. |
---|
6 | --> |
---|
7 | <?xml-stylesheet type='text/xsl' href='../../draft-ietf-httpbis/myxml2rfc.xslt'?> |
---|
8 | <?rfc toc="yes"?> |
---|
9 | <?rfc symrefs="yes"?> |
---|
10 | <?rfc sortrefs="yes"?> |
---|
11 | <?rfc compact="yes"?> |
---|
12 | <?rfc comments="yes"?> |
---|
13 | <?rfc inline="yes"?> |
---|
14 | <?rfc subcompact="no"?> |
---|
15 | <?rfc rfcedstyle="yes"?> |
---|
16 | <!DOCTYPE rfc |
---|
17 | PUBLIC "" "rfc2629.dtd"> |
---|
18 | <rfc submissionType="IETF" ipr="trust200902" number="7237" category="info" consensus="yes"> |
---|
19 | |
---|
20 | <front> |
---|
21 | <title abbrev="HTTP Method Registrations">Initial Hypertext Transfer Protocol (HTTP) |
---|
22 | Method Registrations</title> |
---|
23 | |
---|
24 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke"> |
---|
25 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
26 | <address> |
---|
27 | <postal> |
---|
28 | <street>Hafenweg 16</street> |
---|
29 | <city>Muenster</city><region>NW</region><code>48155</code> |
---|
30 | <country>Germany</country> |
---|
31 | </postal> |
---|
32 | <email>julian.reschke@greenbytes.de</email> |
---|
33 | <uri>http://greenbytes.de/tech/webdav/</uri> |
---|
34 | </address> |
---|
35 | </author> |
---|
36 | |
---|
37 | <date month="May" year="2014"/> |
---|
38 | |
---|
39 | <area>Applications</area> |
---|
40 | <workgroup>HTTPbis Working Group</workgroup> |
---|
41 | |
---|
42 | <!-- [rfced] Please insert any keywords (beyond those that appear in |
---|
43 | the title) for use on http://www.rfc-editor.org/search. |
---|
44 | --> |
---|
45 | |
---|
46 | <keyword>example</keyword> |
---|
47 | |
---|
48 | <abstract> |
---|
49 | <t> |
---|
50 | This document registers those Hypertext Transfer |
---|
51 | Protocol (HTTP) methods that have been defined in RFCs |
---|
52 | before the IANA "HTTP Method Registry" was established. |
---|
53 | </t> |
---|
54 | </abstract> |
---|
55 | |
---|
56 | |
---|
57 | </front> |
---|
58 | |
---|
59 | <middle> |
---|
60 | |
---|
61 | <section title="Introduction" anchor="introduction"> |
---|
62 | <t> |
---|
63 | This document registers those Hypertext Transfer Protocol (HTTP) methods |
---|
64 | that have been defined in RFCs other than |
---|
65 | <xref target="RFC7231"/> before the IANA "HTTP Method |
---|
66 | Registry" was established. |
---|
67 | </t> |
---|
68 | </section> |
---|
69 | |
---|
70 | <section title="Security Considerations" anchor="security.considerations"> |
---|
71 | |
---|
72 | <!-- [rfced] Because the meat of this document seems to be the IANA |
---|
73 | Considerations, we suggest moving the Security Considerations to appear after |
---|
74 | the IANA Considerations. Please let us know if this is acceptable. |
---|
75 | --> |
---|
76 | <t> |
---|
77 | There are no security considerations related to the registration itself. |
---|
78 | </t> |
---|
79 | <t> |
---|
80 | Security considerations applicable to the individual HTTP methods ought to be |
---|
81 | discussed in the specifications that define them. |
---|
82 | </t> |
---|
83 | </section> |
---|
84 | |
---|
85 | <section title="IANA Considerations" anchor="iana.considerations"> |
---|
86 | <t> |
---|
87 | The table below provides registrations |
---|
88 | of HTTP method names that have been added to the IANA "HTTP Method Registry" |
---|
89 | at <http://www.iana.org/assignments/http-methods> |
---|
90 | (see Section 8.1 of <xref target="RFC7231"/>). |
---|
91 | </t> |
---|
92 | <texttable align="left"> |
---|
93 | |
---|
94 | <ttcol>Method Name</ttcol> |
---|
95 | <ttcol>Safe</ttcol> |
---|
96 | <ttcol>Idempotent</ttcol> |
---|
97 | <ttcol>Reference</ttcol> |
---|
98 | |
---|
99 | <c>ACL</c><c>no</c><c>yes</c><c><xref target="RFC3744"/>, Section 8.1</c> |
---|
100 | |
---|
101 | <c>BASELINE-CONTROL</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 12.6</c> |
---|
102 | <c>BIND</c><c>no</c><c>yes</c><c><xref target="RFC5842"/>, Section 4</c> |
---|
103 | |
---|
104 | <c>CHECKIN</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 4.4 and <xref target="RFC3253"/>, Section 9.4</c> |
---|
105 | <c>CHECKOUT</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 4.3 and <xref target="RFC3253"/>, Section 8.8</c> |
---|
106 | <c>COPY</c><c>no</c><c>yes</c><c><xref target="RFC4918"/>, Section 9.8</c> |
---|
107 | |
---|
108 | <c>LABEL</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 8.2</c> |
---|
109 | <c>LINK</c><c>no</c><c>yes</c><c><xref target="RFC2068"/>, Section 19.6.1.2</c> |
---|
110 | <c>LOCK</c><c>no</c><c>no</c><c><xref target="RFC4918"/>, Section 9.10</c> |
---|
111 | |
---|
112 | <c>MERGE</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 11.2</c> |
---|
113 | <c>MKACTIVITY</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 13.5</c> |
---|
114 | <c>MKCALENDAR</c><c>no</c><c>yes</c><c><xref target="RFC4791"/>, Section 5.3.1</c> |
---|
115 | <c>MKCOL</c><c>no</c><c>yes</c><c><xref target="RFC4918"/>, Section 9.3</c> |
---|
116 | <c>MKREDIRECTREF</c><c>no</c><c>yes</c><c><xref target="RFC4437"/>, Section 6</c> |
---|
117 | <c>MKWORKSPACE</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 6.3</c> |
---|
118 | <c>MOVE</c><c>no</c><c>yes</c><c><xref target="RFC4918"/>, Section 9.9</c> |
---|
119 | |
---|
120 | <c>ORDERPATCH</c><c>no</c><c>yes</c><c><xref target="RFC3648"/>, Section 7</c> |
---|
121 | |
---|
122 | <c>PATCH</c><c>no</c><c>no</c><c><xref target="RFC5789"/>, Section 2</c> |
---|
123 | <c>PROPFIND</c><c>yes</c><c>yes</c><c><xref target="RFC4918"/>, Section 9.1</c> |
---|
124 | <c>PROPPATCH</c><c>no</c><c>yes</c><c><xref target="RFC4918"/>, Section 9.2</c> |
---|
125 | |
---|
126 | <c>REBIND</c><c>no</c><c>yes</c><c><xref target="RFC5842"/>, Section 6</c> |
---|
127 | <c>REPORT</c><c>yes</c><c>yes</c><c><xref target="RFC3253"/>, Section 3.6</c> |
---|
128 | |
---|
129 | <c>SEARCH</c><c>yes</c><c>yes</c><c><xref target="RFC5323"/>, Section 2</c> |
---|
130 | |
---|
131 | <c>UNBIND</c><c>no</c><c>yes</c><c><xref target="RFC5842"/>, Section 5</c> |
---|
132 | <c>UNCHECKOUT</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 4.5</c> |
---|
133 | <c>UNLINK</c><c>no</c><c>yes</c><c><xref target="RFC2068"/>, Section 19.6.1.3</c> |
---|
134 | <c>UNLOCK</c><c>no</c><c>yes</c><c><xref target="RFC4918"/>, Section 9.11</c> |
---|
135 | <c>UPDATE</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 7.1</c> |
---|
136 | <c>UPDATEREDIRECTREF</c><c>no</c><c>yes</c><c><xref target="RFC4437"/>, Section 7</c> |
---|
137 | |
---|
138 | <c>VERSION-CONTROL</c><c>no</c><c>yes</c><c><xref target="RFC3253"/>, Section 3.5</c> |
---|
139 | |
---|
140 | </texttable> |
---|
141 | </section> |
---|
142 | </middle> |
---|
143 | <back> |
---|
144 | |
---|
145 | <?rfc rfcedstyle="no" ?> |
---|
146 | <references title="Normative References"> |
---|
147 | |
---|
148 | <!--[rfced] Companion document; draft-ietf-httpbis-p2-semantics |
---|
149 | |
---|
150 | --> |
---|
151 | <reference anchor="RFC7231"> |
---|
152 | <front> |
---|
153 | <title>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</title> |
---|
154 | <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> |
---|
155 | <organization abbrev="Adobe">Adobe Systems Incorporated</organization> |
---|
156 | <address><email>fielding@gbiv.com</email></address> |
---|
157 | </author> |
---|
158 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
159 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
160 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
161 | </author> |
---|
162 | <date month="May" year="2014"/> |
---|
163 | </front> |
---|
164 | <seriesInfo name="RFC" value="7231"/> |
---|
165 | |
---|
166 | </reference> |
---|
167 | |
---|
168 | <reference anchor="RFC2068"> |
---|
169 | <front> |
---|
170 | <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title> |
---|
171 | <author initials="R." surname="Fielding" fullname="Roy T. Fielding"> |
---|
172 | <organization>University of California, Irvine, Department of Information and Computer Science</organization> |
---|
173 | <address><email>fielding@ics.uci.edu</email></address> |
---|
174 | </author> |
---|
175 | <author initials="J." surname="Gettys" fullname="Jim Gettys"> |
---|
176 | <organization>MIT Laboratory for Computer Science</organization> |
---|
177 | <address><email>jg@w3.org</email></address> |
---|
178 | </author> |
---|
179 | <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> |
---|
180 | <organization>Digital Equipment Corporation, Western Research Laboratory</organization> |
---|
181 | <address><email>mogul@wrl.dec.com</email></address> |
---|
182 | </author> |
---|
183 | <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen"> |
---|
184 | <organization>MIT Laboratory for Computer Science</organization> |
---|
185 | <address><email>frystyk@w3.org</email></address> |
---|
186 | </author> |
---|
187 | <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> |
---|
188 | <organization>MIT Laboratory for Computer Science</organization> |
---|
189 | <address><email>timbl@w3.org</email></address> |
---|
190 | </author> |
---|
191 | <date month="January" year="1997"/> |
---|
192 | </front> |
---|
193 | <seriesInfo name="RFC" value="2068"/> |
---|
194 | </reference> |
---|
195 | |
---|
196 | <reference anchor="RFC3253"> |
---|
197 | <front> |
---|
198 | <title>Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</title> |
---|
199 | <author initials="G." surname="Clemm" fullname="G. Clemm"> |
---|
200 | <organization>Rational Software</organization> |
---|
201 | <address><email>geoffrey.clemm@rational.com</email></address> |
---|
202 | </author> |
---|
203 | <author initials="J." surname="Amsden" fullname="J. Amsden"> |
---|
204 | <organization>IBM</organization> |
---|
205 | <address><email>jamsden@us.ibm.com</email></address> |
---|
206 | </author> |
---|
207 | <author initials="T." surname="Ellison" fullname="T. Ellison"> |
---|
208 | <organization>IBM</organization> |
---|
209 | <address><email>tim_ellison@uk.ibm.com</email></address> |
---|
210 | </author> |
---|
211 | <author initials="C." surname="Kaler" fullname="C. Kaler"> |
---|
212 | <organization>Microsoft</organization> |
---|
213 | <address><email>ckaler@microsoft.com</email></address> |
---|
214 | </author> |
---|
215 | <author initials="J." surname="Whitehead" fullname="J. Whitehead"> |
---|
216 | <organization>UC Santa Cruz, Dept. of Computer Science</organization> |
---|
217 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
218 | </author> |
---|
219 | <date month="March" year="2002"/> |
---|
220 | </front> |
---|
221 | <seriesInfo name="RFC" value="3253"/> |
---|
222 | </reference> |
---|
223 | |
---|
224 | <reference anchor="RFC3648"> |
---|
225 | <front> |
---|
226 | <title abbrev="WebDAV Ordered Collections Protocol">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</title> |
---|
227 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
228 | <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization> |
---|
229 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
230 | </author> |
---|
231 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
232 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
233 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
234 | </author> |
---|
235 | <date year="2003" month="December"/> |
---|
236 | </front> |
---|
237 | <seriesInfo name="RFC" value="3648"/> |
---|
238 | </reference> |
---|
239 | |
---|
240 | <reference anchor="RFC3744"> |
---|
241 | <front> |
---|
242 | <title abbrev="WebDAV Access Control Protocol">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</title> |
---|
243 | <author initials="G." surname="Clemm" fullname="Geoffrey Clemm"> |
---|
244 | <organization>IBM</organization> |
---|
245 | <address><email>geoffrey.clemm@us.ibm.com</email></address> |
---|
246 | </author> |
---|
247 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke"> |
---|
248 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
249 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
250 | </author> |
---|
251 | <author initials="E." surname="Sedlar" fullname="Eric Sedlar"> |
---|
252 | <organization>Oracle Corporation</organization> |
---|
253 | <address><email>eric.sedlar@oracle.com</email></address> |
---|
254 | </author> |
---|
255 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
256 | <organization abbrev="U.C. Santa Cruz">U.C. Santa Cruz, Dept. of Computer Science</organization> |
---|
257 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
258 | </author> |
---|
259 | <date month="May" year="2004"/> |
---|
260 | </front> |
---|
261 | <seriesInfo name="RFC" value="3744"/> |
---|
262 | </reference> |
---|
263 | |
---|
264 | <reference anchor="RFC4437"> |
---|
265 | <front> |
---|
266 | <title abbrev="WebDAV Redirect Reference Resources">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</title> |
---|
267 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
268 | <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization> |
---|
269 | <address> |
---|
270 | <email>ejw@cse.ucsc.edu</email> |
---|
271 | </address> |
---|
272 | </author> |
---|
273 | <author initials="G." surname="Clemm" fullname="Geoff Clemm"> |
---|
274 | <organization>IBM</organization> |
---|
275 | <address> |
---|
276 | <email>geoffrey.clemm@us.ibm.com</email> |
---|
277 | </address> |
---|
278 | </author> |
---|
279 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
280 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
281 | <address> |
---|
282 | <email>julian.reschke@greenbytes.de</email> |
---|
283 | </address> |
---|
284 | </author> |
---|
285 | <date month="March" year="2006"/> |
---|
286 | </front> |
---|
287 | <seriesInfo name="RFC" value="4437"/> |
---|
288 | </reference> |
---|
289 | |
---|
290 | <reference anchor="RFC4791"> |
---|
291 | <front> |
---|
292 | <title abbrev="CalDAV">Calendaring Extensions to WebDAV (CalDAV)</title> |
---|
293 | <author initials="C." surname="Daboo" fullname="Cyrus Daboo"> |
---|
294 | <organization abbrev="Apple">Apple Inc.</organization> |
---|
295 | <address> |
---|
296 | <email>cyrus@daboo.name</email> |
---|
297 | </address> |
---|
298 | </author> |
---|
299 | <author initials="B." surname="Desruisseaux" fullname="Bernard Desruisseaux"> |
---|
300 | <organization abbrev="Oracle">Oracle Corporation</organization> |
---|
301 | <address> |
---|
302 | <email>bernard.desruisseaux@oracle.com</email> |
---|
303 | </address> |
---|
304 | </author> |
---|
305 | <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault"> |
---|
306 | <organization abbrev="CommerceNet">CommerceNet</organization> |
---|
307 | <address> |
---|
308 | <email>ldusseault@commerce.net</email> |
---|
309 | </address> |
---|
310 | </author> |
---|
311 | <date month="March" year="2007"/> |
---|
312 | </front> |
---|
313 | <seriesInfo name="RFC" value="4791"/> |
---|
314 | </reference> |
---|
315 | |
---|
316 | <reference anchor="RFC4918"> |
---|
317 | <front> |
---|
318 | <title>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</title> |
---|
319 | <author initials="L." surname="Dusseault" fullname="Lisa Dusseault" role="editor"> |
---|
320 | <organization>CommerceNet</organization> |
---|
321 | <address> |
---|
322 | <postal> |
---|
323 | <street>2064 Edgewood Dr.</street> |
---|
324 | <city>Palo Alto</city> <region>CA</region> <code>94303</code> |
---|
325 | <country>US</country> |
---|
326 | </postal> |
---|
327 | <email>ldusseault@commerce.net</email> |
---|
328 | </address> |
---|
329 | </author> |
---|
330 | <date month="June" year="2007"/> |
---|
331 | </front> |
---|
332 | <seriesInfo name="RFC" value="4918"/> |
---|
333 | </reference> |
---|
334 | |
---|
335 | <reference anchor="RFC5323"> |
---|
336 | <front> |
---|
337 | <title abbrev="WebDAV SEARCH">Web Distributed Authoring and Versioning (WebDAV) SEARCH</title> |
---|
338 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
339 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
340 | <address> |
---|
341 | <email>julian.reschke@greenbytes.de</email> |
---|
342 | </address> |
---|
343 | </author> |
---|
344 | <author initials="S." surname="Reddy" fullname="Surendra Reddy"> |
---|
345 | <organization abbrev="Mitrix">Mitrix, Inc.</organization> |
---|
346 | <address> |
---|
347 | <email>Surendra.Reddy@mitrix.com</email> |
---|
348 | </address> |
---|
349 | </author> |
---|
350 | <author initials="J." surname="Davis" fullname="Jim Davis"> |
---|
351 | <address> |
---|
352 | <email>jrd3@alum.mit.edu</email> |
---|
353 | </address> |
---|
354 | </author> |
---|
355 | <author initials="A." surname="Babich" fullname="Alan Babich"> |
---|
356 | <organization abbrev="IBM">IBM Corporation</organization> |
---|
357 | <address> |
---|
358 | <email>ababich@us.ibm.com</email> |
---|
359 | </address> |
---|
360 | </author> |
---|
361 | <date month="November" year="2008"/> |
---|
362 | </front> |
---|
363 | <seriesInfo name="RFC" value="5323"/> |
---|
364 | </reference> |
---|
365 | |
---|
366 | <reference anchor="RFC5842"> |
---|
367 | <front> |
---|
368 | <title abbrev="Binding Extensions to WebDAV">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</title> |
---|
369 | <author initials="G." surname="Clemm" fullname="Geoffrey Clemm"> |
---|
370 | <organization>IBM</organization> |
---|
371 | <address> |
---|
372 | <email>geoffrey.clemm@us.ibm.com</email> |
---|
373 | </address> |
---|
374 | </author> |
---|
375 | <author initials="J." surname="Crawford" fullname="Jason Crawford"> |
---|
376 | <organization>IBM Research</organization> |
---|
377 | <address> |
---|
378 | <email>ccjason@us.ibm.com</email> |
---|
379 | </address> |
---|
380 | </author> |
---|
381 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
382 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
383 | <address> |
---|
384 | <email>julian.reschke@greenbytes.de</email> |
---|
385 | </address> |
---|
386 | </author> |
---|
387 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
388 | <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization> |
---|
389 | <address> |
---|
390 | <email>ejw@cse.ucsc.edu</email> |
---|
391 | </address> |
---|
392 | </author> |
---|
393 | <date month="April" year="2010"/> |
---|
394 | </front> |
---|
395 | <seriesInfo name="RFC" value="5842"/> |
---|
396 | </reference> |
---|
397 | |
---|
398 | <reference anchor="RFC5789"> |
---|
399 | <front> |
---|
400 | <title abbrev="HTTP PATCH">PATCH Method for HTTP</title> |
---|
401 | <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault"> |
---|
402 | <organization abbrev="Linden Lab">Linden Lab</organization> |
---|
403 | <address> |
---|
404 | <email>lisa.dusseault@gmail.com</email> |
---|
405 | </address> |
---|
406 | </author> |
---|
407 | <author initials="J.M." surname="Snell" fullname="James M. Snell"> |
---|
408 | <address> |
---|
409 | <email>jasnell@gmail.com</email> |
---|
410 | </address> |
---|
411 | </author> |
---|
412 | <date month="March" year="2010"/> |
---|
413 | </front> |
---|
414 | <seriesInfo name="RFC" value="5789"/> |
---|
415 | </reference> |
---|
416 | |
---|
417 | </references> |
---|
418 | <?rfc rfcedstyle="yes" ?> |
---|
419 | |
---|
420 | |
---|
421 | </back> |
---|
422 | |
---|
423 | </rfc> |
---|