source: draft-ietf-httpbis-method-registrations/08/draft-ietf-httpbis-method-registrations.html @ 1878

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

draft-ietf-httpbis-method-registrations-08

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 37.7 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><script>
9var buttonsAdded = false;
10
11function init() {
12  var fb = document.createElement("div");
13  fb.className = "feedback noprint";
14  fb.setAttribute("onclick", "feedback();");
15  fb.appendChild(document.createTextNode("feedback"));
16
17  var bodyl = document.getElementsByTagName("body");
18  bodyl.item(0).appendChild(fb);
19}
20
21function feedback() {
22  toggleButtonsToElementsByName("h1");
23  toggleButtonsToElementsByName("h2");
24  toggleButtonsToElementsByName("h3");
25  toggleButtonsToElementsByName("h4");
26 
27  buttonsAdded = !buttonsAdded;
28}
29
30function toggleButtonsToElementsByName(name) {
31  var list = document.getElementsByTagName(name);
32  for (var i = 0; i < list.length; i++) {
33    toggleButton(list.item(i));
34  }
35}
36
37function toggleButton(node) {
38  if (! buttonsAdded) {
39 
40    // docname
41    var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:";
42
43    var id = node.getAttribute("id");
44    // better id available?
45    var titlelinks = node.getElementsByTagName("a");
46    for (var i = 0; i < titlelinks.length; i++) {
47      var tl = titlelinks.item(i);
48      if (tl.getAttribute("id")) {
49        id = tl.getAttribute("id");
50      }
51    }
52
53    // ref
54    var ref = window.location.toString();
55    var hash = ref.indexOf("#");
56    if (hash != -1) {
57      ref = ref.substring(0, hash);
58    }
59    if (id != "") {
60      ref += "#" + id;
61    }
62   
63    // docname
64    var docname = "draft-ietf-httpbis-method-registrations-08";
65
66    // section
67    var section = node.textContent;
68    section = section.replace("\u00a0", " ");
69   
70    // build URI from template
71    var uri = template.replace("{docname}", encodeURIComponent(docname));
72    uri = uri.replace("{section}", encodeURIComponent(section));
73    uri = uri.replace("{ref}", encodeURIComponent(ref));
74 
75    var button = document.createElement("a");
76    button.className = "fbbutton noprint";
77    button.setAttribute("href", uri);
78    button.appendChild(document.createTextNode("send feedback"));
79    node.appendChild(button);
80  }
81  else {
82    var buttons = node.getElementsByTagName("a");
83    for (var i = 0; i < buttons.length; i++) {
84      var b = buttons.item(i);
85      if (b.className == "fbbutton noprint") {
86        node.removeChild(b);
87      }
88    }
89  }
90}</script><style type="text/css" title="Xml2Rfc (sans serif)">
91a {
92  text-decoration: none;
93}
94a.smpl {
95  color: black;
96}
97a:hover {
98  text-decoration: underline;
99}
100a:active {
101  text-decoration: underline;
102}
103address {
104  margin-top: 1em;
105  margin-left: 2em;
106  font-style: normal;
107}
108body {
109  color: black;
110  font-family: verdana, helvetica, arial, sans-serif;
111  font-size: 10pt;
112  margin-right: 2em;
113}
114cite {
115  font-style: normal;
116}
117dl {
118  margin-left: 2em;
119}
120ul.empty {
121  list-style-type: none;
122}
123ul.empty li {
124  margin-top: .5em;
125}
126dl p {
127  margin-left: 0em;
128}
129dt {
130  margin-top: .5em;
131}
132h1 {
133  font-size: 14pt;
134  line-height: 21pt;
135  page-break-after: avoid;
136}
137h1.np {
138  page-break-before: always;
139}
140h1 a {
141  color: #333333;
142}
143h2 {
144  font-size: 12pt;
145  line-height: 15pt;
146  page-break-after: avoid;
147}
148h3, h4, h5, h6 {
149  font-size: 10pt;
150  page-break-after: avoid;
151}
152h2 a, h3 a, h4 a, h5 a, h6 a {
153  color: black;
154}
155img {
156  margin-left: 3em;
157}
158li {
159  margin-left: 2em;
160}
161ol {
162  margin-left: 2em;
163}
164ol.la {
165  list-style-type: lower-alpha;
166}
167ol.ua {
168  list-style-type: upper-alpha;
169}
170ol p {
171  margin-left: 0em;
172}
173p {
174  margin-left: 2em;
175}
176pre {
177  margin-left: 3em;
178  background-color: lightyellow;
179  padding: .25em;
180  page-break-inside: avoid;
181}
182pre.text2 {
183  border-style: dotted;
184  border-width: 1px;
185  background-color: #f0f0f0;
186  width: 69em;
187}
188pre.inline {
189  background-color: white;
190  padding: 0em;
191}
192pre.text {
193  border-style: dotted;
194  border-width: 1px;
195  background-color: #f8f8f8;
196  width: 69em;
197}
198pre.drawing {
199  border-style: solid;
200  border-width: 1px;
201  background-color: #f8f8f8;
202  padding: 2em;
203}
204table {
205  margin-left: 2em;
206}
207table.tt {
208  vertical-align: top;
209}
210table.full {
211  border-style: outset;
212  border-width: 1px;
213}
214table.headers {
215  border-style: outset;
216  border-width: 1px;
217}
218table.tt td {
219  vertical-align: top;
220}
221table.full td {
222  border-style: inset;
223  border-width: 1px;
224}
225table.tt th {
226  vertical-align: top;
227}
228table.full th {
229  border-style: inset;
230  border-width: 1px;
231}
232table.headers th {
233  border-style: none none inset none;
234  border-width: 1px;
235}
236table.left {
237  margin-right: auto;
238}
239table.right {
240  margin-left: auto;
241}
242table.center {
243  margin-left: auto;
244  margin-right: auto;
245}
246caption {
247  caption-side: bottom;
248  font-weight: bold;
249  font-size: 9pt;
250  margin-top: .5em;
251}
252
253table.header {
254  border-spacing: 1px;
255  width: 95%;
256  font-size: 10pt;
257  color: white;
258}
259td.top {
260  vertical-align: top;
261}
262td.topnowrap {
263  vertical-align: top;
264  white-space: nowrap;
265}
266table.header td {
267  background-color: gray;
268  width: 50%;
269}
270td.reference {
271  vertical-align: top;
272  white-space: nowrap;
273  padding-right: 1em;
274}
275thead {
276  display:table-header-group;
277}
278ul.toc, ul.toc ul {
279  list-style: none;
280  margin-left: 1.5em;
281  padding-left: 0em;
282}
283ul.toc li {
284  line-height: 150%;
285  font-weight: bold;
286  font-size: 10pt;
287  margin-left: 0em;
288}
289ul.toc li li {
290  line-height: normal;
291  font-weight: normal;
292  font-size: 9pt;
293  margin-left: 0em;
294}
295li.excluded {
296  font-size: 0pt;
297}
298ul p {
299  margin-left: 0em;
300}
301
302.comment {
303  background-color: yellow;
304}
305.center {
306  text-align: center;
307}
308.error {
309  color: red;
310  font-style: italic;
311  font-weight: bold;
312}
313.figure {
314  font-weight: bold;
315  text-align: center;
316  font-size: 9pt;
317}
318.filename {
319  color: #333333;
320  font-weight: bold;
321  font-size: 12pt;
322  line-height: 21pt;
323  text-align: center;
324}
325.fn {
326  font-weight: bold;
327}
328.hidden {
329  display: none;
330}
331.left {
332  text-align: left;
333}
334.right {
335  text-align: right;
336}
337.title {
338  color: #990000;
339  font-size: 18pt;
340  line-height: 18pt;
341  font-weight: bold;
342  text-align: center;
343  margin-top: 36pt;
344}
345.vcardline {
346  display: block;
347}
348.warning {
349  font-size: 14pt;
350  background-color: yellow;
351}
352.feedback {
353  position: fixed;
354  bottom: 1%;
355  right: 1%;
356  padding: 3px 5px;
357  color: white;
358  border-radius: 5px;
359  background: #a00000;
360  border: 1px solid silver;
361}
362.fbbutton {
363  margin-left: 1em;
364  color: #303030;
365  font-size: small;
366  font-weight: normal;
367  background: #d0d000;
368  padding: 1px 4px;
369  border: 1px solid silver;
370  border-radius: 5px;
371}
372
373@media print {
374  .noprint {
375    display: none;
376  }
377 
378  a {
379    color: black;
380    text-decoration: none;
381  }
382
383  table.header {
384    width: 90%;
385  }
386
387  td.header {
388    width: 50%;
389    color: black;
390    background-color: white;
391    vertical-align: top;
392    font-size: 12pt;
393  }
394
395  ul.toc a::after {
396    content: leader('.') target-counter(attr(href), page);
397  }
398 
399  ul.ind li li a {
400    content: target-counter(attr(href), page);
401  }
402 
403  .print2col {
404    column-count: 2;
405    -moz-column-count: 2;
406    column-fill: auto;
407  }
408}
409
410@page {
411  @top-left {
412       content: "Internet-Draft";
413  }
414  @top-right {
415       content: "July 2012";
416  }
417  @top-center {
418       content: "HTTP Method Registrations";
419  }
420  @bottom-left {
421       content: "Reschke";
422  }
423  @bottom-center {
424       content: "Expires January 3, 2013";
425  }
426  @bottom-right {
427       content: "[Page " counter(page) "]";
428  }
429}
430
431@page:first {
432    @top-left {
433      content: normal;
434    }
435    @top-right {
436      content: normal;
437    }
438    @top-center {
439      content: normal;
440    }
441}
442</style><link rel="Contents" href="#rfc.toc">
443      <link rel="Author" href="#rfc.authors">
444      <link rel="Copyright" href="#rfc.copyrightnotice">
445      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
446      <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2">
447      <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3">
448      <link rel="Chapter" href="#rfc.section.4" title="4 Normative References">
449      <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A">
450      <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B">
451      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.584, 2012-06-24 15:59:38, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
452      <link rel="schema.dct" href="http://purl.org/dc/terms/">
453      <meta name="dct.creator" content="Reschke, J. F.">
454      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-08">
455      <meta name="dct.issued" scheme="ISO8601" content="2012-07-02">
456      <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.">
457      <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.">
458   </head>
459   <body onload="init();">
460      <table class="header">
461         <tbody>
462            <tr>
463               <td class="left">HTTPbis Working Group</td>
464               <td class="right">J. Reschke</td>
465            </tr>
466            <tr>
467               <td class="left">Internet-Draft</td>
468               <td class="right">greenbytes</td>
469            </tr>
470            <tr>
471               <td class="left">Intended status: Informational</td>
472               <td class="right">July 2, 2012</td>
473            </tr>
474            <tr>
475               <td class="left">Expires: January 3, 2013</td>
476               <td class="right"></td>
477            </tr>
478         </tbody>
479      </table>
480      <p class="title">Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP) Method&nbsp;Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-08</span></p>
481      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
482      <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before
483         the IANA HTTP Method Registry was established.
484      </p>
485      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
486      <p>Discussion of this draft ought to take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived
487         at &lt;<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>&gt;.
488      </p> 
489      <p>The current issues list is at &lt;<a href="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=method-registrations">http://trac.tools.ietf.org/wg/httpbis/trac/query?component=method-registrations</a>&gt; and related documents (including fancy diffs) can be found at &lt;<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>&gt;.
490      </p> 
491      <p>The changes in this draft are summarized in <a href="#changes.since.07" title="Since draft-ietf-httpbis-method-registrations-07">Appendix&nbsp;B.8</a>.
492      </p>
493      <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1>
494      <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
495      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute
496         working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.
497      </p>
498      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
499         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
500         in progress”.
501      </p>
502      <p>This Internet-Draft will expire on January 3, 2013.</p>
503      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
504      <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
505      <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights
506         and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License
507         text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified
508         BSD License.
509      </p>
510      <hr class="noprint">
511      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
512      <ul class="toc">
513         <li>1.&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
514         <li>2.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
515         <li>3.&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
516         <li>4.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
517         <li><a href="#rfc.authors">Author's Address</a></li>
518         <li>A.&nbsp;&nbsp;&nbsp;<a href="#updated.registry.contents">Initial Registry Contents</a></li>
519         <li>B.&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul>
520               <li>B.1&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.1">Since draft-ietf-httpbis-method-registrations-00</a></li>
521               <li>B.2&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.2">Since draft-ietf-httpbis-method-registrations-01</a></li>
522               <li>B.3&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.3">Since draft-ietf-httpbis-method-registrations-02</a></li>
523               <li>B.4&nbsp;&nbsp;&nbsp;<a href="#rfc.section.B.4">Since draft-ietf-httpbis-method-registrations-03</a></li>
524               <li>B.5&nbsp;&nbsp;&nbsp;<a href="#changes.since.04">Since draft-ietf-httpbis-method-registrations-04</a></li>
525               <li>B.6&nbsp;&nbsp;&nbsp;<a href="#changes.since.05">Since draft-ietf-httpbis-method-registrations-05</a></li>
526               <li>B.7&nbsp;&nbsp;&nbsp;<a href="#changes.since.06">Since draft-ietf-httpbis-method-registrations-06</a></li>
527               <li>B.8&nbsp;&nbsp;&nbsp;<a href="#changes.since.07">Since draft-ietf-httpbis-method-registrations-07</a></li>
528            </ul>
529         </li>
530      </ul>
531      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="introduction" href="#introduction">Introduction</a></h1>
532      <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs other
533         than <a href="#draft-ietf-httpbis-p2-semantics"><cite title="HTTP/1.1, part 2: Message Semantics">[draft-ietf-httpbis-p2-semantics]</cite></a> before the IANA HTTP Method Registry was established.
534      </p>
535      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
536      <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
537      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1>
538      <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/19/p2-semantics.html#method.registry" title="Method Registry">Section 2.2</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>).
539      </p>
540      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
541      </h1>
542      <table>                     
543         <tr>
544            <td class="reference"><b id="RFC2068">[RFC2068]</b></td>
545            <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.
546            </td>
547         </tr>
548         <tr>
549            <td class="reference"><b id="RFC3253">[RFC3253]</b></td>
550            <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.
551            </td>
552         </tr>
553         <tr>
554            <td class="reference"><b id="RFC3648">[RFC3648]</b></td>
555            <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.
556            </td>
557         </tr>
558         <tr>
559            <td class="reference"><b id="RFC3744">[RFC3744]</b></td>
560            <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.
561            </td>
562         </tr>
563         <tr>
564            <td class="reference"><b id="RFC4437">[RFC4437]</b></td>
565            <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.
566            </td>
567         </tr>
568         <tr>
569            <td class="reference"><b id="RFC4791">[RFC4791]</b></td>
570            <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.
571            </td>
572         </tr>
573         <tr>
574            <td class="reference"><b id="RFC4918">[RFC4918]</b></td>
575            <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.
576            </td>
577         </tr>
578         <tr>
579            <td class="reference"><b id="RFC5323">[RFC5323]</b></td>
580            <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.
581            </td>
582         </tr>
583         <tr>
584            <td class="reference"><b id="RFC5789">[RFC5789]</b></td>
585            <td class="top"><a href="mailto:lisa.dusseault@gmail.com" title="Linden Lab">Dusseault, L.</a> and <a href="mailto:jasnell@gmail.com">J. Snell</a>, “<a href="http://tools.ietf.org/html/rfc5789">PATCH Method for HTTP</a>”, RFC&nbsp;5789, March&nbsp;2010.
586            </td>
587         </tr>
588         <tr>
589            <td class="reference"><b id="RFC5842">[RFC5842]</b></td>
590            <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:ccjason@us.ibm.com" title="IBM Research">Crawford, J.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</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/rfc5842">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC&nbsp;5842, April&nbsp;2010.
591            </td>
592         </tr>
593         <tr>
594            <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td>
595            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</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-19">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p2-semantics-19 (work in progress), March&nbsp;2012.
596            </td>
597         </tr>
598      </table>
599      <div class="avoidbreak">
600         <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
601         <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>
602      </div>
603      <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>
604      <div id="rfc.table.u.1">
605         <table class="tt full left" cellpadding="3" cellspacing="0">
606            <thead>
607               <tr>
608                  <th>Method Name</th>
609                  <th>Safe</th>
610                  <th>Reference</th>
611               </tr>
612            </thead>
613            <tbody>
614               <tr>
615                  <td class="left">ACL</td>
616                  <td class="left">no</td>
617                  <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>
618               </tr>
619               <tr>
620                  <td class="left">BASELINE-CONTROL</td>
621                  <td class="left">no</td>
622                  <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>
623               </tr>
624               <tr>
625                  <td class="left">BIND</td>
626                  <td class="left">no</td>
627                  <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-4">Section 4</a></td>
628               </tr>
629               <tr>
630                  <td class="left">CHECKIN</td>
631                  <td class="left">no</td>
632                  <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>
633               </tr>
634               <tr>
635                  <td class="left">CHECKOUT</td>
636                  <td class="left">no</td>
637                  <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>
638               </tr>
639               <tr>
640                  <td class="left">COPY</td>
641                  <td class="left">no</td>
642                  <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>
643               </tr>
644               <tr>
645                  <td class="left">LABEL</td>
646                  <td class="left">no</td>
647                  <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>
648               </tr>
649               <tr>
650                  <td class="left">LINK</td>
651                  <td class="left">no</td>
652                  <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>
653               </tr>
654               <tr>
655                  <td class="left">LOCK</td>
656                  <td class="left">no</td>
657                  <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>
658               </tr>
659               <tr>
660                  <td class="left">MERGE</td>
661                  <td class="left">no</td>
662                  <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>
663               </tr>
664               <tr>
665                  <td class="left">MKACTIVITY</td>
666                  <td class="left">no</td>
667                  <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>
668               </tr>
669               <tr>
670                  <td class="left">MKCALENDAR</td>
671                  <td class="left">no</td>
672                  <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>
673               </tr>
674               <tr>
675                  <td class="left">MKCOL</td>
676                  <td class="left">no</td>
677                  <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>
678               </tr>
679               <tr>
680                  <td class="left">MKREDIRECTREF</td>
681                  <td class="left">no</td>
682                  <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>
683               </tr>
684               <tr>
685                  <td class="left">MKWORKSPACE</td>
686                  <td class="left">no</td>
687                  <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>
688               </tr>
689               <tr>
690                  <td class="left">MOVE</td>
691                  <td class="left">no</td>
692                  <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>
693               </tr>
694               <tr>
695                  <td class="left">ORDERPATCH</td>
696                  <td class="left">no</td>
697                  <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>
698               </tr>
699               <tr>
700                  <td class="left">PATCH</td>
701                  <td class="left">no</td>
702                  <td class="left"><a href="#RFC5789"><cite title="PATCH Method for HTTP">[RFC5789]</cite></a>, <a href="http://tools.ietf.org/html/rfc5789#section-2">Section 2</a></td>
703               </tr>
704               <tr>
705                  <td class="left">PROPFIND</td>
706                  <td class="left">yes</td>
707                  <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>
708               </tr>
709               <tr>
710                  <td class="left">PROPPATCH</td>
711                  <td class="left">no</td>
712                  <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>
713               </tr>
714               <tr>
715                  <td class="left">REBIND</td>
716                  <td class="left">no</td>
717                  <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-6">Section 6</a></td>
718               </tr>
719               <tr>
720                  <td class="left">REPORT</td>
721                  <td class="left">yes</td>
722                  <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>
723               </tr>
724               <tr>
725                  <td class="left">SEARCH</td>
726                  <td class="left">yes</td>
727                  <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>
728               </tr>
729               <tr>
730                  <td class="left">UNBIND</td>
731                  <td class="left">no</td>
732                  <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-5">Section 5</a></td>
733               </tr>
734               <tr>
735                  <td class="left">UNCHECKOUT</td>
736                  <td class="left">no</td>
737                  <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>
738               </tr>
739               <tr>
740                  <td class="left">UNLINK</td>
741                  <td class="left">no</td>
742                  <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>
743               </tr>
744               <tr>
745                  <td class="left">UNLOCK</td>
746                  <td class="left">no</td>
747                  <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>
748               </tr>
749               <tr>
750                  <td class="left">UPDATE</td>
751                  <td class="left">no</td>
752                  <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>
753               </tr>
754               <tr>
755                  <td class="left">UPDATEREDIRECTREF</td>
756                  <td class="left">no</td>
757                  <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>
758               </tr>
759               <tr>
760                  <td class="left">VERSION-CONTROL</td>
761                  <td class="left">no</td>
762                  <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>
763               </tr>
764            </tbody>
765         </table>
766      </div>
767      <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>
768      <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a>&nbsp;Since draft-ietf-httpbis-method-registrations-00
769      </h2>
770      <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p>
771      <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a>&nbsp;Since draft-ietf-httpbis-method-registrations-01
772      </h2>
773      <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>
774      <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a>&nbsp;Since draft-ietf-httpbis-method-registrations-02
775      </h2>
776      <p id="rfc.section.B.3.p.1">Update draft-ietf-httpbis-p2-semantics reference. PATCH is now defined in draft-dusseault-http-patch. BIND, UNBIND and REBIND
777         are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause.
778      </p>
779      <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a>&nbsp;Since draft-ietf-httpbis-method-registrations-03
780      </h2>
781      <p id="rfc.section.B.4.p.1">draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842. Fix typo in MKACTIVITY
782         entry. Update draft-ietf-httpbis-p2-semantics reference. Fix change log section titles.
783      </p>
784      <h2 id="rfc.section.B.5"><a href="#rfc.section.B.5">B.5</a>&nbsp;<a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-method-registrations-04</a></h2>
785      <p id="rfc.section.B.5.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>
786      <h2 id="rfc.section.B.6"><a href="#rfc.section.B.6">B.6</a>&nbsp;<a id="changes.since.05" href="#changes.since.05">Since draft-ietf-httpbis-method-registrations-05</a></h2>
787      <p id="rfc.section.B.6.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>
788      <h2 id="rfc.section.B.7"><a href="#rfc.section.B.7">B.7</a>&nbsp;<a id="changes.since.06" href="#changes.since.06">Since draft-ietf-httpbis-method-registrations-06</a></h2>
789      <p id="rfc.section.B.7.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>
790      <h2 id="rfc.section.B.8"><a href="#rfc.section.B.8">B.8</a>&nbsp;<a id="changes.since.07" href="#changes.since.07">Since draft-ietf-httpbis-method-registrations-07</a></h2>
791      <p id="rfc.section.B.8.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>
792   </body>
793</html>
Note: See TracBrowser for help on using the repository browser.