source: draft-ietf-httpbis-method-registrations/05/draft-ietf-httpbis-method-registrations.xml @ 2080

Last change on this file since 2080 was 1500, checked in by julian.reschke@…, 11 years ago

fix mime types

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