1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This XML document is the output of clean-for-DTD.xslt; a tool that strips |
---|
4 | extensions to RFC2629(bis) from documents for processing with xml2rfc. |
---|
5 | --> |
---|
6 | <?xml-stylesheet type='text/xsl' href='../../draft-ietf-httpbis/myxml2rfc.xslt'?> |
---|
7 | <?rfc toc="yes"?> |
---|
8 | <?rfc symrefs="yes"?> |
---|
9 | <?rfc sortrefs="yes"?> |
---|
10 | <?rfc compact="yes"?> |
---|
11 | <?rfc comments="yes"?> |
---|
12 | <?rfc inline="yes"?> |
---|
13 | <?rfc subcompact="no"?> |
---|
14 | <!DOCTYPE rfc |
---|
15 | PUBLIC "" "rfc2629.dtd"> |
---|
16 | <rfc ipr="full3978" docName="draft-ietf-httpbis-method-registrations-00" category="info" updates="draft-ietf-httpbis-p2-semantics-04"> |
---|
17 | <front> |
---|
18 | <title abbrev="HTTP Method Registrations">Initial Hypertext Transfer Protocol (HTTP) |
---|
19 | Method Registrations</title> |
---|
20 | |
---|
21 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke"> |
---|
22 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
23 | <address> |
---|
24 | <postal> |
---|
25 | <street>Hafenweg 16</street> |
---|
26 | <city>Muenster</city><region>NW</region><code>48155</code> |
---|
27 | <country>Germany</country> |
---|
28 | </postal> |
---|
29 | <email>julian.reschke@greenbytes.de</email> |
---|
30 | <uri>http://greenbytes.de/tech/webdav/</uri> |
---|
31 | </address> |
---|
32 | </author> |
---|
33 | |
---|
34 | <date month="August" year="2008" day="29"/> |
---|
35 | |
---|
36 | <abstract> |
---|
37 | <t> |
---|
38 | This document registers those Hypertext Transfer ProtocolHypertext Transfer |
---|
39 | Protocol (HTTP) methods which have been defined in standards-track RFCs |
---|
40 | before the IANA HTTP Method Registry was established. |
---|
41 | </t> |
---|
42 | </abstract> |
---|
43 | |
---|
44 | </front> |
---|
45 | |
---|
46 | <middle> |
---|
47 | |
---|
48 | <section title="Introduction" anchor="introduction"> |
---|
49 | <t> |
---|
50 | This document registers those Hypertext Transfer ProtocolHypertext Transfer |
---|
51 | Protocol (HTTP) methods which have been defined in standards-track RFCs |
---|
52 | before the IANA HTTP Method Registry was established. |
---|
53 | </t> |
---|
54 | </section> |
---|
55 | |
---|
56 | <section title="Security Considerations" anchor="security.considerations"> |
---|
57 | <t> |
---|
58 | There are no security considerations related to the registration itself. |
---|
59 | </t> |
---|
60 | </section> |
---|
61 | |
---|
62 | <section title="IANA Considerations" anchor="iana.considerations"> |
---|
63 | <t> |
---|
64 | <xref target="updated.registry.contents"/> provides initial registrations |
---|
65 | of HTTP method names for the IANA HTTP Method registry |
---|
66 | at <eref target="http://www.iana.org/assignments/http-methods"/> |
---|
67 | (see Section 3.1 of <xref target="draft-ietf-httpbis-p2-semantics"/>). |
---|
68 | </t> |
---|
69 | </section> |
---|
70 | </middle> |
---|
71 | <back> |
---|
72 | |
---|
73 | <references title="Normative References"> |
---|
74 | |
---|
75 | |
---|
76 | <reference anchor="draft-ietf-httpbis-p2-semantics"> |
---|
77 | <front> |
---|
78 | <title abbrev="HTTP/1.1">HTTP/1.1, part 2: Message Semantics</title> |
---|
79 | <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> |
---|
80 | <organization abbrev="Day Software">Day Software</organization> |
---|
81 | <address><email>fielding@gbiv.com</email></address> |
---|
82 | </author> |
---|
83 | <author initials="J." surname="Gettys" fullname="Jim Gettys"> |
---|
84 | <organization>One Laptop per Child</organization> |
---|
85 | <address><email>jg@laptop.org</email></address> |
---|
86 | </author> |
---|
87 | <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> |
---|
88 | <organization abbrev="HP">Hewlett-Packard Company</organization> |
---|
89 | <address><email>JeffMogul@acm.org</email></address> |
---|
90 | </author> |
---|
91 | <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> |
---|
92 | <organization abbrev="Microsoft">Microsoft Corporation</organization> |
---|
93 | <address><email>henrikn@microsoft.com</email></address> |
---|
94 | </author> |
---|
95 | <author initials="L." surname="Masinter" fullname="Larry Masinter"> |
---|
96 | <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> |
---|
97 | <address><email>LMM@acm.org</email></address> |
---|
98 | </author> |
---|
99 | <author initials="P." surname="Leach" fullname="Paul J. Leach"> |
---|
100 | <organization abbrev="Microsoft">Microsoft Corporation</organization> |
---|
101 | <address><email>paulle@microsoft.com</email></address> |
---|
102 | </author> |
---|
103 | <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> |
---|
104 | <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> |
---|
105 | <address><email>timbl@w3.org</email></address> |
---|
106 | </author> |
---|
107 | <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor"> |
---|
108 | <organization abbrev="W3C">World Wide Web Consortium</organization> |
---|
109 | <address><email>ylafon@w3.org</email></address> |
---|
110 | </author> |
---|
111 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
112 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
113 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
114 | </author> |
---|
115 | <date month="August" year="2008"/> |
---|
116 | </front> |
---|
117 | <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-04"/> |
---|
118 | |
---|
119 | </reference> |
---|
120 | |
---|
121 | <reference anchor="RFC2068"> |
---|
122 | <front> |
---|
123 | <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title> |
---|
124 | <author initials="R." surname="Fielding" fullname="Roy T. Fielding"> |
---|
125 | <organization>University of California, Irvine, Department of Information and Computer Science</organization> |
---|
126 | <address><email>fielding@ics.uci.edu</email></address> |
---|
127 | </author> |
---|
128 | <author initials="J." surname="Gettys" fullname="Jim Gettys"> |
---|
129 | <organization>MIT Laboratory for Computer Science</organization> |
---|
130 | <address><email>jg@w3.org</email></address> |
---|
131 | </author> |
---|
132 | <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> |
---|
133 | <organization>Digital Equipment Corporation, Western Research Laboratory</organization> |
---|
134 | <address><email>mogul@wrl.dec.com</email></address> |
---|
135 | </author> |
---|
136 | <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen"> |
---|
137 | <organization>MIT Laboratory for Computer Science</organization> |
---|
138 | <address><email>frystyk@w3.org</email></address> |
---|
139 | </author> |
---|
140 | <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> |
---|
141 | <organization>MIT Laboratory for Computer Science</organization> |
---|
142 | <address><email>timbl@w3.org</email></address> |
---|
143 | </author> |
---|
144 | <date month="January" year="1997"/> |
---|
145 | </front> |
---|
146 | <seriesInfo name="RFC" value="2068"/> |
---|
147 | </reference> |
---|
148 | |
---|
149 | <reference anchor="RFC3253"> |
---|
150 | <front> |
---|
151 | <title>Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</title> |
---|
152 | <author initials="G." surname="Clemm" fullname="G. Clemm"> |
---|
153 | <organization>Rational Software</organization> |
---|
154 | <address><email>geoffrey.clemm@rational.com</email></address> |
---|
155 | </author> |
---|
156 | <author initials="J." surname="Amsden" fullname="J. Amsden"> |
---|
157 | <organization>IBM</organization> |
---|
158 | <address><email>jamsden@us.ibm.com</email></address> |
---|
159 | </author> |
---|
160 | <author initials="T." surname="Ellison" fullname="T. Ellison"> |
---|
161 | <organization>IBM</organization> |
---|
162 | <address><email>tim_ellison@uk.ibm.com</email></address> |
---|
163 | </author> |
---|
164 | <author initials="C." surname="Kaler" fullname="C. Kaler"> |
---|
165 | <organization>Microsoft</organization> |
---|
166 | <address><email>ckaler@microsoft.com</email></address> |
---|
167 | </author> |
---|
168 | <author initials="J." surname="Whitehead" fullname="J. Whitehead"> |
---|
169 | <organization>UC Santa Cruz, Dept. of Computer Science</organization> |
---|
170 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
171 | </author> |
---|
172 | <date month="March" year="2002"/> |
---|
173 | </front> |
---|
174 | <seriesInfo name="RFC" value="3253"/> |
---|
175 | </reference> |
---|
176 | |
---|
177 | <reference anchor="RFC3648"> |
---|
178 | <front> |
---|
179 | <title abbrev="WebDAV Ordered Collections Protocol">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</title> |
---|
180 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
181 | <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization> |
---|
182 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
183 | </author> |
---|
184 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
185 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
186 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
187 | </author> |
---|
188 | <date year="2003" month="December"/> |
---|
189 | </front> |
---|
190 | <seriesInfo name="RFC" value="3648"/> |
---|
191 | </reference> |
---|
192 | |
---|
193 | <reference anchor="RFC3744"> |
---|
194 | <front> |
---|
195 | <title abbrev="WebDAV Access Control Protocol">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</title> |
---|
196 | <author initials="G." surname="Clemm" fullname="Geoffrey Clemm"> |
---|
197 | <organization>IBM</organization> |
---|
198 | <address><email>geoffrey.clemm@us.ibm.com</email></address> |
---|
199 | </author> |
---|
200 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke"> |
---|
201 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
202 | <address><email>julian.reschke@greenbytes.de</email></address> |
---|
203 | </author> |
---|
204 | <author initials="E." surname="Sedlar" fullname="Eric Sedlar"> |
---|
205 | <organization>Oracle Corporation</organization> |
---|
206 | <address><email>eric.sedlar@oracle.com</email></address> |
---|
207 | </author> |
---|
208 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
209 | <organization abbrev="U.C. Santa Cruz">U.C. Santa Cruz, Dept. of Computer Science</organization> |
---|
210 | <address><email>ejw@cse.ucsc.edu</email></address> |
---|
211 | </author> |
---|
212 | <date month="May" year="2004"/> |
---|
213 | </front> |
---|
214 | <seriesInfo name="RFC" value="3744"/> |
---|
215 | </reference> |
---|
216 | |
---|
217 | <reference anchor="RFC4437"> |
---|
218 | <front> |
---|
219 | <title abbrev="WebDAV Redirect Reference Resources">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</title> |
---|
220 | <author initials="J." surname="Whitehead" fullname="Jim Whitehead"> |
---|
221 | <organization abbrev="U.C. Santa Cruz">UC Santa Cruz, Dept. of Computer Science</organization> |
---|
222 | <address> |
---|
223 | <email>ejw@cse.ucsc.edu</email> |
---|
224 | </address> |
---|
225 | </author> |
---|
226 | <author initials="G." surname="Clemm" fullname="Geoff Clemm"> |
---|
227 | <organization>IBM</organization> |
---|
228 | <address> |
---|
229 | <email>geoffrey.clemm@us.ibm.com</email> |
---|
230 | </address> |
---|
231 | </author> |
---|
232 | <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor"> |
---|
233 | <organization abbrev="greenbytes">greenbytes GmbH</organization> |
---|
234 | <address> |
---|
235 | <email>julian.reschke@greenbytes.de</email> |
---|
236 | </address> |
---|
237 | </author> |
---|
238 | <date month="March" year="2006"/> |
---|
239 | </front> |
---|
240 | <seriesInfo name="RFC" value="4437"/> |
---|
241 | </reference> |
---|
242 | |
---|
243 | <reference anchor="RFC4791"> |
---|
244 | <front> |
---|
245 | <title abbrev="CalDAV">Calendaring Extensions to WebDAV (CalDAV)</title> |
---|
246 | <author initials="C." surname="Daboo" fullname="Cyrus Daboo"> |
---|
247 | <organization abbrev="Apple">Apple Inc.</organization> |
---|
248 | <address> |
---|
249 | <email>cyrus@daboo.name</email> |
---|
250 | </address> |
---|
251 | </author> |
---|
252 | <author initials="B." surname="Desruisseaux" fullname="Bernard Desruisseaux"> |
---|
253 | <organization abbrev="Oracle">Oracle Corporation</organization> |
---|
254 | <address> |
---|
255 | <email>bernard.desruisseaux@oracle.com</email> |
---|
256 | </address> |
---|
257 | </author> |
---|
258 | <author initials="L.M." surname="Dusseault" fullname="Lisa Dusseault"> |
---|
259 | <organization abbrev="CommerceNet">CommerceNet</organization> |
---|
260 | <address> |
---|
261 | <email>ldusseault@commerce.net</email> |
---|
262 | </address> |
---|
263 | </author> |
---|
264 | <date month="March" year="2007"/> |
---|
265 | </front> |
---|
266 | <seriesInfo name="RFC" value="4791"/> |
---|
267 | </reference> |
---|
268 | |
---|
269 | <reference anchor="RFC4918"> |
---|
270 | <front> |
---|
271 | <title>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</title> |
---|
272 | <author initials="L." surname="Dusseault" fullname="Lisa Dusseault" role="editor"> |
---|
273 | <organization>CommerceNet</organization> |
---|
274 | <address> |
---|
275 | <postal> |
---|
276 | <street>2064 Edgewood Dr.</street> |
---|
277 | <city>Palo Alto</city> <region>CA</region> <code>94303</code> |
---|
278 | <country>US</country> |
---|
279 | </postal> |
---|
280 | <email>ldusseault@commerce.net</email> |
---|
281 | </address> |
---|
282 | </author> |
---|
283 | <date month="June" year="2007"/> |
---|
284 | </front> |
---|
285 | <seriesInfo name="RFC" value="4918"/> |
---|
286 | </reference> |
---|
287 | |
---|
288 | </references> |
---|
289 | |
---|
290 | <!--<references title="Informative References"> |
---|
291 | </references>--> |
---|
292 | |
---|
293 | <section title="Initial Registry Contents" anchor="updated.registry.contents"> |
---|
294 | <texttable> |
---|
295 | |
---|
296 | <ttcol>Method Name</ttcol> |
---|
297 | <ttcol>Safe</ttcol> |
---|
298 | <ttcol>Reference</ttcol> |
---|
299 | |
---|
300 | <c>ACL</c><c>no</c><c><xref target="RFC3744"/>, Section 8.1</c> |
---|
301 | |
---|
302 | <c>BASELINE-CONTROL</c><c>no</c><c><xref target="RFC3253"/>, Section 12.6</c> |
---|
303 | |
---|
304 | <c>CHECKIN</c><c>no</c><c><xref target="RFC3253"/>, Section 4.4 and <xref target="RFC3253"/>, Section 9.4</c> |
---|
305 | <c>CHECKOUT</c><c>no</c><c><xref target="RFC3253"/>, Section 4.3 and <xref target="RFC3253"/>, Section 8.8</c> |
---|
306 | <c>COPY</c><c>no</c><c><xref target="RFC4918"/>, Section 9.8</c> |
---|
307 | |
---|
308 | <c>LABEL</c><c>no</c><c><xref target="RFC3253"/>, Section 8.2</c> |
---|
309 | <c>LINK</c><c>no</c><c><xref target="RFC2068"/>, Section 19.6.1.2</c> |
---|
310 | <c>LOCK</c><c>no</c><c><xref target="RFC4918"/>, Section 9.10</c> |
---|
311 | |
---|
312 | <c>MERGE</c><c>no</c><c><xref target="RFC3253"/>, Section 11.2</c> |
---|
313 | <c>MKAKTIVITY</c><c>no</c><c><xref target="RFC3253"/>, Section 13.5</c> |
---|
314 | <c>MKCALENDAR</c><c>no</c><c><xref target="RFC4791"/>, Section 5.3.1</c> |
---|
315 | <c>MKCOL</c><c>no</c><c><xref target="RFC4918"/>, Section 9.3</c> |
---|
316 | <c>MKREDIRECTREF</c><c>no</c><c><xref target="RFC4437"/>, Section 6</c> |
---|
317 | <c>MKWORKSPACE</c><c>no</c><c><xref target="RFC3253"/>, Section 6.3</c> |
---|
318 | <c>MOVE</c><c>no</c><c><xref target="RFC4918"/>, Section 9.9</c> |
---|
319 | |
---|
320 | <c>ORDERPATCH</c><c>no</c><c><xref target="RFC3648"/>, Section 7</c> |
---|
321 | |
---|
322 | <c>PATCH</c><c>no</c><c><xref target="RFC2068"/>, Section 19.6.1.1</c> |
---|
323 | <c>PROPFIND</c><c>yes</c><c><xref target="RFC4918"/>, Section 9.1</c> |
---|
324 | <c>PROPPATCH</c><c>no</c><c><xref target="RFC4918"/>, Section 9.2</c> |
---|
325 | |
---|
326 | <c>REPORT</c><c>yes</c><c><xref target="RFC3253"/>, Section 3.6</c> |
---|
327 | |
---|
328 | <c>UNCHECKOUT</c><c>no</c><c><xref target="RFC3253"/>, Section 4.5</c> |
---|
329 | <c>UNLINK</c><c>no</c><c><xref target="RFC2068"/>, Section 19.6.1.3</c> |
---|
330 | <c>UNLOCK</c><c>no</c><c><xref target="RFC4918"/>, Section 9.11</c> |
---|
331 | <c>UPDATE</c><c>no</c><c><xref target="RFC3253"/>, Section 7.1</c> |
---|
332 | <c>UPDATEREDIRECTREF</c><c>no</c><c><xref target="RFC4437"/>, Section 7</c> |
---|
333 | |
---|
334 | <c>VERSION-CONTROL</c><c>no</c><c><xref target="RFC3253"/>, Section 3.5</c> |
---|
335 | |
---|
336 | </texttable> |
---|
337 | </section> |
---|
338 | |
---|
339 | </back> |
---|
340 | |
---|
341 | </rfc> |
---|