source: draft-ietf-httpbis-method-registrations/02/draft-ietf-httpbis-method-registrations.html @ 1935

Last change on this file since 1935 was 1099, checked in by julian.reschke@…, 12 years ago

bump up document dates, update to latest version of rfc2629.xslt

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 30.3 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 http://dublincore.org/documents/2008/08/04/dc-html/">
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
41ul.empty {
42  list-style-type: none;
43}
44ul.empty li {
45  margin-top: .5em;
46}
47dl p {
48  margin-left: 0em;
49}
50dt {
51  margin-top: .5em;
52}
53h1 {
54  font-size: 14pt;
55  line-height: 21pt;
56  page-break-after: avoid;
57}
58h1.np {
59  page-break-before: always;
60}
61h1 a {
62  color: #333333;
63}
64h2 {
65  font-size: 12pt;
66  line-height: 15pt;
67  page-break-after: avoid;
68}
69h3, h4, h5, h6 {
70  font-size: 10pt;
71  page-break-after: avoid;
72}
73h2 a, h3 a, h4 a, h5 a, h6 a {
74  color: black;
75}
76img {
77  margin-left: 3em;
78}
79li {
80  margin-left: 2em;
81  margin-right: 2em;
82}
83ol {
84  margin-left: 2em;
85  margin-right: 2em;
86}
87ol p {
88  margin-left: 0em;
89}
90p {
91  margin-left: 2em;
92  margin-right: 2em;
93}
94pre {
95  margin-left: 3em;
96  background-color: lightyellow;
97  padding: .25em;
98}
99pre.text2 {
100  border-style: dotted;
101  border-width: 1px;
102  background-color: #f0f0f0;
103  width: 69em;
104}
105pre.inline {
106  background-color: white;
107  padding: 0em;
108}
109pre.text {
110  border-style: dotted;
111  border-width: 1px;
112  background-color: #f8f8f8;
113  width: 69em;
114}
115pre.drawing {
116  border-style: solid;
117  border-width: 1px;
118  background-color: #f8f8f8;
119  padding: 2em;
120}
121table {
122  margin-left: 2em;
123}
124table.tt {
125  vertical-align: top;
126}
127table.full {
128  border-style: outset;
129  border-width: 1px;
130}
131table.headers {
132  border-style: outset;
133  border-width: 1px;
134}
135table.tt td {
136  vertical-align: top;
137}
138table.full td {
139  border-style: inset;
140  border-width: 1px;
141}
142table.tt th {
143  vertical-align: top;
144}
145table.full th {
146  border-style: inset;
147  border-width: 1px;
148}
149table.headers th {
150  border-style: none none inset none;
151  border-width: 1px;
152}
153table.left {
154  margin-right: auto;
155}
156table.right {
157  margin-left: auto;
158}
159table.center {
160  margin-left: auto;
161  margin-right: auto;
162}
163caption {
164  caption-side: bottom;
165  font-weight: bold;
166  font-size: 9pt;
167  margin-top: .5em;
168}
169
170table.header {
171  border-spacing: 1px;
172  width: 95%;
173  font-size: 10pt;
174  color: white;
175}
176td.top {
177  vertical-align: top;
178}
179td.topnowrap {
180  vertical-align: top;
181  white-space: nowrap;
182}
183table.header td {
184  background-color: gray;
185  width: 50%;
186}
187table.header a {
188  color: white;
189}
190td.reference {
191  vertical-align: top;
192  white-space: nowrap;
193  padding-right: 1em;
194}
195thead {
196  display:table-header-group;
197}
198ul.toc, ul.toc ul {
199  list-style: none;
200  margin-left: 1.5em;
201  margin-right: 0em;
202  padding-left: 0em;
203}
204ul.toc li {
205  line-height: 150%;
206  font-weight: bold;
207  font-size: 10pt;
208  margin-left: 0em;
209  margin-right: 0em;
210}
211ul.toc li li {
212  line-height: normal;
213  font-weight: normal;
214  font-size: 9pt;
215  margin-left: 0em;
216  margin-right: 0em;
217}
218li.excluded {
219  font-size: 0pt;
220}
221ul p {
222  margin-left: 0em;
223}
224
225.comment {
226  background-color: yellow;
227}
228.center {
229  text-align: center;
230}
231.error {
232  color: red;
233  font-style: italic;
234  font-weight: bold;
235}
236.figure {
237  font-weight: bold;
238  text-align: center;
239  font-size: 9pt;
240}
241.filename {
242  color: #333333;
243  font-weight: bold;
244  font-size: 12pt;
245  line-height: 21pt;
246  text-align: center;
247}
248.fn {
249  font-weight: bold;
250}
251.hidden {
252  display: none;
253}
254.left {
255  text-align: left;
256}
257.right {
258  text-align: right;
259}
260.title {
261  color: #990000;
262  font-size: 18pt;
263  line-height: 18pt;
264  font-weight: bold;
265  text-align: center;
266  margin-top: 36pt;
267}
268.vcardline {
269  display: block;
270}
271.warning {
272  font-size: 14pt;
273  background-color: yellow;
274}
275
276
277@media print {
278  .noprint {
279    display: none;
280  }
281 
282  a {
283    color: black;
284    text-decoration: none;
285  }
286
287  table.header {
288    width: 90%;
289  }
290
291  td.header {
292    width: 50%;
293    color: black;
294    background-color: white;
295    vertical-align: top;
296    font-size: 12pt;
297  }
298
299  ul.toc a::after {
300    content: leader('.') target-counter(attr(href), page);
301  }
302 
303  ul.ind li li a {
304    content: target-counter(attr(href), page);
305  }
306 
307  .print2col {
308    column-count: 2;
309    -moz-column-count: 2;
310    column-fill: auto;
311  }
312}
313
314@page {
315  @top-left {
316       content: "Internet-Draft";
317  }
318  @top-right {
319       content: "May 2009";
320  }
321  @top-center {
322       content: "HTTP Method Registrations";
323  }
324  @bottom-left {
325       content: "Reschke";
326  }
327  @bottom-center {
328       content: "Informational";
329  }
330  @bottom-right {
331       content: "[Page " counter(page) "]";
332  }
333}
334
335@page:first {
336    @top-left {
337      content: normal;
338    }
339    @top-right {
340      content: normal;
341    }
342    @top-center {
343      content: normal;
344    }
345}
346</style><link rel="Contents" href="#rfc.toc">
347      <link rel="Author" href="#rfc.authors">
348      <link rel="Copyright" href="#rfc.copyrightnotice">
349      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
350      <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2">
351      <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3">
352      <link rel="Chapter" href="#rfc.section.4" title="4 Normative References">
353      <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A">
354      <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B">
355      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.537, 2010-12-30 14:21:59, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
356      <link rel="schema.dct" href="http://purl.org/dc/terms/">
357      <meta name="dct.creator" content="Reschke, J. F.">
358      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-02">
359      <meta name="dct.issued" scheme="ISO8601" content="2009-05-23">
360      <meta name="dct.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.">
361      <meta name="description" 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.">
362   </head>
363   <body>
364      <table class="header">
365         <tbody>
366            <tr>
367               <td class="left">HTTPbis Working Group</td>
368               <td class="right">J. Reschke</td>
369            </tr>
370            <tr>
371               <td class="left">Internet-Draft</td>
372               <td class="right">greenbytes</td>
373            </tr>
374            <tr>
375               <td class="left">Updates: <a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-06">draft-ietf-httpbis-p2-semantics-06</a> (if approved)
376               </td>
377               <td class="right">May 23, 2009</td>
378            </tr>
379            <tr>
380               <td class="left">Intended status: Informational</td>
381               <td class="right"></td>
382            </tr>
383            <tr>
384               <td class="left">Expires: November 24, 2009</td>
385               <td class="right"></td>
386            </tr>
387         </tbody>
388      </table>
389      <p class="title">Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP) Method&nbsp;Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-02</span></p>
390      <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1>
391      <p>This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and BCP 79.</p>
392      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note
393         that other groups may also distribute working documents as Internet-Drafts.
394      </p>
395      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
396         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
397         in progress”.
398      </p>
399      <p>The list of current Internet-Drafts can be accessed at <a href="http://www.ietf.org/ietf/1id-abstracts.txt">http://www.ietf.org/ietf/1id-abstracts.txt</a>.
400      </p>
401      <p>The list of Internet-Draft Shadow Directories can be accessed at <a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>.
402      </p>
403      <p>This Internet-Draft will expire on November 24, 2009.</p>
404      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
405      <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
406      <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents in effect on the date
407         of publication of this document (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>). Please review these documents carefully, as they describe your rights and restrictions with respect to this document.
408      </p>
409      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
410      <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before
411         the IANA HTTP Method Registry was established.
412      </p>
413      <hr class="noprint">
414      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
415      <ul class="toc">
416         <li>1.&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
417         <li>2.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
418         <li>3.&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
419         <li>4.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
420         <li><a href="#rfc.authors">Author's Address</a></li>
421         <li>A.&nbsp;&nbsp;&nbsp;<a href="#updated.registry.contents">Initial Registry Contents</a></li>
422         <li>B.&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul>
423               <li>B.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.1">Since draft-ietf-httpbis-p1-method-registrations-00</a></li>
424               <li>B.2&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.2">Since draft-ietf-httpbis-p1-method-registrations-01</a></li>
425            </ul>
426         </li>
427      </ul>
428      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="introduction" href="#introduction">Introduction</a></h1>
429      <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined
430         in standards-track RFCs before the IANA HTTP Method Registry was established.
431      </p>
432      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
433      <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
434      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1>
435      <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/06/p2-semantics.html#method.registry" title="Method Registry">Section 2.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>).
436      </p>
437      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
438      </h1>
439      <table>                   
440         <tr>
441            <td class="reference"><b id="RFC2068">[RFC2068]</b></td>
442            <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.
443            </td>
444         </tr>
445         <tr>
446            <td class="reference"><b id="RFC3253">[RFC3253]</b></td>
447            <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.
448            </td>
449         </tr>
450         <tr>
451            <td class="reference"><b id="RFC3648">[RFC3648]</b></td>
452            <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. 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.
453            </td>
454         </tr>
455         <tr>
456            <td class="reference"><b id="RFC3744">[RFC3744]</b></td>
457            <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.</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.
458            </td>
459         </tr>
460         <tr>
461            <td class="reference"><b id="RFC4437">[RFC4437]</b></td>
462            <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. 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.
463            </td>
464         </tr>
465         <tr>
466            <td class="reference"><b id="RFC4791">[RFC4791]</b></td>
467            <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. Dusseault</a>, “<a href="http://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC&nbsp;4791, March&nbsp;2007.
468            </td>
469         </tr>
470         <tr>
471            <td class="reference"><b id="RFC4918">[RFC4918]</b></td>
472            <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.
473            </td>
474         </tr>
475         <tr>
476            <td class="reference"><b id="RFC5323">[RFC5323]</b></td>
477            <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., 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.
478            </td>
479         </tr>
480         <tr>
481            <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td>
482            <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. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-06">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p2-semantics-06 (work in progress), March&nbsp;2009.
483            </td>
484         </tr>
485      </table>
486      <div class="avoidbreak">
487         <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
488         <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>
489      </div>
490      <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a>&nbsp;<a id="updated.registry.contents" href="#updated.registry.contents">Initial Registry Contents</a></h1>
491      <div id="rfc.table.u.1">
492         <table class="tt full center" cellpadding="3" cellspacing="0">
493            <thead>
494               <tr>
495                  <th>Method Name</th>
496                  <th>Safe</th>
497                  <th>Reference</th>
498               </tr>
499            </thead>
500            <tbody>
501               <tr>
502                  <td class="left">ACL</td>
503                  <td class="left">no</td>
504                  <td class="left"><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>
505               </tr>
506               <tr>
507                  <td class="left">BASELINE-CONTROL</td>
508                  <td class="left">no</td>
509                  <td class="left"><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>
510               </tr>
511               <tr>
512                  <td class="left">CHECKIN</td>
513                  <td class="left">no</td>
514                  <td class="left"><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>
515               </tr>
516               <tr>
517                  <td class="left">CHECKOUT</td>
518                  <td class="left">no</td>
519                  <td class="left"><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>
520               </tr>
521               <tr>
522                  <td class="left">COPY</td>
523                  <td class="left">no</td>
524                  <td class="left"><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>
525               </tr>
526               <tr>
527                  <td class="left">LABEL</td>
528                  <td class="left">no</td>
529                  <td class="left"><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>
530               </tr>
531               <tr>
532                  <td class="left">LINK</td>
533                  <td class="left">no</td>
534                  <td class="left"><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>
535               </tr>
536               <tr>
537                  <td class="left">LOCK</td>
538                  <td class="left">no</td>
539                  <td class="left"><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>
540               </tr>
541               <tr>
542                  <td class="left">MERGE</td>
543                  <td class="left">no</td>
544                  <td class="left"><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>
545               </tr>
546               <tr>
547                  <td class="left">MKAKTIVITY</td>
548                  <td class="left">no</td>
549                  <td class="left"><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>
550               </tr>
551               <tr>
552                  <td class="left">MKCALENDAR</td>
553                  <td class="left">no</td>
554                  <td class="left"><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>
555               </tr>
556               <tr>
557                  <td class="left">MKCOL</td>
558                  <td class="left">no</td>
559                  <td class="left"><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>
560               </tr>
561               <tr>
562                  <td class="left">MKREDIRECTREF</td>
563                  <td class="left">no</td>
564                  <td class="left"><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>
565               </tr>
566               <tr>
567                  <td class="left">MKWORKSPACE</td>
568                  <td class="left">no</td>
569                  <td class="left"><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>
570               </tr>
571               <tr>
572                  <td class="left">MOVE</td>
573                  <td class="left">no</td>
574                  <td class="left"><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>
575               </tr>
576               <tr>
577                  <td class="left">ORDERPATCH</td>
578                  <td class="left">no</td>
579                  <td class="left"><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>
580               </tr>
581               <tr>
582                  <td class="left">PATCH</td>
583                  <td class="left">no</td>
584                  <td class="left"><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>
585               </tr>
586               <tr>
587                  <td class="left">PROPFIND</td>
588                  <td class="left">yes</td>
589                  <td class="left"><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>
590               </tr>
591               <tr>
592                  <td class="left">PROPPATCH</td>
593                  <td class="left">no</td>
594                  <td class="left"><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>
595               </tr>
596               <tr>
597                  <td class="left">REPORT</td>
598                  <td class="left">yes</td>
599                  <td class="left"><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>
600               </tr>
601               <tr>
602                  <td class="left">SEARCH</td>
603                  <td class="left">yes</td>
604                  <td class="left"><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>
605               </tr>
606               <tr>
607                  <td class="left">UNCHECKOUT</td>
608                  <td class="left">no</td>
609                  <td class="left"><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>
610               </tr>
611               <tr>
612                  <td class="left">UNLINK</td>
613                  <td class="left">no</td>
614                  <td class="left"><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>
615               </tr>
616               <tr>
617                  <td class="left">UNLOCK</td>
618                  <td class="left">no</td>
619                  <td class="left"><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>
620               </tr>
621               <tr>
622                  <td class="left">UPDATE</td>
623                  <td class="left">no</td>
624                  <td class="left"><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>
625               </tr>
626               <tr>
627                  <td class="left">UPDATEREDIRECTREF</td>
628                  <td class="left">no</td>
629                  <td class="left"><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>
630               </tr>
631               <tr>
632                  <td class="left">VERSION-CONTROL</td>
633                  <td class="left">no</td>
634                  <td class="left"><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>
635               </tr>
636            </tbody>
637         </table>
638      </div>
639      <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>
640      <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a>&nbsp;Since draft-ietf-httpbis-p1-method-registrations-00
641      </h2>
642      <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p>
643      <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a>&nbsp;Since draft-ietf-httpbis-p1-method-registrations-01
644      </h2>
645      <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>
646   </body>
647</html>
Note: See TracBrowser for help on using the repository browser.