source: draft-ietf-httpbis-method-registrations/01/draft-ietf-httpbis-method-registrations.html @ 574

Last change on this file since 574 was 415, checked in by julian.reschke@…, 14 years ago

draft-ietf-httpbis-method-registrations-01

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 31.0 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD HTML 4.01//EN">
3<html lang="en">
4   <head profile="http://www.w3.org/2006/03/hcard">
5      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6      <title>Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP)
7         Method&nbsp;Registrations
8      </title><style type="text/css" title="Xml2Rfc (sans serif)">
9a {
10  text-decoration: none;
11}
12a.smpl {
13  color: black;
14}
15a:hover {
16  text-decoration: underline;
17}
18a:active {
19  text-decoration: underline;
20}
21address {
22  margin-top: 1em;
23  margin-left: 2em;
24  font-style: normal;
25}
26body {
27  color: black;
28  font-family: verdana, helvetica, arial, sans-serif;
29  font-size: 10pt;
30}
31cite {
32  font-style: normal;
33}
34dd {
35  margin-right: 2em;
36}
37dl {
38  margin-left: 2em;
39}
40
41dl.empty dd {
42  margin-top: .5em;
43}
44dl p {
45  margin-left: 0em;
46}
47dt {
48  margin-top: .5em;
49}
50h1 {
51  font-size: 14pt;
52  line-height: 21pt;
53  page-break-after: avoid;
54}
55h1.np {
56  page-break-before: always;
57}
58h1 a {
59  color: #333333;
60}
61h2 {
62  font-size: 12pt;
63  line-height: 15pt;
64  page-break-after: avoid;
65}
66h2 a {
67  color: black;
68}
69h3 {
70  font-size: 10pt;
71  page-break-after: avoid;
72}
73h3 a {
74  color: black;
75}
76h4 {
77  font-size: 10pt;
78  page-break-after: avoid;
79}
80h4 a {
81  color: black;
82}
83h5 {
84  font-size: 10pt;
85  page-break-after: avoid;
86}
87h5 a {
88  color: black;
89}
90img {
91  margin-left: 3em;
92}
93li {
94  margin-left: 2em;
95  margin-right: 2em;
96}
97ol {
98  margin-left: 2em;
99  margin-right: 2em;
100}
101ol p {
102  margin-left: 0em;
103}
104p {
105  margin-left: 2em;
106  margin-right: 2em;
107}
108pre {
109  margin-left: 3em;
110  background-color: lightyellow;
111  padding: .25em;
112}
113pre.text2 {
114  border-style: dotted;
115  border-width: 1px;
116  background-color: #f0f0f0;
117  width: 69em;
118}
119pre.inline {
120  background-color: white;
121  padding: 0em;
122}
123pre.text {
124  border-style: dotted;
125  border-width: 1px;
126  background-color: #f8f8f8;
127  width: 69em;
128}
129pre.drawing {
130  border-style: solid;
131  border-width: 1px;
132  background-color: #f8f8f8;
133  padding: 2em;
134}
135table {
136  margin-left: 2em;
137}
138table.tt {
139  vertical-align: top;
140}
141table.full {
142  border-style: outset;
143  border-width: 1px;
144}
145table.headers {
146  border-style: outset;
147  border-width: 1px;
148}
149table.tt td {
150  vertical-align: top;
151}
152table.full td {
153  border-style: inset;
154  border-width: 1px;
155}
156table.tt th {
157  vertical-align: top;
158}
159table.full th {
160  border-style: inset;
161  border-width: 1px;
162}
163table.headers th {
164  border-style: none none inset none;
165  border-width: 1px;
166}
167table.header {
168  width: 95%;
169  font-size: 10pt;
170  color: white;
171}
172td.top {
173  vertical-align: top;
174}
175td.topnowrap {
176  vertical-align: top;
177  white-space: nowrap;
178}
179td.header {
180  background-color: gray;
181  width: 50%;
182}
183td.header a {
184  color: white;
185}
186td.reference {
187  vertical-align: top;
188  white-space: nowrap;
189  padding-right: 1em;
190}
191thead {
192  display:table-header-group;
193}
194ul.toc {
195  list-style: none;
196  margin-left: 1.5em;
197  margin-right: 0em;
198  padding-left: 0em;
199}
200li.tocline0 {
201  line-height: 150%;
202  font-weight: bold;
203  font-size: 10pt;
204  margin-left: 0em;
205  margin-right: 0em;
206}
207li.tocline1 {
208  line-height: normal;
209  font-weight: normal;
210  font-size: 9pt;
211  margin-left: 0em;
212  margin-right: 0em;
213}
214li.tocline2 {
215  font-size: 0pt;
216}
217ul p {
218  margin-left: 0em;
219}
220ul.ind {
221  list-style: none;
222  margin-left: 1.5em;
223  margin-right: 0em;
224  padding-left: 0em;
225}
226li.indline0 {
227  font-weight: bold;
228  line-height: 200%;
229  margin-left: 0em;
230  margin-right: 0em;
231}
232li.indline1 {
233  font-weight: normal;
234  line-height: 150%;
235  margin-left: 0em;
236  margin-right: 0em;
237}
238
239.comment {
240  background-color: yellow;
241}
242.center {
243  text-align: center;
244}
245.error {
246  color: red;
247  font-style: italic;
248  font-weight: bold;
249}
250.figure {
251  font-weight: bold;
252  text-align: center;
253  font-size: 9pt;
254}
255.filename {
256  color: #333333;
257  font-weight: bold;
258  font-size: 12pt;
259  line-height: 21pt;
260  text-align: center;
261}
262.fn {
263  font-weight: bold;
264}
265.hidden {
266  display: none;
267}
268.left {
269  text-align: left;
270}
271.right {
272  text-align: right;
273}
274.title {
275  color: #990000;
276  font-size: 18pt;
277  line-height: 18pt;
278  font-weight: bold;
279  text-align: center;
280  margin-top: 36pt;
281}
282.vcardline {
283  display: block;
284}
285.warning {
286  font-size: 14pt;
287  background-color: yellow;
288}
289
290
291@media print {
292  .noprint {
293    display: none;
294  }
295 
296  a {
297    color: black;
298    text-decoration: none;
299  }
300
301  table.header {
302    width: 90%;
303  }
304
305  td.header {
306    width: 50%;
307    color: black;
308    background-color: white;
309    vertical-align: top;
310    font-size: 12pt;
311  }
312
313  ul.toc a::after {
314    content: leader('.') target-counter(attr(href), page);
315  }
316 
317  a.iref {
318    content: target-counter(attr(href), page);
319  }
320 
321  .print2col {
322    column-count: 2;
323    -moz-column-count: 2;
324    column-fill: auto;
325  }
326}
327
328@page {
329  @top-left {
330       content: "INTERNET DRAFT";
331  }
332  @top-right {
333       content: "November 2008";
334  }
335  @top-center {
336       content: "HTTP Method Registrations";
337  }
338  @bottom-left {
339       content: "Reschke";
340  }
341  @bottom-center {
342       content: "Informational";
343  }
344  @bottom-right {
345       content: "[Page " counter(page) "]";
346  }
347}
348
349@page:first {
350    @top-left {
351      content: normal;
352    }
353    @top-right {
354      content: normal;
355    }
356    @top-center {
357      content: normal;
358    }
359}
360</style><link rel="Contents" href="#rfc.toc">
361      <link rel="Author" href="#rfc.authors">
362      <link rel="Copyright" href="#rfc.copyright">
363      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
364      <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2">
365      <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3">
366      <link rel="Chapter" href="#rfc.section.4" title="4 Normative References">
367      <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A">
368      <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B">
369      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.400, 2008-10-10 14:04:14, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
370      <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
371      <meta name="DC.Creator" content="Reschke, J. F.">
372      <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-01">
373      <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-11">
374      <meta name="DC.Description.Abstract" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established.">
375   </head>
376   <body>
377      <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1">
378         <tr>
379            <td class="header left">Network Working Group</td>
380            <td class="header right">J. F. Reschke</td>
381         </tr>
382         <tr>
383            <td class="header left">Internet Draft</td>
384            <td class="header right">greenbytes</td>
385         </tr>
386         <tr>
387            <td class="header left">
388               &lt;draft-ietf-httpbis-method-registrations-01&gt;
389               
390            </td>
391            <td class="header right">November 19, 2008</td>
392         </tr>
393         <tr>
394            <td class="header left">Updates: <a href="http://tools.ietf.org/html/rfcdraft-ietf-httpbis-p2-semantics-05">draft-ietf-httpbis-p2-semantics-05</a> (if approved)
395            </td>
396            <td class="header right"></td>
397         </tr>
398         <tr>
399            <td class="header left">Intended status: Informational</td>
400            <td class="header right"></td>
401         </tr>
402         <tr>
403            <td class="header left">Expires: May 2009</td>
404            <td class="header right"></td>
405         </tr>
406      </table>
407      <p class="title">Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP) Method&nbsp;Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-01</span></p>
408      <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1>
409      <p>By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she
410         is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section
411         6 of BCP 79.
412      </p>
413      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note
414         that other groups may also distribute working documents as Internet-Drafts.
415      </p>
416      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
417         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
418         in progress”.
419      </p>
420      <p>The list of current Internet-Drafts can be accessed at &lt;<a href="http://www.ietf.org/ietf/1id-abstracts.txt">http://www.ietf.org/ietf/1id-abstracts.txt</a>&gt;.
421      </p>
422      <p>The list of Internet-Draft Shadow Directories can be accessed at &lt;<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>&gt;.
423      </p>
424      <p>This Internet-Draft will expire in May 2009.</p>
425      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
426      <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before
427         the IANA HTTP Method Registry was established.
428      </p>
429      <hr class="noprint">
430      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
431      <ul class="toc">
432         <li class="tocline0">1.&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
433         <li class="tocline0">2.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
434         <li class="tocline0">3.&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
435         <li class="tocline0">4.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
436         <li class="tocline0"><a href="#rfc.authors">Author's Address</a></li>
437         <li class="tocline0">A.&nbsp;&nbsp;&nbsp;<a href="#updated.registry.contents">Initial Registry Contents</a></li>
438         <li class="tocline0">B.&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc">
439               <li class="tocline1">B.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.1">Since draft-ietf-httpbis-p1-method-registrations-00</a></li>
440            </ul>
441         </li>
442         <li class="tocline0"><a href="#rfc.ipr">Intellectual Property and Copyright Statements</a></li>
443      </ul>
444      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="introduction" href="#introduction">Introduction</a></h1>
445      <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined
446         in standards-track RFCs before the IANA HTTP Method Registry was established.
447      </p>
448      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
449      <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
450      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1>
451      <p id="rfc.section.3.p.1"> <a href="#updated.registry.contents" title="Initial Registry Contents">Appendix&nbsp;A</a> provides initial registrations of HTTP method names for the IANA HTTP Method registry at &lt;<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>&gt; (see <a href="../../draft-ietf-httpbis/04/p2-semantics.html#method.registry" title="Method Registry">Section 3.1</a> of <a href="#draft-ietf-httpbis-p2-semantics"><cite title="HTTP/1.1, part 2: Message Semantics">[draft-ietf-httpbis-p2-semantics]</cite></a>).
452      </p>
453      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
454      </h1>
455      <table summary="Normative References">                 
456         <tr>
457            <td class="reference"><b id="RFC2068">[RFC2068]</b></td>
458            <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine, Department of Information and Computer Science">Fielding, R.</a>, <a href="mailto:jg@w3.org" title="MIT Laboratory for Computer Science">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Digital Equipment Corporation, Western Research Laboratory">Mogul, J.</a>, <a href="mailto:frystyk@w3.org" title="MIT Laboratory for Computer Science">Nielsen, H.</a>, and <a href="mailto:timbl@w3.org" title="MIT Laboratory for Computer Science">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2068">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC&nbsp;2068, January&nbsp;1997.
459            </td>
460         </tr>
461         <tr>
462            <td class="reference"><b id="RFC3253">[RFC3253]</b></td>
463            <td class="top"><a href="mailto:geoffrey.clemm@rational.com" title="Rational Software">Clemm, G.</a>, <a href="mailto:jamsden@us.ibm.com" title="IBM">Amsden, J.</a>, <a href="mailto:tim_ellison@uk.ibm.com" title="IBM">Ellison, T.</a>, <a href="mailto:ckaler@microsoft.com" title="Microsoft">Kaler, C.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http://tools.ietf.org/html/rfc3253">Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</a>”, RFC&nbsp;3253, March&nbsp;2002.
464            </td>
465         </tr>
466         <tr>
467            <td class="reference"><b id="RFC3648">[RFC3648]</b></td>
468            <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC&nbsp;3648, December&nbsp;2003.
469            </td>
470         </tr>
471         <tr>
472            <td class="reference"><b id="RFC3744">[RFC3744]</b></td>
473            <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J. F.</a>, <a href="mailto:eric.sedlar@oracle.com" title="Oracle Corporation">Sedlar, E.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="U.C. Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC&nbsp;3744, May&nbsp;2004.
474            </td>
475         </tr>
476         <tr>
477            <td class="reference"><b id="RFC4437">[RFC4437]</b></td>
478            <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a>, <a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect&nbsp;Reference&nbsp;Resources</a>”, RFC&nbsp;4437, March&nbsp;2006.
479            </td>
480         </tr>
481         <tr>
482            <td class="reference"><b id="RFC4791">[RFC4791]</b></td>
483            <td class="top"><a href="mailto:cyrus@daboo.name" title="Apple Inc.">Daboo, C.</a>, <a href="mailto:bernard.desruisseaux@oracle.com" title="Oracle Corporation">Desruisseaux, B.</a>, and <a href="mailto:ldusseault@commerce.net" title="CommerceNet">L.M. Dusseault</a>, “<a href="http://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC&nbsp;4791, March&nbsp;2007.
484            </td>
485         </tr>
486         <tr>
487            <td class="reference"><b id="RFC4918">[RFC4918]</b></td>
488            <td class="top"><a href="mailto:ldusseault@commerce.net" title="CommerceNet">Dusseault, L., Ed.</a>, “<a href="http://tools.ietf.org/html/rfc4918">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC&nbsp;4918, June&nbsp;2007.
489            </td>
490         </tr>
491         <tr>
492            <td class="reference"><b id="RFC5323">[RFC5323]</b></td>
493            <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J. F., Ed.</a>, <a href="mailto:Surendra.Reddy@mitrix.com" title="Mitrix, Inc.">Reddy, S.</a>, <a href="mailto:jrd3@alum.mit.edu">Davis, J.</a>, and <a href="mailto:ababich@us.ibm.com" title="IBM Corporation">A. Babich</a>, “<a href="http://tools.ietf.org/html/rfc5323">Web Distributed Authoring and Versioning (WebDAV) SEARCH</a>”, RFC&nbsp;5323, November&nbsp;2008.
494            </td>
495         </tr>
496         <tr>
497            <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td>
498            <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-04">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p2-semantics-04 (work in progress), August&nbsp;2008.
499            </td>
500         </tr>
501      </table>
502      <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
503      <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span><span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span>&nbsp;<span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline">EMail: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address>
504      <h1 id="rfc.section.A"><a href="#rfc.section.A">A.</a>&nbsp;<a id="updated.registry.contents" href="#updated.registry.contents">Initial Registry Contents</a></h1>
505      <div id="rfc.table.u.1">
506         <table summary="" class="tt full" cellpadding="3" cellspacing="0">
507            <thead>
508               <tr>
509                  <th>Method Name</th>
510                  <th>Safe</th>
511                  <th>Reference</th>
512               </tr>
513            </thead>
514            <tbody>
515               <tr>
516                  <td>ACL</td>
517                  <td>no</td>
518                  <td><a href="#RFC3744"><cite title="Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol">[RFC3744]</cite></a>, <a href="http://tools.ietf.org/html/rfc3744#section-8.1">Section 8.1</a></td>
519               </tr>
520               <tr>
521                  <td>BASELINE-CONTROL</td>
522                  <td>no</td>
523                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-12.6">Section 12.6</a></td>
524               </tr>
525               <tr>
526                  <td>CHECKIN</td>
527                  <td>no</td>
528                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.4">Section 4.4</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-9.4">Section 9.4</a></td>
529               </tr>
530               <tr>
531                  <td>CHECKOUT</td>
532                  <td>no</td>
533                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.3">Section 4.3</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-8.8">Section 8.8</a></td>
534               </tr>
535               <tr>
536                  <td>COPY</td>
537                  <td>no</td>
538                  <td><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.8">Section 9.8</a></td>
539               </tr>
540               <tr>
541                  <td>LABEL</td>
542                  <td>no</td>
543                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-8.2">Section 8.2</a></td>
544               </tr>
545               <tr>
546                  <td>LINK</td>
547                  <td>no</td>
548                  <td><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="http://tools.ietf.org/html/rfc2068#section-19.6.1.2">Section 19.6.1.2</a></td>
549               </tr>
550               <tr>
551                  <td>LOCK</td>
552                  <td>no</td>
553                  <td><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.10">Section 9.10</a></td>
554               </tr>
555               <tr>
556                  <td>MERGE</td>
557                  <td>no</td>
558                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-11.2">Section 11.2</a></td>
559               </tr>
560               <tr>
561                  <td>MKAKTIVITY</td>
562                  <td>no</td>
563                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-13.5">Section 13.5</a></td>
564               </tr>
565               <tr>
566                  <td>MKCALENDAR</td>
567                  <td>no</td>
568                  <td><a href="#RFC4791"><cite title="Calendaring Extensions to WebDAV (CalDAV)">[RFC4791]</cite></a>, <a href="http://tools.ietf.org/html/rfc4791#section-5.3.1">Section 5.3.1</a></td>
569               </tr>
570               <tr>
571                  <td>MKCOL</td>
572                  <td>no</td>
573                  <td><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.3">Section 9.3</a></td>
574               </tr>
575               <tr>
576                  <td>MKREDIRECTREF</td>
577                  <td>no</td>
578                  <td><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect&nbsp;Reference&nbsp;Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-6">Section 6</a></td>
579               </tr>
580               <tr>
581                  <td>MKWORKSPACE</td>
582                  <td>no</td>
583                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-6.3">Section 6.3</a></td>
584               </tr>
585               <tr>
586                  <td>MOVE</td>
587                  <td>no</td>
588                  <td><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.9">Section 9.9</a></td>
589               </tr>
590               <tr>
591                  <td>ORDERPATCH</td>
592                  <td>no</td>
593                  <td><a href="#RFC3648"><cite title="Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol">[RFC3648]</cite></a>, <a href="http://tools.ietf.org/html/rfc3648#section-7">Section 7</a></td>
594               </tr>
595               <tr>
596                  <td>PATCH</td>
597                  <td>no</td>
598                  <td><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="http://tools.ietf.org/html/rfc2068#section-19.6.1.1">Section 19.6.1.1</a></td>
599               </tr>
600               <tr>
601                  <td>PROPFIND</td>
602                  <td>yes</td>
603                  <td><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.1">Section 9.1</a></td>
604               </tr>
605               <tr>
606                  <td>PROPPATCH</td>
607                  <td>no</td>
608                  <td><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.2">Section 9.2</a></td>
609               </tr>
610               <tr>
611                  <td>REPORT</td>
612                  <td>yes</td>
613                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-3.6">Section 3.6</a></td>
614               </tr>
615               <tr>
616                  <td>SEARCH</td>
617                  <td>yes</td>
618                  <td><a href="#RFC5323"><cite title="Web Distributed Authoring and Versioning (WebDAV) SEARCH">[RFC5323]</cite></a>, <a href="http://tools.ietf.org/html/rfc5323#section-2">Section 2</a></td>
619               </tr>
620               <tr>
621                  <td>UNCHECKOUT</td>
622                  <td>no</td>
623                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.5">Section 4.5</a></td>
624               </tr>
625               <tr>
626                  <td>UNLINK</td>
627                  <td>no</td>
628                  <td><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="http://tools.ietf.org/html/rfc2068#section-19.6.1.3">Section 19.6.1.3</a></td>
629               </tr>
630               <tr>
631                  <td>UNLOCK</td>
632                  <td>no</td>
633                  <td><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.11">Section 9.11</a></td>
634               </tr>
635               <tr>
636                  <td>UPDATE</td>
637                  <td>no</td>
638                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-7.1">Section 7.1</a></td>
639               </tr>
640               <tr>
641                  <td>UPDATEREDIRECTREF</td>
642                  <td>no</td>
643                  <td><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect&nbsp;Reference&nbsp;Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-7">Section 7</a></td>
644               </tr>
645               <tr>
646                  <td>VERSION-CONTROL</td>
647                  <td>no</td>
648                  <td><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-3.5">Section 3.5</a></td>
649               </tr>
650            </tbody>
651         </table>
652      </div>
653      <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;<a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>
654      <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a>&nbsp;Since draft-ietf-httpbis-p1-method-registrations-00
655      </h2>
656      <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p>
657      <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1>
658      <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the
659         authors retain all their rights.
660      </p>
661      <p>This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION
662         HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE
663         DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN
664         WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
665      </p>
666      <h1><a id="rfc.ipr" href="#rfc.ipr">Intellectual Property</a></h1>
667      <p>The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might
668         be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any
669         license under such rights might or might not be available; nor does it represent that it has made any independent effort to
670         identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and
671         BCP 79.
672      </p>
673      <p>Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result
674         of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users
675         of this specification can be obtained from the IETF on-line IPR repository at &lt;<a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>&gt;.
676      </p>
677      <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary
678         rights that may cover technology that may be required to implement this standard. Please address the information to the IETF
679         at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.
680      </p>
681   </body>
682</html>
Note: See TracBrowser for help on using the repository browser.