source: draft-ietf-httpbis-method-registrations/00/draft-ietf-httpbis-method-registrations.html @ 1852

Last change on this file since 1852 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.2 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: "August 2008";
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.copyright">
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      <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/">
355      <link rel="schema.dct" href="http://purl.org/dc/terms/">
356      <meta name="dct.creator" content="Reschke, J. F.">
357      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-00">
358      <meta name="dct.issued" scheme="ISO8601" content="2008-08-29">
359      <meta name="dct.abstract" content="This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established.">
360      <meta name="description" content="This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established.">
361   </head>
362   <body>
363      <table class="header">
364         <tbody>
365            <tr>
366               <td class="left">Network Working Group</td>
367               <td class="right">J. Reschke</td>
368            </tr>
369            <tr>
370               <td class="left">Internet-Draft</td>
371               <td class="right">greenbytes</td>
372            </tr>
373            <tr>
374               <td class="left">Updates: <a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-04">draft-ietf-httpbis-p2-semantics-04</a> (if approved)
375               </td>
376               <td class="right">August 29, 2008</td>
377            </tr>
378            <tr>
379               <td class="left">Intended status: Informational</td>
380               <td class="right"></td>
381            </tr>
382            <tr>
383               <td class="left">Expires: March 2, 2009</td>
384               <td class="right"></td>
385            </tr>
386         </tbody>
387      </table>
388      <p class="title">Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP) Method&nbsp;Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-00</span></p>
389      <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1>
390      <p>By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she
391         is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section
392         6 of BCP 79.
393      </p>
394      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note
395         that other groups may also distribute working documents as Internet-Drafts.
396      </p>
397      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
398         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
399         in progress”.
400      </p>
401      <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>.
402      </p>
403      <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>.
404      </p>
405      <p>This Internet-Draft will expire on March 2, 2009.</p>
406      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
407      <p>This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined
408         in standards-track RFCs before the IANA HTTP Method Registry was established.
409      </p>
410      <hr class="noprint">
411      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
412      <ul class="toc">
413         <li>1.&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
414         <li>2.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
415         <li>3.&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
416         <li>4.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
417         <li><a href="#rfc.authors">Author's Address</a></li>
418         <li>A.&nbsp;&nbsp;&nbsp;<a href="#updated.registry.contents">Initial Registry Contents</a></li>
419         <li><a href="#rfc.ipr">Intellectual Property and Copyright Statements</a></li>
420      </ul>
421      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="introduction" href="#introduction">Introduction</a></h1>
422      <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined
423         in standards-track RFCs before the IANA HTTP Method Registry was established.
424      </p>
425      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
426      <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
427      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1>
428      <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>).
429      </p>
430      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
431      </h1>
432      <table>               
433         <tr>
434            <td class="reference"><b id="RFC2068">[RFC2068]</b></td>
435            <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.
436            </td>
437         </tr>
438         <tr>
439            <td class="reference"><b id="RFC3253">[RFC3253]</b></td>
440            <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.
441            </td>
442         </tr>
443         <tr>
444            <td class="reference"><b id="RFC3648">[RFC3648]</b></td>
445            <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.
446            </td>
447         </tr>
448         <tr>
449            <td class="reference"><b id="RFC3744">[RFC3744]</b></td>
450            <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.
451            </td>
452         </tr>
453         <tr>
454            <td class="reference"><b id="RFC4437">[RFC4437]</b></td>
455            <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.
456            </td>
457         </tr>
458         <tr>
459            <td class="reference"><b id="RFC4791">[RFC4791]</b></td>
460            <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.
461            </td>
462         </tr>
463         <tr>
464            <td class="reference"><b id="RFC4918">[RFC4918]</b></td>
465            <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.
466            </td>
467         </tr>
468         <tr>
469            <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td>
470            <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-04">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p2-semantics-04 (work in progress), August&nbsp;2008.
471            </td>
472         </tr>
473      </table>
474      <div class="avoidbreak">
475         <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
476         <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>
477      </div>
478      <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>
479      <div id="rfc.table.u.1">
480         <table class="tt full center" cellpadding="3" cellspacing="0">
481            <thead>
482               <tr>
483                  <th>Method Name</th>
484                  <th>Safe</th>
485                  <th>Reference</th>
486               </tr>
487            </thead>
488            <tbody>
489               <tr>
490                  <td class="left">ACL</td>
491                  <td class="left">no</td>
492                  <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>
493               </tr>
494               <tr>
495                  <td class="left">BASELINE-CONTROL</td>
496                  <td class="left">no</td>
497                  <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>
498               </tr>
499               <tr>
500                  <td class="left">CHECKIN</td>
501                  <td class="left">no</td>
502                  <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>
503               </tr>
504               <tr>
505                  <td class="left">CHECKOUT</td>
506                  <td class="left">no</td>
507                  <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>
508               </tr>
509               <tr>
510                  <td class="left">COPY</td>
511                  <td class="left">no</td>
512                  <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>
513               </tr>
514               <tr>
515                  <td class="left">LABEL</td>
516                  <td class="left">no</td>
517                  <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>
518               </tr>
519               <tr>
520                  <td class="left">LINK</td>
521                  <td class="left">no</td>
522                  <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>
523               </tr>
524               <tr>
525                  <td class="left">LOCK</td>
526                  <td class="left">no</td>
527                  <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>
528               </tr>
529               <tr>
530                  <td class="left">MERGE</td>
531                  <td class="left">no</td>
532                  <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>
533               </tr>
534               <tr>
535                  <td class="left">MKAKTIVITY</td>
536                  <td class="left">no</td>
537                  <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>
538               </tr>
539               <tr>
540                  <td class="left">MKCALENDAR</td>
541                  <td class="left">no</td>
542                  <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>
543               </tr>
544               <tr>
545                  <td class="left">MKCOL</td>
546                  <td class="left">no</td>
547                  <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>
548               </tr>
549               <tr>
550                  <td class="left">MKREDIRECTREF</td>
551                  <td class="left">no</td>
552                  <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>
553               </tr>
554               <tr>
555                  <td class="left">MKWORKSPACE</td>
556                  <td class="left">no</td>
557                  <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>
558               </tr>
559               <tr>
560                  <td class="left">MOVE</td>
561                  <td class="left">no</td>
562                  <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>
563               </tr>
564               <tr>
565                  <td class="left">ORDERPATCH</td>
566                  <td class="left">no</td>
567                  <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>
568               </tr>
569               <tr>
570                  <td class="left">PATCH</td>
571                  <td class="left">no</td>
572                  <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>
573               </tr>
574               <tr>
575                  <td class="left">PROPFIND</td>
576                  <td class="left">yes</td>
577                  <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>
578               </tr>
579               <tr>
580                  <td class="left">PROPPATCH</td>
581                  <td class="left">no</td>
582                  <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>
583               </tr>
584               <tr>
585                  <td class="left">REPORT</td>
586                  <td class="left">yes</td>
587                  <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>
588               </tr>
589               <tr>
590                  <td class="left">UNCHECKOUT</td>
591                  <td class="left">no</td>
592                  <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>
593               </tr>
594               <tr>
595                  <td class="left">UNLINK</td>
596                  <td class="left">no</td>
597                  <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>
598               </tr>
599               <tr>
600                  <td class="left">UNLOCK</td>
601                  <td class="left">no</td>
602                  <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>
603               </tr>
604               <tr>
605                  <td class="left">UPDATE</td>
606                  <td class="left">no</td>
607                  <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>
608               </tr>
609               <tr>
610                  <td class="left">UPDATEREDIRECTREF</td>
611                  <td class="left">no</td>
612                  <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>
613               </tr>
614               <tr>
615                  <td class="left">VERSION-CONTROL</td>
616                  <td class="left">no</td>
617                  <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>
618               </tr>
619            </tbody>
620         </table>
621      </div>
622      <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1>
623      <p>Copyright © The IETF Trust (2008).</p>
624      <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the
625         authors retain all their rights.
626      </p>
627      <p>This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION
628         HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE
629         DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN
630         WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
631      </p>
632      <h1><a id="rfc.ipr" href="#rfc.ipr">Intellectual Property</a></h1>
633      <p>The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might
634         be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any
635         license under such rights might or might not be available; nor does it represent that it has made any independent effort to
636         identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and
637         BCP 79.
638      </p>
639      <p>Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result
640         of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users
641         of this specification can be obtained from the IETF on-line IPR repository at <a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>.
642      </p>
643      <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary
644         rights that may cover technology that may be required to implement this standard. Please address the information to the IETF
645         at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>.
646      </p>
647   </body>
648</html>
Note: See TracBrowser for help on using the repository browser.