source: draft-ietf-httpbis-method-registrations/07/draft-ietf-httpbis-method-registrations.html @ 2232

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

prepare for publication of method-registrations-07 on Jan 04.

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