source: draft-ietf-httpbis-method-registrations/03/draft-ietf-httpbis-method-registrations.xml @ 1072

Last change on this file since 1072 was 775, checked in by julian.reschke@…, 13 years ago

Prepare draft 03.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 20.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<?xml-stylesheet type='text/xsl' href='../../draft-ietf-httpbis/myxml2rfc.xslt'?>
3<?rfc toc="yes"?>
4<?rfc symrefs="yes"?>
5<?rfc sortrefs="yes"?>
6<?rfc compact="yes"?>
7<?rfc comments="yes"?>
8<?rfc inline="yes"?>
9<?rfc subcompact="no"?>
10<?rfc-ext allow-markup-in-artwork="yes" ?>
11
12<!DOCTYPE rfc [
13  <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>">
14  <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>">
15  <!ENTITY MUST-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST NOT</bcp14>">
16  <!ENTITY OPTIONAL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>OPTIONAL</bcp14>">
17  <!ENTITY RECOMMENDED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>RECOMMENDED</bcp14>">
18  <!ENTITY REQUIRED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>REQUIRED</bcp14>">
19  <!ENTITY SHALL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL</bcp14>">
20  <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>">
21  <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>">
22  <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>">
23]>
24<rfc xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="trust200902" docName="draft-ietf-httpbis-method-registrations-03" category="info">
25        <front>
26  <title abbrev="HTTP Method Registrations">Initial Hypertext&#160;Transfer&#160;Protocol&#160;(HTTP)
27  Method&#160;Registrations</title>
28
29  <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
30    <organization abbrev="greenbytes">greenbytes GmbH</organization>
31    <address>
32      <postal>
33        <street>Hafenweg 16</street>
34        <city>Muenster</city><region>NW</region><code>48155</code>
35        <country>Germany</country>
36      </postal>
37      <email>julian.reschke@greenbytes.de</email>       
38      <uri>http://greenbytes.de/tech/webdav/</uri>     
39    </address>
40  </author>
41
42  <date month="March" year="2010" day="8"/>
43  <workgroup>HTTPbis Working Group</workgroup>
44 
45  <abstract>
46  <t>
47    This document registers those Hypertext Transfer
48    Protocol (HTTP) methods which have been defined in standards-track RFCs
49    before the IANA HTTP Method Registry was established.
50  </t>
51  </abstract>
52 
53  </front>
54
55  <middle>
56
57<section title="Introduction" anchor="introduction">
58  <t>
59    This document registers those Hypertext Transfer Protocol (HTTP) methods
60    which have been defined in standards-track RFCs before the IANA HTTP Method
61    Registry was established.
62  </t>
63</section> 
64 
65<section title="Security Considerations" anchor="security.considerations">
66  <t>
67    There are no security considerations related to the registration itself.
68  </t>
69</section> 
70
71<section title="IANA Considerations" anchor="iana.considerations">
72<t>
73  <xref target="updated.registry.contents"/> provides initial registrations
74  of HTTP method names for the IANA HTTP Method registry
75  at <eref target="http://www.iana.org/assignments/http-methods"/>
76  (see <xref target="draft-ietf-httpbis-p2-semantics" x:rel="#method.registry"/>).
77</t>
78</section> 
79  </middle>
80  <back>
81 
82<references title="Normative References">
83
84
85<reference anchor="draft-ietf-httpbis-p2-semantics">
86  <front>
87    <title abbrev="HTTP/1.1">HTTP/1.1, part 2: Message Semantics</title>
88    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
89      <organization abbrev="Day Software">Day Software</organization>
90      <address><email>fielding@gbiv.com</email></address>
91    </author>
92    <author initials="J." surname="Gettys" fullname="Jim Gettys">
93      <organization>One Laptop per Child</organization>
94      <address><email>jg@laptop.org</email></address>
95    </author>
96    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
97      <organization abbrev="HP">Hewlett-Packard Company</organization>
98      <address><email>JeffMogul@acm.org</email></address>
99    </author>
100    <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen">
101      <organization abbrev="Microsoft">Microsoft Corporation</organization>
102      <address><email>henrikn@microsoft.com</email></address>
103    </author>
104    <author initials="L." surname="Masinter" fullname="Larry Masinter">
105      <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization>
106      <address><email>LMM@acm.org</email></address>
107    </author>
108    <author initials="P." surname="Leach" fullname="Paul J. Leach">
109      <organization abbrev="Microsoft">Microsoft Corporation</organization>
110      <address><email>paulle@microsoft.com</email></address>
111    </author>
112    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
113      <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
114      <address><email>timbl@w3.org</email></address>
115    </author>
116    <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
117      <organization abbrev="W3C">World Wide Web Consortium</organization>
118      <address><email>ylafon@w3.org</email></address>
119    </author>
120    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
121      <organization abbrev="greenbytes">greenbytes GmbH</organization>
122      <address><email>julian.reschke@greenbytes.de</email></address>
123    </author>
124    <date month="March" year="2010"/>
125  </front>
126  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-09"/>
127  <x:source href="../../draft-ietf-httpbis/09/p2-semantics.xml" basename="../../draft-ietf-httpbis/09/p2-semantics"/>
128</reference>
129
130<reference anchor="RFC2068">
131  <front>
132    <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title>
133    <author initials="R." surname="Fielding" fullname="Roy T. Fielding">
134      <organization>University of California, Irvine, Department of Information and Computer Science</organization>
135      <address><email>fielding@ics.uci.edu</email></address>
136    </author>
137    <author initials="J." surname="Gettys" fullname="Jim Gettys">
138      <organization>MIT Laboratory for Computer Science</organization>
139      <address><email>jg@w3.org</email></address>
140    </author>
141    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
142      <organization>Digital Equipment Corporation, Western Research Laboratory</organization>
143      <address><email>mogul@wrl.dec.com</email></address>
144    </author>
145    <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
146      <organization>MIT Laboratory for Computer Science</organization>
147      <address><email>frystyk@w3.org</email></address>
148    </author>
149    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
150      <organization>MIT Laboratory for Computer Science</organization>
151      <address><email>timbl@w3.org</email></address>
152    </author>
153    <date month="January" year="1997"/>
154  </front>
155  <seriesInfo name="RFC" value="2068"/>
156</reference>
157
158<reference anchor="RFC3253">
159  <front>
160    <title>Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</title>
161    <author initials="G." surname="Clemm" fullname="G. Clemm">
162      <organization>Rational Software</organization>
163      <address><email>geoffrey.clemm@rational.com</email></address>
164    </author>
165    <author initials="J." surname="Amsden" fullname="J. Amsden">
166      <organization>IBM</organization>
167      <address><email>jamsden@us.ibm.com</email></address>
168    </author>
169    <author initials="T." surname="Ellison" fullname="T. Ellison">
170      <organization>IBM</organization>
171      <address><email>tim_ellison@uk.ibm.com</email></address>
172    </author>
173    <author initials="C." surname="Kaler" fullname="C. Kaler">
174      <organization>Microsoft</organization>
175      <address><email>ckaler@microsoft.com</email></address>
176    </author>
177    <author initials="J." surname="Whitehead" fullname="J. Whitehead">
178      <organization>UC Santa Cruz, Dept. of Computer Science</organization>
179      <address><email>ejw@cse.ucsc.edu</email></address>
180    </author>
181    <date month="March" year="2002"/>
182    </front>
183  <seriesInfo name="RFC" value="3253"/>
184</reference>
185
186<reference anchor='RFC3648'>
187  <front>
188    <title abbrev='WebDAV Ordered Collections Protocol'>Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</title>
189    <author initials='J.' surname='Whitehead' fullname='Jim Whitehead'>
190      <organization abbrev='U.C. Santa Cruz'>UC Santa Cruz, Dept. of Computer Science</organization>
191      <address><email>ejw@cse.ucsc.edu</email></address>
192    </author>
193    <author initials='J. F.' surname='Reschke' fullname='Julian F. Reschke' role='editor'>
194      <organization abbrev='greenbytes'>greenbytes GmbH</organization>
195      <address><email>julian.reschke@greenbytes.de</email></address>
196    </author>
197    <date year='2003' month='December' />
198  </front>
199  <seriesInfo name='RFC' value='3648' />
200</reference>
201
202<reference anchor="RFC3744">
203  <front>
204    <title abbrev="WebDAV Access Control Protocol">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</title>
205    <author initials="G." surname="Clemm" fullname="Geoffrey Clemm">
206      <organization>IBM</organization>
207      <address><email>geoffrey.clemm@us.ibm.com</email></address>
208    </author>
209    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke">
210      <organization abbrev="greenbytes">greenbytes GmbH</organization>
211      <address><email>julian.reschke@greenbytes.de</email></address>
212    </author>
213    <author initials="E." surname="Sedlar" fullname="Eric Sedlar">
214      <organization>Oracle Corporation</organization>
215      <address><email>eric.sedlar@oracle.com</email></address>
216    </author>
217    <author initials="J." surname="Whitehead" fullname="Jim Whitehead">
218      <organization abbrev="U.C. Santa Cruz">U.C. Santa Cruz, Dept. of Computer Science</organization>
219      <address><email>ejw@cse.ucsc.edu</email></address>
220    </author>
221    <date month="May" year="2004"/>
222  </front>
223  <seriesInfo name="RFC" value="3744"/>
224</reference>
225
226<reference anchor="RFC4437">
227  <front>
228    <title abbrev="WebDAV Redirect Reference Resources">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</title>
229    <author initials="J." surname="Whitehead" fullname="Jim Whitehead">
230      <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization>
231      <address>
232        <email>ejw@cse.ucsc.edu</email>
233      </address>
234    </author>
235    <author initials="G." surname="Clemm" fullname="Geoff Clemm">
236      <organization>IBM</organization>
237      <address>
238        <email>geoffrey.clemm@us.ibm.com</email>
239      </address>
240    </author>
241    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
242      <organization abbrev="greenbytes">greenbytes GmbH</organization>
243      <address>
244       <email>julian.reschke@greenbytes.de</email>
245      </address>
246    </author>
247    <date month="March" year="2006"/>
248  </front>
249  <seriesInfo name="RFC" value="4437"/>
250</reference> 
251
252<reference anchor="RFC4791">
253  <front>
254    <title abbrev="CalDAV">Calendaring Extensions to WebDAV (CalDAV)</title>
255    <author initials="C." surname="Daboo" fullname="Cyrus Daboo">
256      <organization abbrev="Apple">Apple Inc.</organization>
257      <address>
258        <email>cyrus@daboo.name</email>
259      </address>
260    </author>
261    <author initials="B." surname="Desruisseaux" fullname="Bernard Desruisseaux">
262      <organization abbrev="Oracle">Oracle Corporation</organization>
263      <address>
264        <email>bernard.desruisseaux@oracle.com</email>
265      </address>
266    </author>
267    <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault">
268      <organization abbrev="CommerceNet">CommerceNet</organization>
269      <address>
270        <email>ldusseault@commerce.net</email>
271      </address>
272    </author>
273    <date month="March" year="2007"/>
274  </front>
275  <seriesInfo name="RFC" value="4791"/>
276</reference>
277
278<reference anchor="RFC4918">
279  <front>
280    <title>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</title>
281    <author initials="L." surname="Dusseault" fullname="Lisa Dusseault" role="editor">
282      <organization>CommerceNet</organization>
283      <address>
284        <postal>
285          <street>2064 Edgewood Dr.</street>
286          <city>Palo Alto</city> <region>CA</region> <code>94303</code>
287          <country>US</country>
288        </postal>
289        <email>ldusseault@commerce.net</email>
290      </address>
291    </author>
292    <date month="June" year="2007"/>
293  </front>
294  <seriesInfo name="RFC" value="4918"/>
295</reference>
296
297<reference anchor="RFC5323">
298  <front>
299    <title abbrev="WebDAV SEARCH">Web Distributed Authoring and Versioning (WebDAV) SEARCH</title>
300               
301    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
302        <organization abbrev="greenbytes">greenbytes GmbH</organization>
303                <address>
304        <postal>
305          <street>Hafenweg 16</street>
306          <city>Muenster</city><region>NW</region><code>48155</code>
307          <country>Germany</country>
308        </postal>
309                  <phone>+49 251 2807760</phone>       
310                        <email>julian.reschke@greenbytes.de</email>     
311                        <uri>http://greenbytes.de/tech/webdav/</uri>   
312                </address>
313        </author>
314     
315        <author initials="S." surname="Reddy" fullname="Surendra Reddy">
316                <organization abbrev="Mitrix">Mitrix, Inc.</organization>
317                <address>
318            <postal>
319            <street>303 Twin Dolphin Drive, Suite 600-37</street>
320                <city>Redwood City</city><region>CA</region><code>94065</code>
321          <country>U.S.A.</country>
322        </postal>
323        <phone>+1 408 500 1135</phone>
324        <email>Surendra.Reddy@mitrix.com</email>
325          </address>
326    </author>
327     
328    <author initials="J." surname="Davis" fullname="Jim Davis">
329                <address>
330        <postal>
331          <street>27 Borden Street</street>
332          <city>Toronto</city><region>Ontario</region><code>M5S 2M8</code>
333          <country>Canada</country>
334        </postal>
335        <phone>+1 416 929 5854</phone>
336        <email>jrd3@alum.mit.edu</email>
337        <uri>http://www.econetwork.net/~jdavis</uri>
338      </address>
339    </author>
340 
341        <author initials="A." surname="Babich" fullname="Alan Babich">
342                <organization abbrev="IBM">IBM Corporation</organization>
343      <address>
344                        <postal>
345          <street>3565 Harbor Blvd.</street>
346          <city>Costa Mesa</city><region>CA</region><code>92626</code>
347          <country>U.S.A.</country>
348        </postal>
349        <phone>+1 714 327 3403</phone>
350        <email>ababich@us.ibm.com</email>
351      </address>
352    </author>   
353 
354    <date month="November" year="2008"/>
355  </front>
356  <seriesInfo name="RFC" value="5323"/>
357</reference>
358
359<reference anchor="draft-ietf-webdav-bind">
360  <front>
361    <title abbrev="Binding Extensions to WebDAV">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</title>
362    <author initials="G." surname="Clemm" fullname="Geoffrey Clemm">
363      <organization>IBM</organization>
364      <address>
365        <postal>
366          <street>20 Maguire Road</street>
367          <city>Lexington</city>
368          <region>MA</region>
369          <code>02421</code>
370        </postal>
371        <email>geoffrey.clemm@us.ibm.com</email>
372      </address>
373    </author>
374    <author initials="J." surname="Crawford" fullname="Jason Crawford">
375      <organization>IBM Research</organization>
376      <address>
377        <postal>
378          <street>P.O. Box 704</street>
379          <city>Yorktown Heights</city>
380          <region>NY</region>
381          <code>10598</code>
382        </postal>
383        <email>ccjason@us.ibm.com</email>
384      </address>
385    </author>
386        <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
387                <organization abbrev="greenbytes">greenbytes GmbH</organization>
388      <address>
389        <postal>
390          <street>Hafenweg 16</street>
391          <city>Muenster</city><region>NW</region><code>48155</code>
392          <country>Germany</country>
393        </postal>
394                  <email>julian.reschke@greenbytes.de</email>   
395                </address>
396        </author>
397    <author initials="J." surname="Whitehead" fullname="Jim Whitehead">
398      <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization>
399      <address>
400        <postal>
401          <street>1156 High Street</street>
402          <city>Santa Cruz</city>
403          <region>CA</region>
404          <code>95064</code>
405        </postal>
406        <email>ejw@cse.ucsc.edu</email>
407      </address>
408    </author>
409    <date month="December" year="2009"/>
410  </front>
411  <seriesInfo name="Internet-Draft" value="draft-ietf-webdav-bind-27"/>
412  <annotation>
413    In RFC Editor Queue, see <eref target="http://www.rfc-editor.org/queue2.html#draft-ietf-webdav-bind"/>.
414  </annotation>
415</reference>
416
417<reference anchor="draft-dusseault-http-patch">
418  <front>
419    <title abbrev="HTTP PATCH">PATCH Method for HTTP</title>
420    <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault">
421      <organization abbrev="Linden Lab">Linden Lab</organization>
422      <address>
423        <email>lisa.dusseault@gmail.com</email>
424      </address>
425    </author>
426    <author initials="J.M." surname="Snell" fullname="James M. Snell">
427      <address>
428        <email>jasnell@gmail.com</email>
429      </address>
430    </author>
431    <date month="November" year="2009"/>
432  </front>
433  <seriesInfo name="Internet-Draft" value="draft-dusseault-http-patch-16"/>
434  <annotation>
435    In RFC Editor Queue, see <eref target="http://www.rfc-editor.org/queue2.html#draft-dusseault-http-patch"/>.
436  </annotation>
437</reference>
438
439</references>
440 
441<!--<references title="Informative References">
442</references>-->
443
444<section title="Initial Registry Contents" anchor="updated.registry.contents">
445<texttable align="left">
446
447<ttcol>Method Name</ttcol>
448<ttcol>Safe</ttcol>
449<ttcol>Reference</ttcol>
450
451<c>ACL</c><c>no</c><c><xref target="RFC3744" x:fmt="," x:sec="8.1"/></c>
452
453<c>BASELINE-CONTROL</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="12.6"/></c>
454<c>BIND</c><c>no</c><c><xref target="draft-ietf-webdav-bind" x:fmt="," x:sec="4"/></c>
455
456<c>CHECKIN</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="4.4"/> and <xref target="RFC3253" x:fmt="," x:sec="9.4"/></c>
457<c>CHECKOUT</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="4.3"/> and <xref target="RFC3253" x:fmt="," x:sec="8.8"/></c>
458<c>COPY</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.8"/></c>
459
460<c>LABEL</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="8.2"/></c>
461<c>LINK</c><c>no</c><c><xref target="RFC2068" x:fmt="," x:sec="19.6.1.2"/></c>
462<c>LOCK</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.10"/></c>
463
464<c>MERGE</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="11.2"/></c>
465<c>MKAKTIVITY</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="13.5"/></c>
466<c>MKCALENDAR</c><c>no</c><c><xref target="RFC4791" x:fmt="," x:sec="5.3.1"/></c>
467<c>MKCOL</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.3"/></c>
468<c>MKREDIRECTREF</c><c>no</c><c><xref target="RFC4437" x:fmt="," x:sec="6"/></c>
469<c>MKWORKSPACE</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="6.3"/></c>
470<c>MOVE</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.9"/></c>
471
472<c>ORDERPATCH</c><c>no</c><c><xref target="RFC3648" x:fmt="," x:sec="7"/></c>
473
474<c>PATCH</c><c>no</c><c><xref target="draft-dusseault-http-patch" x:fmt="," x:sec="2"/></c>
475<c>PROPFIND</c><c>yes</c><c><xref target="RFC4918" x:fmt="," x:sec="9.1"/></c>
476<c>PROPPATCH</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.2"/></c>
477
478<c>REBIND</c><c>no</c><c><xref target="draft-ietf-webdav-bind" x:fmt="," x:sec="6"/></c>
479<c>REPORT</c><c>yes</c><c><xref target="RFC3253" x:fmt="," x:sec="3.6"/></c>
480
481<c>SEARCH</c><c>yes</c><c><xref target="RFC5323" x:fmt="," x:sec="2"/></c>
482
483<c>UNBIND</c><c>no</c><c><xref target="draft-ietf-webdav-bind" x:fmt="," x:sec="5"/></c>
484<c>UNCHECKOUT</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="4.5"/></c>
485<c>UNLINK</c><c>no</c><c><xref target="RFC2068" x:fmt="," x:sec="19.6.1.3"/></c>
486<c>UNLOCK</c><c>no</c><c><xref target="RFC4918" x:fmt="," x:sec="9.11"/></c>
487<c>UPDATE</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="7.1"/></c>
488<c>UPDATEREDIRECTREF</c><c>no</c><c><xref target="RFC4437" x:fmt="," x:sec="7"/></c>
489
490<c>VERSION-CONTROL</c><c>no</c><c><xref target="RFC3253" x:fmt="," x:sec="3.5"/></c>
491
492</texttable>
493</section>
494
495<section title="Change Log (to be removed by RFC Editor before publication)" anchor="change.log">
496
497<section title="Since draft-ietf-httpbis-p1-method-registrations-00">
498<t>
499  Added SEARCH method (RFC 5323).
500</t>
501</section>
502
503<section title="Since draft-ietf-httpbis-p1-method-registrations-01">
504<t>
505  Update draft-ietf-httpbis-p2-semantics reference.
506</t>
507</section>
508
509<section title="Since draft-ietf-httpbis-p1-method-registrations-02">
510<t>
511  Update draft-ietf-httpbis-p2-semantics reference.
512  PATCH is now defined in draft-dusseault-http-patch.
513  BIND, UNBIND and REBIND are defined in draft-ietf-webdav-bind.
514  Drop the "updates draft-ietf-httpbis-p2-semantics" clause.
515</t>
516</section>
517
518</section>
519
520
521  </back>
522
523</rfc>
Note: See TracBrowser for help on using the repository browser.