Changeset 2726 for draft-ietf-httpbis-method-registrations/03
- Timestamp:
- 14/06/14 11:20:37 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-method-registrations/03/draft-ietf-httpbis-method-registrations.html
r775 r2726 2 2 PUBLIC "-//W3C//DTD HTML 4.01//EN"> 3 3 <html lang="en"> 4 <head profile="http:// www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">4 <head profile="http://dublincore.org/documents/2008/08/04/dc-html/"> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 6 6 <title>Initial Hypertext Transfer Protocol (HTTP) … … 26 26 body { 27 27 color: black; 28 font-family: verdana, helvetica, arial, sans-serif; 29 font-size: 10pt; 28 font-family: cambria, helvetica, arial, sans-serif; 29 font-size: 11pt; 30 margin-right: 2em; 30 31 } 31 32 cite { 32 33 font-style: normal; 33 34 } 34 dd {35 margin-right: 2em;36 }37 35 dl { 38 36 margin-left: 2em; 39 37 } 40 41 38 ul.empty { 42 39 list-style-type: none; … … 52 49 } 53 50 h1 { 54 font-size: 1 4pt;51 font-size: 130%; 55 52 line-height: 21pt; 56 53 page-break-after: avoid; … … 59 56 page-break-before: always; 60 57 } 61 h1 a {62 color: #333333;63 }64 58 h2 { 65 font-size: 12 pt;59 font-size: 120%; 66 60 line-height: 15pt; 67 61 page-break-after: avoid; 68 62 } 69 h3 , h4, h5, h6{70 font-size: 1 0pt;63 h3 { 64 font-size: 110%; 71 65 page-break-after: avoid; 72 66 } 73 h2 a, h3 a, h4 a, h5 a, h6 a { 67 h4, h5, h6 { 68 page-break-after: avoid; 69 } 70 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 74 71 color: black; 75 72 } … … 79 76 li { 80 77 margin-left: 2em; 81 margin-right: 2em;82 78 } 83 79 ol { 84 80 margin-left: 2em; 85 margin-right: 2em; 81 } 82 ol.la { 83 list-style-type: lower-alpha; 84 } 85 ol.ua { 86 list-style-type: upper-alpha; 86 87 } 87 88 ol p { … … 90 91 p { 91 92 margin-left: 2em; 92 margin-right: 2em;93 93 } 94 94 pre { … … 96 96 background-color: lightyellow; 97 97 padding: .25em; 98 page-break-inside: avoid; 98 99 } 99 100 pre.text2 { … … 124 125 table.tt { 125 126 vertical-align: top; 127 border-color: gray; 128 } 129 table.tt th { 130 border-color: gray; 131 } 132 table.tt td { 133 border-color: gray; 134 } 135 table.all { 136 border-style: solid; 137 border-width: 2px; 126 138 } 127 139 table.full { 128 border-style: outset; 129 border-width: 1px; 130 } 131 table.headers { 132 border-style: outset; 133 border-width: 1px; 140 border-style: solid; 141 border-width: 2px; 134 142 } 135 143 table.tt td { 136 144 vertical-align: top; 137 145 } 146 table.all td { 147 border-style: solid; 148 border-width: 1px; 149 } 138 150 table.full td { 139 border-style: inset;151 border-style: none solid; 140 152 border-width: 1px; 141 153 } … … 143 155 vertical-align: top; 144 156 } 157 table.all th { 158 border-style: solid; 159 border-width: 1px; 160 } 145 161 table.full th { 146 border-style: inset;147 border-width: 1px ;162 border-style: solid; 163 border-width: 1px 1px 2px 1px; 148 164 } 149 165 table.headers th { 150 border-style: none none insetnone;151 border-width: 1px;166 border-style: none none solid none; 167 border-width: 2px; 152 168 } 153 169 table.left { … … 164 180 caption-side: bottom; 165 181 font-weight: bold; 166 font-size: 9pt;182 font-size: 10pt; 167 183 margin-top: .5em; 168 184 } … … 171 187 border-spacing: 1px; 172 188 width: 95%; 173 font-size: 1 0pt;189 font-size: 11pt; 174 190 color: white; 175 191 } … … 179 195 td.topnowrap { 180 196 vertical-align: top; 181 white-space: nowrap; 197 white-space: nowrap; 182 198 } 183 199 table.header td { … … 193 209 display:table-header-group; 194 210 } 195 ul.toc {211 ul.toc, ul.toc ul { 196 212 list-style: none; 197 213 margin-left: 1.5em; 198 margin-right: 0em;199 214 padding-left: 0em; 200 215 } 201 li.tocline0{216 ul.toc li { 202 217 line-height: 150%; 203 218 font-weight: bold; 219 margin-left: 0em; 220 } 221 ul.toc li li { 222 line-height: normal; 223 font-weight: normal; 204 224 font-size: 10pt; 205 225 margin-left: 0em; 206 margin-right: 0em; 207 } 208 li.tocline1 { 209 line-height: normal; 210 font-weight: normal; 211 font-size: 9pt; 212 margin-left: 0em; 213 margin-right: 0em; 214 } 215 li.tocline2 { 226 } 227 li.excluded { 216 228 font-size: 0pt; 217 229 } 218 230 ul p { 219 231 margin-left: 0em; 232 } 233 .title, .filename, h1, h2, h3, h4 { 234 font-family: candara, helvetica, arial, sans-serif; 235 } 236 samp, tt, code, pre { 237 font: consolas, monospace; 220 238 } 221 239 … … 234 252 font-weight: bold; 235 253 text-align: center; 236 font-size: 9pt;254 font-size: 10pt; 237 255 } 238 256 .filename { 239 257 color: #333333; 258 font-size: 75%; 240 259 font-weight: bold; 241 font-size: 12pt;242 260 line-height: 21pt; 243 261 text-align: center; … … 246 264 font-weight: bold; 247 265 } 248 .hidden {249 display: none;250 }251 266 .left { 252 267 text-align: left; … … 256 271 } 257 272 .title { 258 color: #990000;259 font-size: 1 8pt;273 color: green; 274 font-size: 150%; 260 275 line-height: 18pt; 261 276 font-weight: bold; … … 263 278 margin-top: 36pt; 264 279 } 265 .vcardline {266 display: block;267 }268 280 .warning { 269 font-size: 1 4pt;281 font-size: 130%; 270 282 background-color: yellow; 271 283 } … … 276 288 display: none; 277 289 } 278 290 279 291 a { 280 292 color: black; … … 291 303 background-color: white; 292 304 vertical-align: top; 293 font-size: 1 2pt;294 } 295 296 ul.toc a: :after {305 font-size: 110%; 306 } 307 308 ul.toc a:nth-child(2)::after { 297 309 content: leader('.') target-counter(attr(href), page); 298 310 } 299 300 a.iref{311 312 ul.ind li li a { 301 313 content: target-counter(attr(href), page); 302 314 } 303 315 304 316 .print2col { 305 317 column-count: 2; … … 311 323 @page { 312 324 @top-left { 313 content: "Internet-Draft"; 314 } 325 content: "Internet-Draft"; 326 } 315 327 @top-right { 316 content: "March 2010"; 317 } 328 content: "March 2010"; 329 } 318 330 @top-center { 319 content: "HTTP Method Registrations"; 320 } 331 content: "HTTP Method Registrations"; 332 } 321 333 @bottom-left { 322 content: "Reschke"; 323 } 334 content: "Reschke"; 335 } 324 336 @bottom-center { 325 content: " Informational";326 } 337 content: "Expires September 9, 2010"; 338 } 327 339 @bottom-right { 328 content: "[Page " counter(page) "]"; 329 } 330 } 331 332 @page:first { 340 content: "[Page " counter(page) "]"; 341 } 342 } 343 344 @page:first { 333 345 @top-left { 334 346 content: normal; … … 350 362 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 351 363 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 352 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1. 510, 2010-02-20 17:14:25, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">364 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.640, 2014/06/13 12:42:58, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 353 365 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 354 366 <meta name="dct.creator" content="Reschke, J. F."> … … 363 375 <tr> 364 376 <td class="left">HTTPbis Working Group</td> 365 <td class="right">J. F.Reschke</td>377 <td class="right">J. Reschke</td> 366 378 </tr> 367 379 <tr> … … 380 392 </table> 381 393 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Method Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-03</span></p> 382 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 394 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 383 395 <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before 384 396 the IANA HTTP Method Registry was established. 385 </p>386 <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1>387 <p>This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and BCP 79.</p>388 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note389 that other groups may also distribute working documents as Internet-Drafts.390 397 </p> 391 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 392 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 393 in progress”. 394 </p> 395 <p>The list of current Internet-Drafts can be accessed at <a href="http://www.ietf.org/ietf/1id-abstracts.txt">http://www.ietf.org/ietf/1id-abstracts.txt</a>. 396 </p> 397 <p>The list of Internet-Draft Shadow Directories can be accessed at <a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>. 398 </p> 399 <p>This Internet-Draft will expire in September 9, 2010.</p> 400 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 401 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 402 <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 403 and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License 404 text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the BSD License. 405 </p> 398 <div id="rfc.status"> 399 <h1><a href="#rfc.status">Status of this Memo</a></h1> 400 <p>This Internet-Draft is submitted to IETF 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), its areas, and its working groups. Note 402 that other groups may also distribute working documents as Internet-Drafts. 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>The list of current Internet-Drafts can be accessed at <a href="http://www.ietf.org/ietf/1id-abstracts.txt">http://www.ietf.org/ietf/1id-abstracts.txt</a>. 409 </p> 410 <p>The list of Internet-Draft Shadow Directories can be accessed at <a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>. 411 </p> 412 <p>This Internet-Draft will expire on September 9, 2010.</p> 413 </div> 414 <div id="rfc.copyrightnotice"> 415 <h1><a href="#rfc.copyrightnotice">Copyright Notice</a></h1> 416 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 417 <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 418 and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License 419 text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the BSD License. 420 </p> 421 </div> 406 422 <hr class="noprint"> 407 423 <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> 408 424 <ul class="toc"> 409 <li class="tocline0">1. <a href="#introduction">Introduction</a></li> 410 <li class="tocline0">2. <a href="#security.considerations">Security Considerations</a></li> 411 <li class="tocline0">3. <a href="#iana.considerations">IANA Considerations</a></li> 412 <li class="tocline0">4. <a href="#rfc.references">Normative References</a></li> 413 <li class="tocline0"><a href="#rfc.authors">Author's Address</a></li> 414 <li class="tocline0">A. <a href="#updated.registry.contents">Initial Registry Contents</a></li> 415 <li class="tocline0">B. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc"> 416 <li class="tocline1">B.1 <a href="#rfc.section.B.1">Since draft-ietf-httpbis-p1-method-registrations-00</a></li> 417 <li class="tocline1">B.2 <a href="#rfc.section.B.2">Since draft-ietf-httpbis-p1-method-registrations-01</a></li> 418 <li class="tocline1">B.3 <a href="#rfc.section.B.3">Since draft-ietf-httpbis-p1-method-registrations-02</a></li> 425 <li><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></li> 426 <li><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></li> 427 <li><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></li> 428 <li><a href="#rfc.section.4">4.</a> <a href="#rfc.references">Normative References</a></li> 429 <li><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></li> 430 <li><a href="#rfc.section.B">B.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 431 <li><a href="#rfc.section.B.1">B.1</a> <a href="#rfc.section.B.1">Since draft-ietf-httpbis-p1-method-registrations-00</a></li> 432 <li><a href="#rfc.section.B.2">B.2</a> <a href="#rfc.section.B.2">Since draft-ietf-httpbis-p1-method-registrations-01</a></li> 433 <li><a href="#rfc.section.B.3">B.3</a> <a href="#rfc.section.B.3">Since draft-ietf-httpbis-p1-method-registrations-02</a></li> 419 434 </ul> 420 435 </li> 436 <li><a href="#rfc.authors">Author's Address</a></li> 421 437 </ul> 422 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> 423 <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 424 the IANA HTTP Method Registry was established. 425 </p> 426 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 427 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 428 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1> 429 <p id="rfc.section.3.p.1"> <a href="#updated.registry.contents" title="Initial Registry Contents">Appendix A</a> provides initial registrations of HTTP method names for the IANA HTTP Method registry at <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>> (see <a href="../../draft-ietf-httpbis/09/p2-semantics.html#method.registry" title="Method Registry">Section 2.1</a> of <a href="#draft-ietf-httpbis-p2-semantics"><cite title="HTTP/1.1, part 2: Message Semantics">[draft-ietf-httpbis-p2-semantics]</cite></a>). 430 </p> 438 <div id="introduction"> 439 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></h1> 440 <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 441 the IANA HTTP Method Registry was established. 442 </p> 443 </div> 444 <div id="security.considerations"> 445 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></h1> 446 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 447 </div> 448 <div id="iana.considerations"> 449 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></h1> 450 <p id="rfc.section.3.p.1"><a href="#updated.registry.contents" title="Initial Registry Contents">Appendix A</a> provides initial registrations of HTTP method names for the IANA HTTP Method registry at <<a href="http://www.iana.org/assignments/http-methods">http://www.iana.org/assignments/http-methods</a>> (see <a href="../../draft-ietf-httpbis/09/p2-semantics.html#method.registry" title="Method Registry">Section 2.1</a> of <a href="#draft-ietf-httpbis-p2-semantics"><cite title="HTTP/1.1, part 2: Message Semantics">[draft-ietf-httpbis-p2-semantics]</cite></a>). 451 </p> 452 </div> 431 453 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 432 454 </h1> 433 <table> 455 <table> 434 456 <tr> 435 457 <td class="reference"><b id="RFC2068">[RFC2068]</b></td> 436 <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 2068, January 1997.458 <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="https://tools.ietf.org/html/rfc2068">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2068, January 1997. 437 459 </td> 438 460 </tr> 439 461 <tr> 440 462 <td class="reference"><b id="RFC3253">[RFC3253]</b></td> 441 <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 3253, March 2002.463 <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="https://tools.ietf.org/html/rfc3253">Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</a>”, RFC 3253, March 2002. 442 464 </td> 443 465 </tr> 444 466 <tr> 445 467 <td class="reference"><b id="RFC3648">[RFC3648]</b></td> 446 <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. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003.468 <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="https://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003. 447 469 </td> 448 470 </tr> 449 471 <tr> 450 472 <td class="reference"><b id="RFC3744">[RFC3744]</b></td> 451 <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. F.</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 3744, May 2004.473 <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="https://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC 3744, May 2004. 452 474 </td> 453 475 </tr> 454 476 <tr> 455 477 <td class="reference"><b id="RFC4437">[RFC4437]</b></td> 456 <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. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006.478 <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="https://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006. 457 479 </td> 458 480 </tr> 459 481 <tr> 460 482 <td class="reference"><b id="RFC4791">[RFC4791]</b></td> 461 <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. M. Dusseault</a>, “<a href="http://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007.483 <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="https://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007. 462 484 </td> 463 485 </tr> 464 486 <tr> 465 487 <td class="reference"><b id="RFC4918">[RFC4918]</b></td> 466 <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 4918, June 2007.488 <td class="top"><a href="mailto:ldusseault@commerce.net" title="CommerceNet">Dusseault, L., Ed.</a>, “<a href="https://tools.ietf.org/html/rfc4918">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 4918, June 2007. 467 489 </td> 468 490 </tr> 469 491 <tr> 470 492 <td class="reference"><b id="RFC5323">[RFC5323]</b></td> 471 <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J. F., 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 5323, November 2008.493 <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="https://tools.ietf.org/html/rfc5323">Web Distributed Authoring and Versioning (WebDAV) SEARCH</a>”, RFC 5323, November 2008. 472 494 </td> 473 495 </tr> 474 496 <tr> 475 497 <td class="reference"><b id="draft-dusseault-http-patch">[draft-dusseault-http-patch]</b></td> 476 <td class="top"><a href="mailto:lisa.dusseault@gmail.com" title="Linden Lab">Dusseault, L. M.</a> and <a href="mailto:jasnell@gmail.com">J.M. Snell</a>, “<a href="http://tools.ietf.org/html/draft-dusseault-http-patch-16">PATCH Method for HTTP</a>”, Internet-Draft draft-dusseault-http-patch-16 (work in progress), November 2009.<br>In RFC Editor Queue, see <<a href="http://www.rfc-editor.org/queue2.html#draft-dusseault-http-patch">http://www.rfc-editor.org/queue2.html#draft-dusseault-http-patch</a>>.498 <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="https://tools.ietf.org/html/draft-dusseault-http-patch-16">PATCH Method for HTTP</a>”, Internet-Draft draft-dusseault-http-patch-16 (work in progress), November 2009.<br>In RFC Editor Queue, see <<a href="http://www.rfc-editor.org/queue2.html#draft-dusseault-http-patch">http://www.rfc-editor.org/queue2.html#draft-dusseault-http-patch</a>>. 477 499 </td> 478 500 </tr> 479 501 <tr> 480 502 <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td> 481 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. F. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-09">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-09 (work in progress), March 2010.503 <td class="top"><a href="mailto:fielding@gbiv.com" title="Day Software">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-09">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-09 (work in progress), March 2010. 482 504 </td> 483 505 </tr> 484 506 <tr> 485 507 <td class="reference"><b id="draft-ietf-webdav-bind">[draft-ietf-webdav-bind]</b></td> 486 <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. F., 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/draft-ietf-webdav-bind-27">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, Internet-Draft draft-ietf-webdav-bind-27 (work in progress), December 2009.<br>In RFC Editor Queue, see <<a href="http://www.rfc-editor.org/queue2.html#draft-ietf-webdav-bind">http://www.rfc-editor.org/queue2.html#draft-ietf-webdav-bind</a>>.508 <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="https://tools.ietf.org/html/draft-ietf-webdav-bind-27">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, Internet-Draft draft-ietf-webdav-bind-27 (work in progress), December 2009.<br>In RFC Editor Queue, see <<a href="http://www.rfc-editor.org/queue2.html#draft-ietf-webdav-bind">http://www.rfc-editor.org/queue2.html#draft-ietf-webdav-bind</a>>. 487 509 </td> 488 510 </tr> 489 511 </table> 512 <div id="updated.registry.contents"> 513 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></h1> 514 <div id="rfc.table.u.1"> 515 <table class="tt full left" cellpadding="3" cellspacing="0"> 516 <thead> 517 <tr> 518 <th>Method Name</th> 519 <th>Safe</th> 520 <th>Reference</th> 521 </tr> 522 </thead> 523 <tbody> 524 <tr> 525 <td class="left">ACL</td> 526 <td class="left">no</td> 527 <td class="left"><a href="#RFC3744"><cite title="Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol">[RFC3744]</cite></a>, <a href="https://tools.ietf.org/html/rfc3744#section-8.1">Section 8.1</a></td> 528 </tr> 529 <tr> 530 <td class="left">BASELINE-CONTROL</td> 531 <td class="left">no</td> 532 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-12.6">Section 12.6</a></td> 533 </tr> 534 <tr> 535 <td class="left">BIND</td> 536 <td class="left">no</td> 537 <td class="left"><a href="#draft-ietf-webdav-bind"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[draft-ietf-webdav-bind]</cite></a>, <a href="https://tools.ietf.org/html/draft-ietf-webdav-bind-27#section-4">Section 4</a></td> 538 </tr> 539 <tr> 540 <td class="left">CHECKIN</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="https://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="https://tools.ietf.org/html/rfc3253#section-9.4">Section 9.4</a></td> 543 </tr> 544 <tr> 545 <td class="left">CHECKOUT</td> 546 <td class="left">no</td> 547 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://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="https://tools.ietf.org/html/rfc3253#section-8.8">Section 8.8</a></td> 548 </tr> 549 <tr> 550 <td class="left">COPY</td> 551 <td class="left">no</td> 552 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.8">Section 9.8</a></td> 553 </tr> 554 <tr> 555 <td class="left">LABEL</td> 556 <td class="left">no</td> 557 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-8.2">Section 8.2</a></td> 558 </tr> 559 <tr> 560 <td class="left">LINK</td> 561 <td class="left">no</td> 562 <td class="left"><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="https://tools.ietf.org/html/rfc2068#section-19.6.1.2">Section 19.6.1.2</a></td> 563 </tr> 564 <tr> 565 <td class="left">LOCK</td> 566 <td class="left">no</td> 567 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.10">Section 9.10</a></td> 568 </tr> 569 <tr> 570 <td class="left">MERGE</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="https://tools.ietf.org/html/rfc3253#section-11.2">Section 11.2</a></td> 573 </tr> 574 <tr> 575 <td class="left">MKAKTIVITY</td> 576 <td class="left">no</td> 577 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-13.5">Section 13.5</a></td> 578 </tr> 579 <tr> 580 <td class="left">MKCALENDAR</td> 581 <td class="left">no</td> 582 <td class="left"><a href="#RFC4791"><cite title="Calendaring Extensions to WebDAV (CalDAV)">[RFC4791]</cite></a>, <a href="https://tools.ietf.org/html/rfc4791#section-5.3.1">Section 5.3.1</a></td> 583 </tr> 584 <tr> 585 <td class="left">MKCOL</td> 586 <td class="left">no</td> 587 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.3">Section 9.3</a></td> 588 </tr> 589 <tr> 590 <td class="left">MKREDIRECTREF</td> 591 <td class="left">no</td> 592 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="https://tools.ietf.org/html/rfc4437#section-6">Section 6</a></td> 593 </tr> 594 <tr> 595 <td class="left">MKWORKSPACE</td> 596 <td class="left">no</td> 597 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-6.3">Section 6.3</a></td> 598 </tr> 599 <tr> 600 <td class="left">MOVE</td> 601 <td class="left">no</td> 602 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.9">Section 9.9</a></td> 603 </tr> 604 <tr> 605 <td class="left">ORDERPATCH</td> 606 <td class="left">no</td> 607 <td class="left"><a href="#RFC3648"><cite title="Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol">[RFC3648]</cite></a>, <a href="https://tools.ietf.org/html/rfc3648#section-7">Section 7</a></td> 608 </tr> 609 <tr> 610 <td class="left">PATCH</td> 611 <td class="left">no</td> 612 <td class="left"><a href="#draft-dusseault-http-patch"><cite title="PATCH Method for HTTP">[draft-dusseault-http-patch]</cite></a>, <a href="https://tools.ietf.org/html/draft-dusseault-http-patch-16#section-2">Section 2</a></td> 613 </tr> 614 <tr> 615 <td class="left">PROPFIND</td> 616 <td class="left">yes</td> 617 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.1">Section 9.1</a></td> 618 </tr> 619 <tr> 620 <td class="left">PROPPATCH</td> 621 <td class="left">no</td> 622 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="https://tools.ietf.org/html/rfc4918#section-9.2">Section 9.2</a></td> 623 </tr> 624 <tr> 625 <td class="left">REBIND</td> 626 <td class="left">no</td> 627 <td class="left"><a href="#draft-ietf-webdav-bind"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[draft-ietf-webdav-bind]</cite></a>, <a href="https://tools.ietf.org/html/draft-ietf-webdav-bind-27#section-6">Section 6</a></td> 628 </tr> 629 <tr> 630 <td class="left">REPORT</td> 631 <td class="left">yes</td> 632 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-3.6">Section 3.6</a></td> 633 </tr> 634 <tr> 635 <td class="left">SEARCH</td> 636 <td class="left">yes</td> 637 <td class="left"><a href="#RFC5323"><cite title="Web Distributed Authoring and Versioning (WebDAV) SEARCH">[RFC5323]</cite></a>, <a href="https://tools.ietf.org/html/rfc5323#section-2">Section 2</a></td> 638 </tr> 639 <tr> 640 <td class="left">UNBIND</td> 641 <td class="left">no</td> 642 <td class="left"><a href="#draft-ietf-webdav-bind"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[draft-ietf-webdav-bind]</cite></a>, <a href="https://tools.ietf.org/html/draft-ietf-webdav-bind-27#section-5">Section 5</a></td> 643 </tr> 644 <tr> 645 <td class="left">UNCHECKOUT</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="https://tools.ietf.org/html/rfc3253#section-4.5">Section 4.5</a></td> 648 </tr> 649 <tr> 650 <td class="left">UNLINK</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="https://tools.ietf.org/html/rfc2068#section-19.6.1.3">Section 19.6.1.3</a></td> 653 </tr> 654 <tr> 655 <td class="left">UNLOCK</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="https://tools.ietf.org/html/rfc4918#section-9.11">Section 9.11</a></td> 658 </tr> 659 <tr> 660 <td class="left">UPDATE</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="https://tools.ietf.org/html/rfc3253#section-7.1">Section 7.1</a></td> 663 </tr> 664 <tr> 665 <td class="left">UPDATEREDIRECTREF</td> 666 <td class="left">no</td> 667 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="https://tools.ietf.org/html/rfc4437#section-7">Section 7</a></td> 668 </tr> 669 <tr> 670 <td class="left">VERSION-CONTROL</td> 671 <td class="left">no</td> 672 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="https://tools.ietf.org/html/rfc3253#section-3.5">Section 3.5</a></td> 673 </tr> 674 </tbody> 675 </table> 676 </div> 677 </div> 678 <div id="change.log"> 679 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1> 680 <div> 681 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-p1-method-registrations-00 682 </h2> 683 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> 684 </div> 685 <div> 686 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-p1-method-registrations-01 687 </h2> 688 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> 689 </div> 690 <div> 691 <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> Since draft-ietf-httpbis-p1-method-registrations-02 692 </h2> 693 <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 694 are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause. 695 </p> 696 </div> 697 </div> 490 698 <div class="avoidbreak"> 491 699 <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> 492 < 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> <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>700 <p><b>Julian F. Reschke</b><br>greenbytes GmbH<br>Hafenweg 16<br>Muenster, NW 48155<br>Germany<br>EMail: <a href="mailto:julian.reschke@greenbytes.de">julian.reschke@greenbytes.de</a><br>URI: <a href="http://greenbytes.de/tech/webdav/">http://greenbytes.de/tech/webdav/</a></p> 493 701 </div> 494 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a id="updated.registry.contents" href="#updated.registry.contents">Initial Registry Contents</a></h1>495 <div id="rfc.table.u.1">496 <table class="tt full left" cellpadding="3" cellspacing="0">497 <thead>498 <tr>499 <th>Method Name</th>500 <th>Safe</th>501 <th>Reference</th>502 </tr>503 </thead>504 <tbody>505 <tr>506 <td class="left">ACL</td>507 <td class="left">no</td>508 <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>509 </tr>510 <tr>511 <td class="left">BASELINE-CONTROL</td>512 <td class="left">no</td>513 <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>514 </tr>515 <tr>516 <td class="left">BIND</td>517 <td class="left">no</td>518 <td class="left"><a href="#draft-ietf-webdav-bind"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[draft-ietf-webdav-bind]</cite></a>, <a href="http://tools.ietf.org/html/draft-ietf-webdav-bind-27#section-4">Section 4</a></td>519 </tr>520 <tr>521 <td class="left">CHECKIN</td>522 <td class="left">no</td>523 <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>524 </tr>525 <tr>526 <td class="left">CHECKOUT</td>527 <td class="left">no</td>528 <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>529 </tr>530 <tr>531 <td class="left">COPY</td>532 <td class="left">no</td>533 <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>534 </tr>535 <tr>536 <td class="left">LABEL</td>537 <td class="left">no</td>538 <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>539 </tr>540 <tr>541 <td class="left">LINK</td>542 <td class="left">no</td>543 <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>544 </tr>545 <tr>546 <td class="left">LOCK</td>547 <td class="left">no</td>548 <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>549 </tr>550 <tr>551 <td class="left">MERGE</td>552 <td class="left">no</td>553 <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>554 </tr>555 <tr>556 <td class="left">MKAKTIVITY</td>557 <td class="left">no</td>558 <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>559 </tr>560 <tr>561 <td class="left">MKCALENDAR</td>562 <td class="left">no</td>563 <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>564 </tr>565 <tr>566 <td class="left">MKCOL</td>567 <td class="left">no</td>568 <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>569 </tr>570 <tr>571 <td class="left">MKREDIRECTREF</td>572 <td class="left">no</td>573 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-6">Section 6</a></td>574 </tr>575 <tr>576 <td class="left">MKWORKSPACE</td>577 <td class="left">no</td>578 <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>579 </tr>580 <tr>581 <td class="left">MOVE</td>582 <td class="left">no</td>583 <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>584 </tr>585 <tr>586 <td class="left">ORDERPATCH</td>587 <td class="left">no</td>588 <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>589 </tr>590 <tr>591 <td class="left">PATCH</td>592 <td class="left">no</td>593 <td class="left"><a href="#draft-dusseault-http-patch"><cite title="PATCH Method for HTTP">[draft-dusseault-http-patch]</cite></a>, <a href="http://tools.ietf.org/html/draft-dusseault-http-patch-16#section-2">Section 2</a></td>594 </tr>595 <tr>596 <td class="left">PROPFIND</td>597 <td class="left">yes</td>598 <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>599 </tr>600 <tr>601 <td class="left">PROPPATCH</td>602 <td class="left">no</td>603 <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>604 </tr>605 <tr>606 <td class="left">REBIND</td>607 <td class="left">no</td>608 <td class="left"><a href="#draft-ietf-webdav-bind"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[draft-ietf-webdav-bind]</cite></a>, <a href="http://tools.ietf.org/html/draft-ietf-webdav-bind-27#section-6">Section 6</a></td>609 </tr>610 <tr>611 <td class="left">REPORT</td>612 <td class="left">yes</td>613 <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>614 </tr>615 <tr>616 <td class="left">SEARCH</td>617 <td class="left">yes</td>618 <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>619 </tr>620 <tr>621 <td class="left">UNBIND</td>622 <td class="left">no</td>623 <td class="left"><a href="#draft-ietf-webdav-bind"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[draft-ietf-webdav-bind]</cite></a>, <a href="http://tools.ietf.org/html/draft-ietf-webdav-bind-27#section-5">Section 5</a></td>624 </tr>625 <tr>626 <td class="left">UNCHECKOUT</td>627 <td class="left">no</td>628 <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>629 </tr>630 <tr>631 <td class="left">UNLINK</td>632 <td class="left">no</td>633 <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>634 </tr>635 <tr>636 <td class="left">UNLOCK</td>637 <td class="left">no</td>638 <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>639 </tr>640 <tr>641 <td class="left">UPDATE</td>642 <td class="left">no</td>643 <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>644 </tr>645 <tr>646 <td class="left">UPDATEREDIRECTREF</td>647 <td class="left">no</td>648 <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-7">Section 7</a></td>649 </tr>650 <tr>651 <td class="left">VERSION-CONTROL</td>652 <td class="left">no</td>653 <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>654 </tr>655 </tbody>656 </table>657 </div>658 <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a> <a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>659 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-p1-method-registrations-00660 </h2>661 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p>662 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-p1-method-registrations-01663 </h2>664 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>665 <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> Since draft-ietf-httpbis-p1-method-registrations-02666 </h2>667 <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 REBIND668 are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause.669 </p>670 702 </body> 671 703 </html>
Note: See TracChangeset
for help on using the changeset viewer.