Changeset 2726 for draft-ietf-httpbis-method-registrations
- Timestamp:
- 14/06/14 11:20:37 (8 years ago)
- Location:
- draft-ietf-httpbis-method-registrations
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis-method-registrations/00/draft-ietf-httpbis-method-registrations.html
r1099 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 { … … 199 215 list-style: none; 200 216 margin-left: 1.5em; 201 margin-right: 0em;202 217 padding-left: 0em; 203 218 } … … 205 220 line-height: 150%; 206 221 font-weight: bold; 207 font-size: 10pt;208 222 margin-left: 0em; 209 margin-right: 0em;210 223 } 211 224 ul.toc li li { 212 225 line-height: normal; 213 226 font-weight: normal; 214 font-size: 9pt;227 font-size: 10pt; 215 228 margin-left: 0em; 216 margin-right: 0em;217 229 } 218 230 li.excluded { … … 221 233 ul p { 222 234 margin-left: 0em; 235 } 236 .title, .filename, h1, h2, h3, h4 { 237 font-family: candara, helvetica, arial, sans-serif; 238 } 239 samp, tt, code, pre { 240 font: consolas, monospace; 223 241 } 224 242 … … 237 255 font-weight: bold; 238 256 text-align: center; 239 font-size: 9pt;257 font-size: 10pt; 240 258 } 241 259 .filename { 242 260 color: #333333; 261 font-size: 75%; 243 262 font-weight: bold; 244 font-size: 12pt;245 263 line-height: 21pt; 246 264 text-align: center; … … 249 267 font-weight: bold; 250 268 } 251 .hidden {252 display: none;253 }254 269 .left { 255 270 text-align: left; … … 259 274 } 260 275 .title { 261 color: #990000;262 font-size: 1 8pt;276 color: green; 277 font-size: 150%; 263 278 line-height: 18pt; 264 279 font-weight: bold; … … 266 281 margin-top: 36pt; 267 282 } 268 .vcardline {269 display: block;270 }271 283 .warning { 272 font-size: 1 4pt;284 font-size: 130%; 273 285 background-color: yellow; 274 286 } … … 279 291 display: none; 280 292 } 281 293 282 294 a { 283 295 color: black; … … 294 306 background-color: white; 295 307 vertical-align: top; 296 font-size: 1 2pt;297 } 298 299 ul.toc a: :after {308 font-size: 110%; 309 } 310 311 ul.toc a:nth-child(2)::after { 300 312 content: leader('.') target-counter(attr(href), page); 301 313 } 302 314 303 315 ul.ind li li a { 304 316 content: target-counter(attr(href), page); 305 317 } 306 318 307 319 .print2col { 308 320 column-count: 2; … … 314 326 @page { 315 327 @top-left { 316 content: "Internet-Draft"; 317 } 328 content: "Internet-Draft"; 329 } 318 330 @top-right { 319 content: "August 2008"; 320 } 331 content: "August 2008"; 332 } 321 333 @top-center { 322 content: "HTTP Method Registrations"; 323 } 334 content: "HTTP Method Registrations"; 335 } 324 336 @bottom-left { 325 content: "Reschke"; 326 } 337 content: "Reschke"; 338 } 327 339 @bottom-center { 328 content: " Informational";329 } 340 content: "Expires March 2, 2009"; 341 } 330 342 @bottom-right { 331 content: "[Page " counter(page) "]"; 332 } 333 } 334 335 @page:first { 343 content: "[Page " counter(page) "]"; 344 } 345 } 346 347 @page:first { 336 348 @top-left { 337 349 content: normal; … … 352 364 <link rel="Chapter" href="#rfc.section.4" title="4 Normative References"> 353 365 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 354 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1. 537, 2010-12-30 14:21:59, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">366 <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/"> 355 367 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 356 368 <meta name="dct.creator" content="Reschke, J. F."> … … 372 384 </tr> 373 385 <tr> 374 <td class="left">Updates: <a href="http ://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-04">draft-ietf-httpbis-p2-semantics-04</a> (if approved)386 <td class="left">Updates: <a href="https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-04">draft-ietf-httpbis-p2-semantics-04</a> (if approved) 375 387 </td> 376 388 <td class="right">August 29, 2008</td> … … 387 399 </table> 388 400 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Method Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-00</span></p> 389 <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1> 390 <p>By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she 391 is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 392 6 of BCP 79. 393 </p> 394 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note 395 that other groups may also distribute working documents as Internet-Drafts. 396 </p> 397 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 398 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 399 in progress”. 400 </p> 401 <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>. 402 </p> 403 <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>. 404 </p> 405 <p>This Internet-Draft will expire on March 2, 2009.</p> 406 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 401 <div id="rfc.status"> 402 <h1><a href="#rfc.status">Status of this Memo</a></h1> 403 <p>By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she 404 is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 405 6 of BCP 79. 406 </p> 407 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note 408 that other groups may also distribute working documents as Internet-Drafts. 409 </p> 410 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 411 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 412 in progress”. 413 </p> 414 <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>. 415 </p> 416 <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>. 417 </p> 418 <p>This Internet-Draft will expire on March 2, 2009.</p> 419 </div> 420 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 407 421 <p>This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined 408 422 in standards-track RFCs before the IANA HTTP Method Registry was established. 409 </p> 423 </p> 410 424 <hr class="noprint"> 411 425 <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> 412 426 <ul class="toc"> 413 <li>1. <a href="#introduction">Introduction</a></li> 414 <li>2. <a href="#security.considerations">Security Considerations</a></li> 415 <li>3. <a href="#iana.considerations">IANA Considerations</a></li> 416 <li>4. <a href="#rfc.references">Normative References</a></li> 427 <li><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></li> 428 <li><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></li> 429 <li><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></li> 430 <li><a href="#rfc.section.4">4.</a> <a href="#rfc.references">Normative References</a></li> 431 <li><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></li> 417 432 <li><a href="#rfc.authors">Author's Address</a></li> 418 <li>A. <a href="#updated.registry.contents">Initial Registry Contents</a></li>419 433 <li><a href="#rfc.ipr">Intellectual Property and Copyright Statements</a></li> 420 434 </ul> 421 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> 422 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined 423 in standards-track RFCs before the IANA HTTP Method Registry was established. 424 </p> 425 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 426 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 427 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1> 428 <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/04/p2-semantics.html#method.registry" title="Method Registry">Section 3.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>). 429 </p> 435 <div id="introduction"> 436 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></h1> 437 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined 438 in standards-track RFCs before the IANA HTTP Method Registry was established. 439 </p> 440 </div> 441 <div id="security.considerations"> 442 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></h1> 443 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 444 </div> 445 <div id="iana.considerations"> 446 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></h1> 447 <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/04/p2-semantics.html#method.registry" title="Method Registry">Section 3.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>). 448 </p> 449 </div> 430 450 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 431 451 </h1> 432 <table> 452 <table> 433 453 <tr> 434 454 <td class="reference"><b id="RFC2068">[RFC2068]</b></td> 435 <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.455 <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. 436 456 </td> 437 457 </tr> 438 458 <tr> 439 459 <td class="reference"><b id="RFC3253">[RFC3253]</b></td> 440 <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.460 <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. 441 461 </td> 442 462 </tr> 443 463 <tr> 444 464 <td class="reference"><b id="RFC3648">[RFC3648]</b></td> 445 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003.465 <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. 446 466 </td> 447 467 </tr> 448 468 <tr> 449 469 <td class="reference"><b id="RFC3744">[RFC3744]</b></td> 450 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, <a href="mailto:eric.sedlar@oracle.com" title="Oracle Corporation">Sedlar, E.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="U.C. Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http ://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC 3744, May 2004.470 <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. 451 471 </td> 452 472 </tr> 453 473 <tr> 454 474 <td class="reference"><b id="RFC4437">[RFC4437]</b></td> 455 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a>, <a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006.475 <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. 456 476 </td> 457 477 </tr> 458 478 <tr> 459 479 <td class="reference"><b id="RFC4791">[RFC4791]</b></td> 460 <td class="top"><a href="mailto:cyrus@daboo.name" title="Apple Inc.">Daboo, C.</a>, <a href="mailto:bernard.desruisseaux@oracle.com" title="Oracle Corporation">Desruisseaux, B.</a>, and <a href="mailto:ldusseault@commerce.net" title="CommerceNet">L. Dusseault</a>, “<a href="http ://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007.480 <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. 461 481 </td> 462 482 </tr> 463 483 <tr> 464 484 <td class="reference"><b id="RFC4918">[RFC4918]</b></td> 465 <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.485 <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. 466 486 </td> 467 487 </tr> 468 488 <tr> 469 489 <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td> 470 <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="http ://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-04">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-04 (work in progress), August 2008.490 <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-04">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-04 (work in progress), August 2008. 471 491 </td> 472 492 </tr> 473 493 </table> 494 <div id="updated.registry.contents"> 495 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></h1> 496 <div id="rfc.table.u.1"> 497 <table class="tt full center" cellpadding="3" cellspacing="0"> 498 <thead> 499 <tr> 500 <th>Method Name</th> 501 <th>Safe</th> 502 <th>Reference</th> 503 </tr> 504 </thead> 505 <tbody> 506 <tr> 507 <td class="left">ACL</td> 508 <td class="left">no</td> 509 <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> 510 </tr> 511 <tr> 512 <td class="left">BASELINE-CONTROL</td> 513 <td class="left">no</td> 514 <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> 515 </tr> 516 <tr> 517 <td class="left">CHECKIN</td> 518 <td class="left">no</td> 519 <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> 520 </tr> 521 <tr> 522 <td class="left">CHECKOUT</td> 523 <td class="left">no</td> 524 <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> 525 </tr> 526 <tr> 527 <td class="left">COPY</td> 528 <td class="left">no</td> 529 <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> 530 </tr> 531 <tr> 532 <td class="left">LABEL</td> 533 <td class="left">no</td> 534 <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> 535 </tr> 536 <tr> 537 <td class="left">LINK</td> 538 <td class="left">no</td> 539 <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> 540 </tr> 541 <tr> 542 <td class="left">LOCK</td> 543 <td class="left">no</td> 544 <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> 545 </tr> 546 <tr> 547 <td class="left">MERGE</td> 548 <td class="left">no</td> 549 <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> 550 </tr> 551 <tr> 552 <td class="left">MKAKTIVITY</td> 553 <td class="left">no</td> 554 <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> 555 </tr> 556 <tr> 557 <td class="left">MKCALENDAR</td> 558 <td class="left">no</td> 559 <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> 560 </tr> 561 <tr> 562 <td class="left">MKCOL</td> 563 <td class="left">no</td> 564 <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> 565 </tr> 566 <tr> 567 <td class="left">MKREDIRECTREF</td> 568 <td class="left">no</td> 569 <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> 570 </tr> 571 <tr> 572 <td class="left">MKWORKSPACE</td> 573 <td class="left">no</td> 574 <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> 575 </tr> 576 <tr> 577 <td class="left">MOVE</td> 578 <td class="left">no</td> 579 <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> 580 </tr> 581 <tr> 582 <td class="left">ORDERPATCH</td> 583 <td class="left">no</td> 584 <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> 585 </tr> 586 <tr> 587 <td class="left">PATCH</td> 588 <td class="left">no</td> 589 <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.1">Section 19.6.1.1</a></td> 590 </tr> 591 <tr> 592 <td class="left">PROPFIND</td> 593 <td class="left">yes</td> 594 <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> 595 </tr> 596 <tr> 597 <td class="left">PROPPATCH</td> 598 <td class="left">no</td> 599 <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> 600 </tr> 601 <tr> 602 <td class="left">REPORT</td> 603 <td class="left">yes</td> 604 <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> 605 </tr> 606 <tr> 607 <td class="left">UNCHECKOUT</td> 608 <td class="left">no</td> 609 <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> 610 </tr> 611 <tr> 612 <td class="left">UNLINK</td> 613 <td class="left">no</td> 614 <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> 615 </tr> 616 <tr> 617 <td class="left">UNLOCK</td> 618 <td class="left">no</td> 619 <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> 620 </tr> 621 <tr> 622 <td class="left">UPDATE</td> 623 <td class="left">no</td> 624 <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> 625 </tr> 626 <tr> 627 <td class="left">UPDATEREDIRECTREF</td> 628 <td class="left">no</td> 629 <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> 630 </tr> 631 <tr> 632 <td class="left">VERSION-CONTROL</td> 633 <td class="left">no</td> 634 <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> 635 </tr> 636 </tbody> 637 </table> 638 </div> 639 </div> 474 640 <div class="avoidbreak"> 475 641 <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> 476 <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> 477 </div> 478 <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> 479 <div id="rfc.table.u.1"> 480 <table class="tt full center" cellpadding="3" cellspacing="0"> 481 <thead> 482 <tr> 483 <th>Method Name</th> 484 <th>Safe</th> 485 <th>Reference</th> 486 </tr> 487 </thead> 488 <tbody> 489 <tr> 490 <td class="left">ACL</td> 491 <td class="left">no</td> 492 <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> 493 </tr> 494 <tr> 495 <td class="left">BASELINE-CONTROL</td> 496 <td class="left">no</td> 497 <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> 498 </tr> 499 <tr> 500 <td class="left">CHECKIN</td> 501 <td class="left">no</td> 502 <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> 503 </tr> 504 <tr> 505 <td class="left">CHECKOUT</td> 506 <td class="left">no</td> 507 <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> 508 </tr> 509 <tr> 510 <td class="left">COPY</td> 511 <td class="left">no</td> 512 <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> 513 </tr> 514 <tr> 515 <td class="left">LABEL</td> 516 <td class="left">no</td> 517 <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> 518 </tr> 519 <tr> 520 <td class="left">LINK</td> 521 <td class="left">no</td> 522 <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> 523 </tr> 524 <tr> 525 <td class="left">LOCK</td> 526 <td class="left">no</td> 527 <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> 528 </tr> 529 <tr> 530 <td class="left">MERGE</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="http://tools.ietf.org/html/rfc3253#section-11.2">Section 11.2</a></td> 533 </tr> 534 <tr> 535 <td class="left">MKAKTIVITY</td> 536 <td class="left">no</td> 537 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-13.5">Section 13.5</a></td> 538 </tr> 539 <tr> 540 <td class="left">MKCALENDAR</td> 541 <td class="left">no</td> 542 <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> 543 </tr> 544 <tr> 545 <td class="left">MKCOL</td> 546 <td class="left">no</td> 547 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.3">Section 9.3</a></td> 548 </tr> 549 <tr> 550 <td class="left">MKREDIRECTREF</td> 551 <td class="left">no</td> 552 <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> 553 </tr> 554 <tr> 555 <td class="left">MKWORKSPACE</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="http://tools.ietf.org/html/rfc3253#section-6.3">Section 6.3</a></td> 558 </tr> 559 <tr> 560 <td class="left">MOVE</td> 561 <td class="left">no</td> 562 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.9">Section 9.9</a></td> 563 </tr> 564 <tr> 565 <td class="left">ORDERPATCH</td> 566 <td class="left">no</td> 567 <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> 568 </tr> 569 <tr> 570 <td class="left">PATCH</td> 571 <td class="left">no</td> 572 <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.1">Section 19.6.1.1</a></td> 573 </tr> 574 <tr> 575 <td class="left">PROPFIND</td> 576 <td class="left">yes</td> 577 <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> 578 </tr> 579 <tr> 580 <td class="left">PROPPATCH</td> 581 <td class="left">no</td> 582 <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.2">Section 9.2</a></td> 583 </tr> 584 <tr> 585 <td class="left">REPORT</td> 586 <td class="left">yes</td> 587 <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> 588 </tr> 589 <tr> 590 <td class="left">UNCHECKOUT</td> 591 <td class="left">no</td> 592 <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.5">Section 4.5</a></td> 593 </tr> 594 <tr> 595 <td class="left">UNLINK</td> 596 <td class="left">no</td> 597 <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> 598 </tr> 599 <tr> 600 <td class="left">UNLOCK</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="http://tools.ietf.org/html/rfc4918#section-9.11">Section 9.11</a></td> 603 </tr> 604 <tr> 605 <td class="left">UPDATE</td> 606 <td class="left">no</td> 607 <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> 608 </tr> 609 <tr> 610 <td class="left">UPDATEREDIRECTREF</td> 611 <td class="left">no</td> 612 <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> 613 </tr> 614 <tr> 615 <td class="left">VERSION-CONTROL</td> 616 <td class="left">no</td> 617 <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> 618 </tr> 619 </tbody> 620 </table> 621 </div> 622 <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1> 623 <p>Copyright © The IETF Trust (2008).</p> 624 <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the 625 authors retain all their rights. 626 </p> 627 <p>This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION 628 HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE 629 DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN 630 WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 631 </p> 632 <h1><a id="rfc.ipr" href="#rfc.ipr">Intellectual Property</a></h1> 633 <p>The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might 634 be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any 635 license under such rights might or might not be available; nor does it represent that it has made any independent effort to 636 identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and 637 BCP 79. 638 </p> 639 <p>Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result 640 of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users 641 of this specification can be obtained from the IETF on-line IPR repository at <a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>. 642 </p> 643 <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary 644 rights that may cover technology that may be required to implement this standard. Please address the information to the IETF 645 at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>. 646 </p> 642 <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> 643 </div> 644 <div id="rfc.copyright"> 645 <h1><a href="#rfc.copyright">Full Copyright Statement</a></h1> 646 <p>Copyright © The IETF Trust (2008).</p> 647 <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the 648 authors retain all their rights. 649 </p> 650 <p>This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION 651 HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE 652 DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN 653 WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 654 </p> 655 </div> 656 <div id="rfc.ipr"> 657 <h1><a href="#rfc.ipr">Intellectual Property</a></h1> 658 <p>The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might 659 be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any 660 license under such rights might or might not be available; nor does it represent that it has made any independent effort to 661 identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and 662 BCP 79. 663 </p> 664 <p>Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result 665 of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users 666 of this specification can be obtained from the IETF on-line IPR repository at <a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>. 667 </p> 668 <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary 669 rights that may cover technology that may be required to implement this standard. Please address the information to the IETF 670 at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>. 671 </p> 672 </div> 647 673 </body> 648 674 </html> -
draft-ietf-httpbis-method-registrations/01/draft-ietf-httpbis-method-registrations.html
r415 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">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 dl.empty dd { 38 ul.empty { 39 list-style-type: none; 40 } 41 ul.empty li { 42 42 margin-top: .5em; 43 43 } … … 49 49 } 50 50 h1 { 51 font-size: 1 4pt;51 font-size: 130%; 52 52 line-height: 21pt; 53 53 page-break-after: avoid; … … 56 56 page-break-before: always; 57 57 } 58 h1 a {59 color: #333333;60 }61 58 h2 { 62 font-size: 12 pt;59 font-size: 120%; 63 60 line-height: 15pt; 64 61 page-break-after: avoid; 65 62 } 66 h2 a {67 color: black;68 }69 63 h3 { 70 font-size: 1 0pt;64 font-size: 110%; 71 65 page-break-after: avoid; 72 66 } 73 h3 a { 74 color: black; 75 } 76 h4 { 77 font-size: 10pt; 67 h4, h5, h6 { 78 68 page-break-after: avoid; 79 69 } 80 h4 a { 81 color: black; 82 } 83 h5 { 84 font-size: 10pt; 85 page-break-after: avoid; 86 } 87 h5 a { 70 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 88 71 color: black; 89 72 } … … 93 76 li { 94 77 margin-left: 2em; 95 margin-right: 2em;96 78 } 97 79 ol { 98 80 margin-left: 2em; 99 margin-right: 2em; 81 } 82 ol.la { 83 list-style-type: lower-alpha; 84 } 85 ol.ua { 86 list-style-type: upper-alpha; 100 87 } 101 88 ol p { … … 104 91 p { 105 92 margin-left: 2em; 106 margin-right: 2em;107 93 } 108 94 pre { … … 110 96 background-color: lightyellow; 111 97 padding: .25em; 98 page-break-inside: avoid; 112 99 } 113 100 pre.text2 { … … 138 125 table.tt { 139 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; 140 138 } 141 139 table.full { 142 border-style: outset; 143 border-width: 1px; 144 } 145 table.headers { 146 border-style: outset; 147 border-width: 1px; 140 border-style: solid; 141 border-width: 2px; 148 142 } 149 143 table.tt td { 150 144 vertical-align: top; 151 145 } 146 table.all td { 147 border-style: solid; 148 border-width: 1px; 149 } 152 150 table.full td { 153 border-style: inset;151 border-style: none solid; 154 152 border-width: 1px; 155 153 } … … 157 155 vertical-align: top; 158 156 } 157 table.all th { 158 border-style: solid; 159 border-width: 1px; 160 } 159 161 table.full th { 160 border-style: inset;161 border-width: 1px ;162 border-style: solid; 163 border-width: 1px 1px 2px 1px; 162 164 } 163 165 table.headers th { 164 border-style: none none inset none; 165 border-width: 1px; 166 } 166 border-style: none none solid none; 167 border-width: 2px; 168 } 169 table.left { 170 margin-right: auto; 171 } 172 table.right { 173 margin-left: auto; 174 } 175 table.center { 176 margin-left: auto; 177 margin-right: auto; 178 } 179 caption { 180 caption-side: bottom; 181 font-weight: bold; 182 font-size: 10pt; 183 margin-top: .5em; 184 } 185 167 186 table.header { 187 border-spacing: 1px; 168 188 width: 95%; 169 font-size: 1 0pt;189 font-size: 11pt; 170 190 color: white; 171 191 } … … 175 195 td.topnowrap { 176 196 vertical-align: top; 177 white-space: nowrap; 178 } 179 t d.header{197 white-space: nowrap; 198 } 199 table.header td { 180 200 background-color: gray; 181 201 width: 50%; 182 202 } 183 t d.header a {203 table.header a { 184 204 color: white; 185 205 } … … 192 212 display:table-header-group; 193 213 } 194 ul.toc {214 ul.toc, ul.toc ul { 195 215 list-style: none; 196 216 margin-left: 1.5em; 197 margin-right: 0em;198 217 padding-left: 0em; 199 218 } 200 li.tocline0{219 ul.toc li { 201 220 line-height: 150%; 202 221 font-weight: bold; 222 margin-left: 0em; 223 } 224 ul.toc li li { 225 line-height: normal; 226 font-weight: normal; 203 227 font-size: 10pt; 204 228 margin-left: 0em; 205 margin-right: 0em; 206 } 207 li.tocline1 { 208 line-height: normal; 209 font-weight: normal; 210 font-size: 9pt; 211 margin-left: 0em; 212 margin-right: 0em; 213 } 214 li.tocline2 { 229 } 230 li.excluded { 215 231 font-size: 0pt; 216 232 } … … 218 234 margin-left: 0em; 219 235 } 220 ul.ind { 221 list-style: none; 222 margin-left: 1.5em; 223 margin-right: 0em; 224 padding-left: 0em; 225 } 226 li.indline0 { 227 font-weight: bold; 228 line-height: 200%; 229 margin-left: 0em; 230 margin-right: 0em; 231 } 232 li.indline1 { 233 font-weight: normal; 234 line-height: 150%; 235 margin-left: 0em; 236 margin-right: 0em; 236 .title, .filename, h1, h2, h3, h4 { 237 font-family: candara, helvetica, arial, sans-serif; 238 } 239 samp, tt, code, pre { 240 font: consolas, monospace; 237 241 } 238 242 … … 251 255 font-weight: bold; 252 256 text-align: center; 253 font-size: 9pt;257 font-size: 10pt; 254 258 } 255 259 .filename { 256 260 color: #333333; 261 font-size: 75%; 257 262 font-weight: bold; 258 font-size: 12pt;259 263 line-height: 21pt; 260 264 text-align: center; … … 263 267 font-weight: bold; 264 268 } 265 .hidden {266 display: none;267 }268 269 .left { 269 270 text-align: left; … … 273 274 } 274 275 .title { 275 color: #990000;276 font-size: 1 8pt;276 color: green; 277 font-size: 150%; 277 278 line-height: 18pt; 278 279 font-weight: bold; … … 280 281 margin-top: 36pt; 281 282 } 282 .vcardline {283 display: block;284 }285 283 .warning { 286 font-size: 1 4pt;284 font-size: 130%; 287 285 background-color: yellow; 288 286 } … … 293 291 display: none; 294 292 } 295 293 296 294 a { 297 295 color: black; … … 308 306 background-color: white; 309 307 vertical-align: top; 310 font-size: 1 2pt;311 } 312 313 ul.toc a: :after {308 font-size: 110%; 309 } 310 311 ul.toc a:nth-child(2)::after { 314 312 content: leader('.') target-counter(attr(href), page); 315 313 } 316 317 a.iref{314 315 ul.ind li li a { 318 316 content: target-counter(attr(href), page); 319 317 } 320 318 321 319 .print2col { 322 320 column-count: 2; … … 328 326 @page { 329 327 @top-left { 330 content: "I NTERNET DRAFT";331 } 328 content: "Internet-Draft"; 329 } 332 330 @top-right { 333 content: "November 2008"; 334 } 331 content: "November 2008"; 332 } 335 333 @top-center { 336 content: "HTTP Method Registrations"; 337 } 334 content: "HTTP Method Registrations"; 335 } 338 336 @bottom-left { 339 content: "Reschke"; 340 } 337 content: "Reschke"; 338 } 341 339 @bottom-center { 342 content: " Informational";343 } 340 content: "Expires May 23, 2009"; 341 } 344 342 @bottom-right { 345 content: "[Page " counter(page) "]"; 346 } 347 } 348 349 @page:first { 343 content: "[Page " counter(page) "]"; 344 } 345 } 346 347 @page:first { 350 348 @top-left { 351 349 content: normal; … … 367 365 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 368 366 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 369 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.400, 2008-10-10 14:04:14, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 370 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"> 371 <meta name="DC.Creator" content="Reschke, J. F."> 372 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-01"> 373 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-11"> 374 <meta name="DC.Description.Abstract" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established."> 367 <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/"> 368 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 369 <meta name="dct.creator" content="Reschke, J. F."> 370 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-01"> 371 <meta name="dct.issued" scheme="ISO8601" content="2008-11-19"> 372 <meta name="dct.abstract" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established."> 373 <meta name="description" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established."> 375 374 </head> 376 375 <body> 377 <table summary="header information" class="header" border="0" cellpadding="1" cellspacing="1"> 378 <tr> 379 <td class="header left">Network Working Group</td> 380 <td class="header right">J. F. Reschke</td> 381 </tr> 382 <tr> 383 <td class="header left">Internet Draft</td> 384 <td class="header right">greenbytes</td> 385 </tr> 386 <tr> 387 <td class="header left"> 388 <draft-ietf-httpbis-method-registrations-01> 389 390 </td> 391 <td class="header right">November 19, 2008</td> 392 </tr> 393 <tr> 394 <td class="header left">Updates: <a href="http://tools.ietf.org/html/rfcdraft-ietf-httpbis-p2-semantics-05">draft-ietf-httpbis-p2-semantics-05</a> (if approved) 395 </td> 396 <td class="header right"></td> 397 </tr> 398 <tr> 399 <td class="header left">Intended status: Informational</td> 400 <td class="header right"></td> 401 </tr> 402 <tr> 403 <td class="header left">Expires: May 2009</td> 404 <td class="header right"></td> 405 </tr> 376 <table class="header"> 377 <tbody> 378 <tr> 379 <td class="left">Network Working Group</td> 380 <td class="right">J. Reschke</td> 381 </tr> 382 <tr> 383 <td class="left">Internet-Draft</td> 384 <td class="right">greenbytes</td> 385 </tr> 386 <tr> 387 <td class="left">Updates: <a href="https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-05">draft-ietf-httpbis-p2-semantics-05</a> (if approved) 388 </td> 389 <td class="right">November 19, 2008</td> 390 </tr> 391 <tr> 392 <td class="left">Intended status: Informational</td> 393 <td class="right"></td> 394 </tr> 395 <tr> 396 <td class="left">Expires: May 23, 2009</td> 397 <td class="right"></td> 398 </tr> 399 </tbody> 406 400 </table> 407 401 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Method Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-01</span></p> 408 <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1> 409 <p>By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she 410 is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 411 6 of BCP 79. 412 </p> 413 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note 414 that other groups may also distribute working documents as Internet-Drafts. 415 </p> 416 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 417 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 418 in progress”. 419 </p> 420 <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>>. 421 </p> 422 <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>>. 423 </p> 424 <p>This Internet-Draft will expire in May 2009.</p> 425 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 402 <div id="rfc.status"> 403 <h1><a href="#rfc.status">Status of this Memo</a></h1> 404 <p>By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she 405 is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 406 6 of BCP 79. 407 </p> 408 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note 409 that other groups may also distribute working documents as Internet-Drafts. 410 </p> 411 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 412 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 413 in progress”. 414 </p> 415 <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>. 416 </p> 417 <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>. 418 </p> 419 <p>This Internet-Draft will expire on May 23, 2009.</p> 420 </div> 421 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 426 422 <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before 427 423 the IANA HTTP Method Registry was established. 428 </p> 424 </p> 429 425 <hr class="noprint"> 430 426 <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> 431 427 <ul class="toc"> 432 <li class="tocline0">1. <a href="#introduction">Introduction</a></li> 433 <li class="tocline0">2. <a href="#security.considerations">Security Considerations</a></li> 434 <li class="tocline0">3. <a href="#iana.considerations">IANA Considerations</a></li> 435 <li class="tocline0">4. <a href="#rfc.references">Normative References</a></li> 436 <li class="tocline0"><a href="#rfc.authors">Author's Address</a></li> 437 <li class="tocline0">A. <a href="#updated.registry.contents">Initial Registry Contents</a></li> 438 <li class="tocline0">B. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc"> 439 <li class="tocline1">B.1 <a href="#rfc.section.B.1">Since draft-ietf-httpbis-p1-method-registrations-00</a></li> 428 <li><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></li> 429 <li><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></li> 430 <li><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></li> 431 <li><a href="#rfc.section.4">4.</a> <a href="#rfc.references">Normative References</a></li> 432 <li><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></li> 433 <li><a href="#rfc.section.B">B.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 434 <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> 440 435 </ul> 441 436 </li> 442 <li class="tocline0"><a href="#rfc.ipr">Intellectual Property and Copyright Statements</a></li> 437 <li><a href="#rfc.authors">Author's Address</a></li> 438 <li><a href="#rfc.ipr">Intellectual Property and Copyright Statements</a></li> 443 439 </ul> 444 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> 445 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined 446 in standards-track RFCs before the IANA HTTP Method Registry was established. 447 </p> 448 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 449 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 450 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1> 451 <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/04/p2-semantics.html#method.registry" title="Method Registry">Section 3.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>). 452 </p> 440 <div id="introduction"> 441 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></h1> 442 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined 443 in standards-track RFCs before the IANA HTTP Method Registry was established. 444 </p> 445 </div> 446 <div id="security.considerations"> 447 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></h1> 448 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 449 </div> 450 <div id="iana.considerations"> 451 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></h1> 452 <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/04/p2-semantics.html#method.registry" title="Method Registry">Section 3.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>). 453 </p> 454 </div> 453 455 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 454 456 </h1> 455 <table summary="Normative References">457 <table> 456 458 <tr> 457 459 <td class="reference"><b id="RFC2068">[RFC2068]</b></td> 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="http ://tools.ietf.org/html/rfc2068">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2068, January 1997.460 <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. 459 461 </td> 460 462 </tr> 461 463 <tr> 462 464 <td class="reference"><b id="RFC3253">[RFC3253]</b></td> 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="http ://tools.ietf.org/html/rfc3253">Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</a>”, RFC 3253, March 2002.465 <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. 464 466 </td> 465 467 </tr> 466 468 <tr> 467 469 <td class="reference"><b id="RFC3648">[RFC3648]</b></td> 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. 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.470 <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. 469 471 </td> 470 472 </tr> 471 473 <tr> 472 474 <td class="reference"><b id="RFC3744">[RFC3744]</b></td> 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. 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.475 <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. 474 476 </td> 475 477 </tr> 476 478 <tr> 477 479 <td class="reference"><b id="RFC4437">[RFC4437]</b></td> 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. 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.480 <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. 479 481 </td> 480 482 </tr> 481 483 <tr> 482 484 <td class="reference"><b id="RFC4791">[RFC4791]</b></td> 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. M. Dusseault</a>, “<a href="http://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007.485 <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. 484 486 </td> 485 487 </tr> 486 488 <tr> 487 489 <td class="reference"><b id="RFC4918">[RFC4918]</b></td> 488 <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.490 <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. 489 491 </td> 490 492 </tr> 491 493 <tr> 492 494 <td class="reference"><b id="RFC5323">[RFC5323]</b></td> 493 <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.495 <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. 494 496 </td> 495 497 </tr> 496 498 <tr> 497 499 <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td> 498 <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-04">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-04 (work in progress), August 2008.500 <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-04">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-04 (work in progress), August 2008. 499 501 </td> 500 502 </tr> 501 503 </table> 502 <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> 503 <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> 504 <h1 id="rfc.section.A"><a href="#rfc.section.A">A.</a> <a id="updated.registry.contents" href="#updated.registry.contents">Initial Registry Contents</a></h1> 505 <div id="rfc.table.u.1"> 506 <table summary="" class="tt full" cellpadding="3" cellspacing="0"> 507 <thead> 508 <tr> 509 <th>Method Name</th> 510 <th>Safe</th> 511 <th>Reference</th> 512 </tr> 513 </thead> 514 <tbody> 515 <tr> 516 <td>ACL</td> 517 <td>no</td> 518 <td><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> 519 </tr> 520 <tr> 521 <td>BASELINE-CONTROL</td> 522 <td>no</td> 523 <td><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> 524 </tr> 525 <tr> 526 <td>CHECKIN</td> 527 <td>no</td> 528 <td><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> 529 </tr> 530 <tr> 531 <td>CHECKOUT</td> 532 <td>no</td> 533 <td><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> 534 </tr> 535 <tr> 536 <td>COPY</td> 537 <td>no</td> 538 <td><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> 539 </tr> 540 <tr> 541 <td>LABEL</td> 542 <td>no</td> 543 <td><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> 544 </tr> 545 <tr> 546 <td>LINK</td> 547 <td>no</td> 548 <td><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> 549 </tr> 550 <tr> 551 <td>LOCK</td> 552 <td>no</td> 553 <td><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> 554 </tr> 555 <tr> 556 <td>MERGE</td> 557 <td>no</td> 558 <td><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> 559 </tr> 560 <tr> 561 <td>MKAKTIVITY</td> 562 <td>no</td> 563 <td><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> 564 </tr> 565 <tr> 566 <td>MKCALENDAR</td> 567 <td>no</td> 568 <td><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> 569 </tr> 570 <tr> 571 <td>MKCOL</td> 572 <td>no</td> 573 <td><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> 574 </tr> 575 <tr> 576 <td>MKREDIRECTREF</td> 577 <td>no</td> 578 <td><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> 579 </tr> 580 <tr> 581 <td>MKWORKSPACE</td> 582 <td>no</td> 583 <td><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> 584 </tr> 585 <tr> 586 <td>MOVE</td> 587 <td>no</td> 588 <td><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> 589 </tr> 590 <tr> 591 <td>ORDERPATCH</td> 592 <td>no</td> 593 <td><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> 594 </tr> 595 <tr> 596 <td>PATCH</td> 597 <td>no</td> 598 <td><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.1">Section 19.6.1.1</a></td> 599 </tr> 600 <tr> 601 <td>PROPFIND</td> 602 <td>yes</td> 603 <td><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> 604 </tr> 605 <tr> 606 <td>PROPPATCH</td> 607 <td>no</td> 608 <td><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> 609 </tr> 610 <tr> 611 <td>REPORT</td> 612 <td>yes</td> 613 <td><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>SEARCH</td> 617 <td>yes</td> 618 <td><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>UNCHECKOUT</td> 622 <td>no</td> 623 <td><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> 624 </tr> 625 <tr> 626 <td>UNLINK</td> 627 <td>no</td> 628 <td><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> 629 </tr> 630 <tr> 631 <td>UNLOCK</td> 632 <td>no</td> 633 <td><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> 634 </tr> 635 <tr> 636 <td>UPDATE</td> 637 <td>no</td> 638 <td><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> 639 </tr> 640 <tr> 641 <td>UPDATEREDIRECTREF</td> 642 <td>no</td> 643 <td><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> 644 </tr> 645 <tr> 646 <td>VERSION-CONTROL</td> 647 <td>no</td> 648 <td><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> 649 </tr> 650 </tbody> 651 </table> 652 </div> 653 <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> 654 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-p1-method-registrations-00 655 </h2> 656 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> 657 <h1><a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a></h1> 658 <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the 659 authors retain all their rights. 660 </p> 661 <p>This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION 662 HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE 663 DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN 664 WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 665 </p> 666 <h1><a id="rfc.ipr" href="#rfc.ipr">Intellectual Property</a></h1> 667 <p>The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might 668 be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any 669 license under such rights might or might not be available; nor does it represent that it has made any independent effort to 670 identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and 671 BCP 79. 672 </p> 673 <p>Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result 674 of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users 675 of this specification can be obtained from the IETF on-line IPR repository at <<a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>>. 676 </p> 677 <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary 678 rights that may cover technology that may be required to implement this standard. Please address the information to the IETF 679 at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>. 680 </p> 504 <div id="updated.registry.contents"> 505 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></h1> 506 <div id="rfc.table.u.1"> 507 <table class="tt full center" cellpadding="3" cellspacing="0"> 508 <thead> 509 <tr> 510 <th>Method Name</th> 511 <th>Safe</th> 512 <th>Reference</th> 513 </tr> 514 </thead> 515 <tbody> 516 <tr> 517 <td class="left">ACL</td> 518 <td class="left">no</td> 519 <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> 520 </tr> 521 <tr> 522 <td class="left">BASELINE-CONTROL</td> 523 <td class="left">no</td> 524 <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> 525 </tr> 526 <tr> 527 <td class="left">CHECKIN</td> 528 <td class="left">no</td> 529 <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> 530 </tr> 531 <tr> 532 <td class="left">CHECKOUT</td> 533 <td class="left">no</td> 534 <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> 535 </tr> 536 <tr> 537 <td class="left">COPY</td> 538 <td class="left">no</td> 539 <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> 540 </tr> 541 <tr> 542 <td class="left">LABEL</td> 543 <td class="left">no</td> 544 <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> 545 </tr> 546 <tr> 547 <td class="left">LINK</td> 548 <td class="left">no</td> 549 <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> 550 </tr> 551 <tr> 552 <td class="left">LOCK</td> 553 <td class="left">no</td> 554 <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> 555 </tr> 556 <tr> 557 <td class="left">MERGE</td> 558 <td class="left">no</td> 559 <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> 560 </tr> 561 <tr> 562 <td class="left">MKAKTIVITY</td> 563 <td class="left">no</td> 564 <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> 565 </tr> 566 <tr> 567 <td class="left">MKCALENDAR</td> 568 <td class="left">no</td> 569 <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> 570 </tr> 571 <tr> 572 <td class="left">MKCOL</td> 573 <td class="left">no</td> 574 <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> 575 </tr> 576 <tr> 577 <td class="left">MKREDIRECTREF</td> 578 <td class="left">no</td> 579 <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> 580 </tr> 581 <tr> 582 <td class="left">MKWORKSPACE</td> 583 <td class="left">no</td> 584 <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> 585 </tr> 586 <tr> 587 <td class="left">MOVE</td> 588 <td class="left">no</td> 589 <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> 590 </tr> 591 <tr> 592 <td class="left">ORDERPATCH</td> 593 <td class="left">no</td> 594 <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> 595 </tr> 596 <tr> 597 <td class="left">PATCH</td> 598 <td class="left">no</td> 599 <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.1">Section 19.6.1.1</a></td> 600 </tr> 601 <tr> 602 <td class="left">PROPFIND</td> 603 <td class="left">yes</td> 604 <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> 605 </tr> 606 <tr> 607 <td class="left">PROPPATCH</td> 608 <td class="left">no</td> 609 <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> 610 </tr> 611 <tr> 612 <td class="left">REPORT</td> 613 <td class="left">yes</td> 614 <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> 615 </tr> 616 <tr> 617 <td class="left">SEARCH</td> 618 <td class="left">yes</td> 619 <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> 620 </tr> 621 <tr> 622 <td class="left">UNCHECKOUT</td> 623 <td class="left">no</td> 624 <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> 625 </tr> 626 <tr> 627 <td class="left">UNLINK</td> 628 <td class="left">no</td> 629 <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> 630 </tr> 631 <tr> 632 <td class="left">UNLOCK</td> 633 <td class="left">no</td> 634 <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> 635 </tr> 636 <tr> 637 <td class="left">UPDATE</td> 638 <td class="left">no</td> 639 <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> 640 </tr> 641 <tr> 642 <td class="left">UPDATEREDIRECTREF</td> 643 <td class="left">no</td> 644 <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> 645 </tr> 646 <tr> 647 <td class="left">VERSION-CONTROL</td> 648 <td class="left">no</td> 649 <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> 650 </tr> 651 </tbody> 652 </table> 653 </div> 654 </div> 655 <div id="change.log"> 656 <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> 657 <div> 658 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-p1-method-registrations-00 659 </h2> 660 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> 661 </div> 662 </div> 663 <div class="avoidbreak"> 664 <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> 665 <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> 666 </div> 667 <div id="rfc.copyright"> 668 <h1><a href="#rfc.copyright">Full Copyright Statement</a></h1> 669 <p>Copyright © The IETF Trust (2008).</p> 670 <p>This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the 671 authors retain all their rights. 672 </p> 673 <p>This document and the information contained herein are provided on an “AS IS” basis and THE CONTRIBUTOR, THE ORGANIZATION 674 HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND THE INTERNET ENGINEERING TASK FORCE 675 DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN 676 WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 677 </p> 678 </div> 679 <div id="rfc.ipr"> 680 <h1><a href="#rfc.ipr">Intellectual Property</a></h1> 681 <p>The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might 682 be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any 683 license under such rights might or might not be available; nor does it represent that it has made any independent effort to 684 identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and 685 BCP 79. 686 </p> 687 <p>Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result 688 of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users 689 of this specification can be obtained from the IETF on-line IPR repository at <a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>. 690 </p> 691 <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary 692 rights that may cover technology that may be required to implement this standard. Please address the information to the IETF 693 at <a href="mailto:ietf-ipr@ietf.org">ietf-ipr@ietf.org</a>. 694 </p> 695 </div> 681 696 </body> 682 697 </html> -
draft-ietf-httpbis-method-registrations/02/draft-ietf-httpbis-method-registrations.html
r1099 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 { … … 199 215 list-style: none; 200 216 margin-left: 1.5em; 201 margin-right: 0em;202 217 padding-left: 0em; 203 218 } … … 205 220 line-height: 150%; 206 221 font-weight: bold; 207 font-size: 10pt;208 222 margin-left: 0em; 209 margin-right: 0em;210 223 } 211 224 ul.toc li li { 212 225 line-height: normal; 213 226 font-weight: normal; 214 font-size: 9pt;227 font-size: 10pt; 215 228 margin-left: 0em; 216 margin-right: 0em;217 229 } 218 230 li.excluded { … … 221 233 ul p { 222 234 margin-left: 0em; 235 } 236 .title, .filename, h1, h2, h3, h4 { 237 font-family: candara, helvetica, arial, sans-serif; 238 } 239 samp, tt, code, pre { 240 font: consolas, monospace; 223 241 } 224 242 … … 237 255 font-weight: bold; 238 256 text-align: center; 239 font-size: 9pt;257 font-size: 10pt; 240 258 } 241 259 .filename { 242 260 color: #333333; 261 font-size: 75%; 243 262 font-weight: bold; 244 font-size: 12pt;245 263 line-height: 21pt; 246 264 text-align: center; … … 249 267 font-weight: bold; 250 268 } 251 .hidden {252 display: none;253 }254 269 .left { 255 270 text-align: left; … … 259 274 } 260 275 .title { 261 color: #990000;262 font-size: 1 8pt;276 color: green; 277 font-size: 150%; 263 278 line-height: 18pt; 264 279 font-weight: bold; … … 266 281 margin-top: 36pt; 267 282 } 268 .vcardline {269 display: block;270 }271 283 .warning { 272 font-size: 1 4pt;284 font-size: 130%; 273 285 background-color: yellow; 274 286 } … … 279 291 display: none; 280 292 } 281 293 282 294 a { 283 295 color: black; … … 294 306 background-color: white; 295 307 vertical-align: top; 296 font-size: 1 2pt;297 } 298 299 ul.toc a: :after {308 font-size: 110%; 309 } 310 311 ul.toc a:nth-child(2)::after { 300 312 content: leader('.') target-counter(attr(href), page); 301 313 } 302 314 303 315 ul.ind li li a { 304 316 content: target-counter(attr(href), page); 305 317 } 306 318 307 319 .print2col { 308 320 column-count: 2; … … 314 326 @page { 315 327 @top-left { 316 content: "Internet-Draft"; 317 } 328 content: "Internet-Draft"; 329 } 318 330 @top-right { 319 content: "May 2009"; 320 } 331 content: "May 2009"; 332 } 321 333 @top-center { 322 content: "HTTP Method Registrations"; 323 } 334 content: "HTTP Method Registrations"; 335 } 324 336 @bottom-left { 325 content: "Reschke"; 326 } 337 content: "Reschke"; 338 } 327 339 @bottom-center { 328 content: " Informational";329 } 340 content: "Expires November 24, 2009"; 341 } 330 342 @bottom-right { 331 content: "[Page " counter(page) "]"; 332 } 333 } 334 335 @page:first { 343 content: "[Page " counter(page) "]"; 344 } 345 } 346 347 @page:first { 336 348 @top-left { 337 349 content: normal; … … 353 365 <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> 354 366 <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> 355 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1. 537, 2010-12-30 14:21:59, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">367 <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/"> 356 368 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 357 369 <meta name="dct.creator" content="Reschke, J. F."> … … 373 385 </tr> 374 386 <tr> 375 <td class="left">Updates: <a href="http ://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-06">draft-ietf-httpbis-p2-semantics-06</a> (if approved)387 <td class="left">Updates: <a href="https://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-06">draft-ietf-httpbis-p2-semantics-06</a> (if approved) 376 388 </td> 377 389 <td class="right">May 23, 2009</td> … … 388 400 </table> 389 401 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Method Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-02</span></p> 390 <h1><a id="rfc.status" href="#rfc.status">Status of this Memo</a></h1> 391 <p>This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and BCP 79.</p> 392 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note 393 that other groups may also distribute working documents as Internet-Drafts. 394 </p> 395 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 396 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 397 in progress”. 398 </p> 399 <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>. 400 </p> 401 <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>. 402 </p> 403 <p>This Internet-Draft will expire on November 24, 2009.</p> 404 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 405 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 406 <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents in effect on the date 407 of publication of this document (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>). Please review these documents carefully, as they describe your rights and restrictions with respect to this document. 408 </p> 409 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 402 <div id="rfc.status"> 403 <h1><a href="#rfc.status">Status of this Memo</a></h1> 404 <p>This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and BCP 79.</p> 405 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note 406 that other groups may also distribute working documents as Internet-Drafts. 407 </p> 408 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 409 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 410 in progress”. 411 </p> 412 <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>. 413 </p> 414 <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>. 415 </p> 416 <p>This Internet-Draft will expire on November 24, 2009.</p> 417 </div> 418 <div id="rfc.copyrightnotice"> 419 <h1><a href="#rfc.copyrightnotice">Copyright Notice</a></h1> 420 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 421 <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents in effect on the date 422 of publication of this document (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>). Please review these documents carefully, as they describe your rights and restrictions with respect to this document. 423 </p> 424 </div> 425 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 410 426 <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before 411 427 the IANA HTTP Method Registry was established. 412 </p> 428 </p> 413 429 <hr class="noprint"> 414 430 <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> 415 431 <ul class="toc"> 416 <li>1. <a href="#introduction">Introduction</a></li> 417 <li>2. <a href="#security.considerations">Security Considerations</a></li> 418 <li>3. <a href="#iana.considerations">IANA Considerations</a></li> 419 <li>4. <a href="#rfc.references">Normative References</a></li> 420 <li><a href="#rfc.authors">Author's Address</a></li> 421 <li>A. <a href="#updated.registry.contents">Initial Registry Contents</a></li> 422 <li>B. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 423 <li>B.1 <a href="#rfc.section.B.1">Since draft-ietf-httpbis-p1-method-registrations-00</a></li> 424 <li>B.2 <a href="#rfc.section.B.2">Since draft-ietf-httpbis-p1-method-registrations-01</a></li> 432 <li><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></li> 433 <li><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></li> 434 <li><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></li> 435 <li><a href="#rfc.section.4">4.</a> <a href="#rfc.references">Normative References</a></li> 436 <li><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></li> 437 <li><a href="#rfc.section.B">B.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 438 <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> 439 <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> 425 440 </ul> 426 441 </li> 442 <li><a href="#rfc.authors">Author's Address</a></li> 427 443 </ul> 428 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> 429 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined 430 in standards-track RFCs before the IANA HTTP Method Registry was established. 431 </p> 432 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 433 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 434 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1> 435 <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/06/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>). 436 </p> 444 <div id="introduction"> 445 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></h1> 446 <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer ProtocolHypertext Transfer Protocol (HTTP) methods which have been defined 447 in standards-track RFCs before the IANA HTTP Method Registry was established. 448 </p> 449 </div> 450 <div id="security.considerations"> 451 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></h1> 452 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 453 </div> 454 <div id="iana.considerations"> 455 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></h1> 456 <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/06/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>). 457 </p> 458 </div> 437 459 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 438 460 </h1> 439 <table> 461 <table> 440 462 <tr> 441 463 <td class="reference"><b id="RFC2068">[RFC2068]</b></td> 442 <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.464 <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. 443 465 </td> 444 466 </tr> 445 467 <tr> 446 468 <td class="reference"><b id="RFC3253">[RFC3253]</b></td> 447 <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.469 <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. 448 470 </td> 449 471 </tr> 450 472 <tr> 451 473 <td class="reference"><b id="RFC3648">[RFC3648]</b></td> 452 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003.474 <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. 453 475 </td> 454 476 </tr> 455 477 <tr> 456 478 <td class="reference"><b id="RFC3744">[RFC3744]</b></td> 457 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, <a href="mailto:eric.sedlar@oracle.com" title="Oracle Corporation">Sedlar, E.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="U.C. Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http ://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC 3744, May 2004.479 <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. 458 480 </td> 459 481 </tr> 460 482 <tr> 461 483 <td class="reference"><b id="RFC4437">[RFC4437]</b></td> 462 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a>, <a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006.484 <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. 463 485 </td> 464 486 </tr> 465 487 <tr> 466 488 <td class="reference"><b id="RFC4791">[RFC4791]</b></td> 467 <td class="top"><a href="mailto:cyrus@daboo.name" title="Apple Inc.">Daboo, C.</a>, <a href="mailto:bernard.desruisseaux@oracle.com" title="Oracle Corporation">Desruisseaux, B.</a>, and <a href="mailto:ldusseault@commerce.net" title="CommerceNet">L. Dusseault</a>, “<a href="http ://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007.489 <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. 468 490 </td> 469 491 </tr> 470 492 <tr> 471 493 <td class="reference"><b id="RFC4918">[RFC4918]</b></td> 472 <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.494 <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. 473 495 </td> 474 496 </tr> 475 497 <tr> 476 498 <td class="reference"><b id="RFC5323">[RFC5323]</b></td> 477 <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, <a href="mailto:Surendra.Reddy@mitrix.com" title="Mitrix, Inc.">Reddy, S.</a>, <a href="mailto:jrd3@alum.mit.edu">Davis, J.</a>, and <a href="mailto:ababich@us.ibm.com" title="IBM Corporation">A. Babich</a>, “<a href="http ://tools.ietf.org/html/rfc5323">Web Distributed Authoring and Versioning (WebDAV) SEARCH</a>”, RFC 5323, November 2008.499 <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. 478 500 </td> 479 501 </tr> 480 502 <tr> 481 503 <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td> 482 <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="http ://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-06">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-06 (work in progress), March 2009.504 <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-06">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-06 (work in progress), March 2009. 483 505 </td> 484 506 </tr> 485 507 </table> 508 <div id="updated.registry.contents"> 509 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></h1> 510 <div id="rfc.table.u.1"> 511 <table class="tt full center" cellpadding="3" cellspacing="0"> 512 <thead> 513 <tr> 514 <th>Method Name</th> 515 <th>Safe</th> 516 <th>Reference</th> 517 </tr> 518 </thead> 519 <tbody> 520 <tr> 521 <td class="left">ACL</td> 522 <td class="left">no</td> 523 <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> 524 </tr> 525 <tr> 526 <td class="left">BASELINE-CONTROL</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="https://tools.ietf.org/html/rfc3253#section-12.6">Section 12.6</a></td> 529 </tr> 530 <tr> 531 <td class="left">CHECKIN</td> 532 <td class="left">no</td> 533 <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> 534 </tr> 535 <tr> 536 <td class="left">CHECKOUT</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="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> 539 </tr> 540 <tr> 541 <td class="left">COPY</td> 542 <td class="left">no</td> 543 <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> 544 </tr> 545 <tr> 546 <td class="left">LABEL</td> 547 <td class="left">no</td> 548 <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> 549 </tr> 550 <tr> 551 <td class="left">LINK</td> 552 <td class="left">no</td> 553 <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> 554 </tr> 555 <tr> 556 <td class="left">LOCK</td> 557 <td class="left">no</td> 558 <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> 559 </tr> 560 <tr> 561 <td class="left">MERGE</td> 562 <td class="left">no</td> 563 <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> 564 </tr> 565 <tr> 566 <td class="left">MKAKTIVITY</td> 567 <td class="left">no</td> 568 <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> 569 </tr> 570 <tr> 571 <td class="left">MKCALENDAR</td> 572 <td class="left">no</td> 573 <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> 574 </tr> 575 <tr> 576 <td class="left">MKCOL</td> 577 <td class="left">no</td> 578 <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> 579 </tr> 580 <tr> 581 <td class="left">MKREDIRECTREF</td> 582 <td class="left">no</td> 583 <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> 584 </tr> 585 <tr> 586 <td class="left">MKWORKSPACE</td> 587 <td class="left">no</td> 588 <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> 589 </tr> 590 <tr> 591 <td class="left">MOVE</td> 592 <td class="left">no</td> 593 <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> 594 </tr> 595 <tr> 596 <td class="left">ORDERPATCH</td> 597 <td class="left">no</td> 598 <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> 599 </tr> 600 <tr> 601 <td class="left">PATCH</td> 602 <td class="left">no</td> 603 <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.1">Section 19.6.1.1</a></td> 604 </tr> 605 <tr> 606 <td class="left">PROPFIND</td> 607 <td class="left">yes</td> 608 <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> 609 </tr> 610 <tr> 611 <td class="left">PROPPATCH</td> 612 <td class="left">no</td> 613 <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> 614 </tr> 615 <tr> 616 <td class="left">REPORT</td> 617 <td class="left">yes</td> 618 <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> 619 </tr> 620 <tr> 621 <td class="left">SEARCH</td> 622 <td class="left">yes</td> 623 <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> 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="https://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="https://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="https://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="https://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="https://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="https://tools.ietf.org/html/rfc3253#section-3.5">Section 3.5</a></td> 654 </tr> 655 </tbody> 656 </table> 657 </div> 658 </div> 659 <div id="change.log"> 660 <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> 661 <div> 662 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-p1-method-registrations-00 663 </h2> 664 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> 665 </div> 666 <div> 667 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-p1-method-registrations-01 668 </h2> 669 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> 670 </div> 671 </div> 486 672 <div class="avoidbreak"> 487 673 <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> 488 <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> 489 </div> 490 <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> 491 <div id="rfc.table.u.1"> 492 <table class="tt full center" cellpadding="3" cellspacing="0"> 493 <thead> 494 <tr> 495 <th>Method Name</th> 496 <th>Safe</th> 497 <th>Reference</th> 498 </tr> 499 </thead> 500 <tbody> 501 <tr> 502 <td class="left">ACL</td> 503 <td class="left">no</td> 504 <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> 505 </tr> 506 <tr> 507 <td class="left">BASELINE-CONTROL</td> 508 <td class="left">no</td> 509 <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> 510 </tr> 511 <tr> 512 <td class="left">CHECKIN</td> 513 <td class="left">no</td> 514 <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> 515 </tr> 516 <tr> 517 <td class="left">CHECKOUT</td> 518 <td class="left">no</td> 519 <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> 520 </tr> 521 <tr> 522 <td class="left">COPY</td> 523 <td class="left">no</td> 524 <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> 525 </tr> 526 <tr> 527 <td class="left">LABEL</td> 528 <td class="left">no</td> 529 <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> 530 </tr> 531 <tr> 532 <td class="left">LINK</td> 533 <td class="left">no</td> 534 <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> 535 </tr> 536 <tr> 537 <td class="left">LOCK</td> 538 <td class="left">no</td> 539 <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> 540 </tr> 541 <tr> 542 <td class="left">MERGE</td> 543 <td class="left">no</td> 544 <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> 545 </tr> 546 <tr> 547 <td class="left">MKAKTIVITY</td> 548 <td class="left">no</td> 549 <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> 550 </tr> 551 <tr> 552 <td class="left">MKCALENDAR</td> 553 <td class="left">no</td> 554 <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> 555 </tr> 556 <tr> 557 <td class="left">MKCOL</td> 558 <td class="left">no</td> 559 <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> 560 </tr> 561 <tr> 562 <td class="left">MKREDIRECTREF</td> 563 <td class="left">no</td> 564 <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> 565 </tr> 566 <tr> 567 <td class="left">MKWORKSPACE</td> 568 <td class="left">no</td> 569 <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> 570 </tr> 571 <tr> 572 <td class="left">MOVE</td> 573 <td class="left">no</td> 574 <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> 575 </tr> 576 <tr> 577 <td class="left">ORDERPATCH</td> 578 <td class="left">no</td> 579 <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> 580 </tr> 581 <tr> 582 <td class="left">PATCH</td> 583 <td class="left">no</td> 584 <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.1">Section 19.6.1.1</a></td> 585 </tr> 586 <tr> 587 <td class="left">PROPFIND</td> 588 <td class="left">yes</td> 589 <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> 590 </tr> 591 <tr> 592 <td class="left">PROPPATCH</td> 593 <td class="left">no</td> 594 <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> 595 </tr> 596 <tr> 597 <td class="left">REPORT</td> 598 <td class="left">yes</td> 599 <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> 600 </tr> 601 <tr> 602 <td class="left">SEARCH</td> 603 <td class="left">yes</td> 604 <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> 605 </tr> 606 <tr> 607 <td class="left">UNCHECKOUT</td> 608 <td class="left">no</td> 609 <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> 610 </tr> 611 <tr> 612 <td class="left">UNLINK</td> 613 <td class="left">no</td> 614 <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> 615 </tr> 616 <tr> 617 <td class="left">UNLOCK</td> 618 <td class="left">no</td> 619 <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> 620 </tr> 621 <tr> 622 <td class="left">UPDATE</td> 623 <td class="left">no</td> 624 <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> 625 </tr> 626 <tr> 627 <td class="left">UPDATEREDIRECTREF</td> 628 <td class="left">no</td> 629 <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> 630 </tr> 631 <tr> 632 <td class="left">VERSION-CONTROL</td> 633 <td class="left">no</td> 634 <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> 635 </tr> 636 </tbody> 637 </table> 638 </div> 639 <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> 640 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-p1-method-registrations-00 641 </h2> 642 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> 643 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-p1-method-registrations-01 644 </h2> 645 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> 674 <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> 675 </div> 646 676 </body> 647 677 </html> -
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> -
draft-ietf-httpbis-method-registrations/04/draft-ietf-httpbis-method-registrations.html
r843 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: "July 2010"; 317 } 328 content: "July 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 January 13, 2011"; 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. 518, 2010-06-27 12:07:31, 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."> … … 380 392 </table> 381 393 <p class="title">Initial Hypertext Transfer Protocol (HTTP) Method Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-04</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 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). Note that other groups may also distribute389 working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.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>This Internet-Draft will expire in January 13, 2011.</p> 396 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 397 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 398 <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 399 and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License 400 text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified 401 BSD License. 402 </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 in full conformance with the provisions of BCP 78 and BCP 79.</p> 401 <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute 402 working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>. 403 </p> 404 <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other 405 documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work 406 in progress”. 407 </p> 408 <p>This Internet-Draft will expire on January 13, 2011.</p> 409 </div> 410 <div id="rfc.copyrightnotice"> 411 <h1><a href="#rfc.copyrightnotice">Copyright Notice</a></h1> 412 <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p> 413 <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 414 and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License 415 text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified 416 BSD License. 417 </p> 418 </div> 403 419 <hr class="noprint"> 404 420 <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> 405 421 <ul class="toc"> 406 <li class="tocline0">1. <a href="#introduction">Introduction</a></li> 407 <li class="tocline0">2. <a href="#security.considerations">Security Considerations</a></li> 408 <li class="tocline0">3. <a href="#iana.considerations">IANA Considerations</a></li> 409 <li class="tocline0">4. <a href="#rfc.references">Normative References</a></li> 410 <li class="tocline0"><a href="#rfc.authors">Author's Address</a></li> 411 <li class="tocline0">A. <a href="#updated.registry.contents">Initial Registry Contents</a></li> 412 <li class="tocline0">B. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul class="toc"> 413 <li class="tocline1">B.1 <a href="#rfc.section.B.1">Since draft-ietf-httpbis-method-registrations-00</a></li> 414 <li class="tocline1">B.2 <a href="#rfc.section.B.2">Since draft-ietf-httpbis-method-registrations-01</a></li> 415 <li class="tocline1">B.3 <a href="#rfc.section.B.3">Since draft-ietf-httpbis-method-registrations-02</a></li> 416 <li class="tocline1">B.4 <a href="#rfc.section.B.4">Since draft-ietf-httpbis-method-registrations-03</a></li> 422 <li><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></li> 423 <li><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></li> 424 <li><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></li> 425 <li><a href="#rfc.section.4">4.</a> <a href="#rfc.references">Normative References</a></li> 426 <li><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></li> 427 <li><a href="#rfc.section.B">B.</a> <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> 428 <li><a href="#rfc.section.B.1">B.1</a> <a href="#rfc.section.B.1">Since draft-ietf-httpbis-method-registrations-00</a></li> 429 <li><a href="#rfc.section.B.2">B.2</a> <a href="#rfc.section.B.2">Since draft-ietf-httpbis-method-registrations-01</a></li> 430 <li><a href="#rfc.section.B.3">B.3</a> <a href="#rfc.section.B.3">Since draft-ietf-httpbis-method-registrations-02</a></li> 431 <li><a href="#rfc.section.B.4">B.4</a> <a href="#rfc.section.B.4">Since draft-ietf-httpbis-method-registrations-03</a></li> 417 432 </ul> 418 433 </li> 434 <li><a href="#rfc.authors">Author's Address</a></li> 419 435 </ul> 420 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> 421 <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 422 the IANA HTTP Method Registry was established. 423 </p> 424 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> 425 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 426 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1> 427 <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/10/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>). 428 </p> 436 <div id="introduction"> 437 <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a href="#introduction">Introduction</a></h1> 438 <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 439 the IANA HTTP Method Registry was established. 440 </p> 441 </div> 442 <div id="security.considerations"> 443 <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a href="#security.considerations">Security Considerations</a></h1> 444 <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> 445 </div> 446 <div id="iana.considerations"> 447 <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a href="#iana.considerations">IANA Considerations</a></h1> 448 <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/10/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>). 449 </p> 450 </div> 429 451 <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References 430 452 </h1> 431 <table> 453 <table> 432 454 <tr> 433 455 <td class="reference"><b id="RFC2068">[RFC2068]</b></td> 434 <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.456 <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. 435 457 </td> 436 458 </tr> 437 459 <tr> 438 460 <td class="reference"><b id="RFC3253">[RFC3253]</b></td> 439 <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.461 <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. 440 462 </td> 441 463 </tr> 442 464 <tr> 443 465 <td class="reference"><b id="RFC3648">[RFC3648]</b></td> 444 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003.466 <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. 445 467 </td> 446 468 </tr> 447 469 <tr> 448 470 <td class="reference"><b id="RFC3744">[RFC3744]</b></td> 449 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, <a href="mailto:eric.sedlar@oracle.com" title="Oracle Corporation">Sedlar, E.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="U.C. Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http ://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC 3744, May 2004.471 <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. 450 472 </td> 451 473 </tr> 452 474 <tr> 453 475 <td class="reference"><b id="RFC4437">[RFC4437]</b></td> 454 <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a>, <a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http ://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006.476 <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. 455 477 </td> 456 478 </tr> 457 479 <tr> 458 480 <td class="reference"><b id="RFC4791">[RFC4791]</b></td> 459 <td class="top"><a href="mailto:cyrus@daboo.name" title="Apple Inc.">Daboo, C.</a>, <a href="mailto:bernard.desruisseaux@oracle.com" title="Oracle Corporation">Desruisseaux, B.</a>, and <a href="mailto:ldusseault@commerce.net" title="CommerceNet">L. Dusseault</a>, “<a href="http ://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007.481 <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. 460 482 </td> 461 483 </tr> 462 484 <tr> 463 485 <td class="reference"><b id="RFC4918">[RFC4918]</b></td> 464 <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.486 <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. 465 487 </td> 466 488 </tr> 467 489 <tr> 468 490 <td class="reference"><b id="RFC5323">[RFC5323]</b></td> 469 <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, <a href="mailto:Surendra.Reddy@mitrix.com" title="Mitrix, Inc.">Reddy, S.</a>, <a href="mailto:jrd3@alum.mit.edu">Davis, J.</a>, and <a href="mailto:ababich@us.ibm.com" title="IBM Corporation">A. Babich</a>, “<a href="http ://tools.ietf.org/html/rfc5323">Web Distributed Authoring and Versioning (WebDAV) SEARCH</a>”, RFC 5323, November 2008.491 <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. 470 492 </td> 471 493 </tr> 472 494 <tr> 473 495 <td class="reference"><b id="RFC5789">[RFC5789]</b></td> 474 <td class="top"><a href="mailto:lisa.dusseault@gmail.com" title="Linden Lab">Dusseault, L.</a> and <a href="mailto:jasnell@gmail.com">J. Snell</a>, “<a href="http ://tools.ietf.org/html/rfc5789">PATCH Method for HTTP</a>”, RFC 5789, March 2010.496 <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/rfc5789">PATCH Method for HTTP</a>”, RFC 5789, March 2010. 475 497 </td> 476 498 </tr> 477 499 <tr> 478 500 <td class="reference"><b id="RFC5842">[RFC5842]</b></td> 479 <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:ccjason@us.ibm.com" title="IBM Research">Crawford, J.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http ://tools.ietf.org/html/rfc5842">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 5842, April 2010.501 <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/rfc5842">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 5842, April 2010. 480 502 </td> 481 503 </tr> 482 504 <tr> 483 505 <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td> 484 <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="http ://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-10">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-10 (work in progress), July 2010.506 <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-10">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-10 (work in progress), July 2010. 485 507 </td> 486 508 </tr> 487 509 </table> 510 <div id="updated.registry.contents"> 511 <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a> <a href="#updated.registry.contents">Initial Registry Contents</a></h1> 512 <div id="rfc.table.u.1"> 513 <table class="tt full left" cellpadding="3" cellspacing="0"> 514 <thead> 515 <tr> 516 <th>Method Name</th> 517 <th>Safe</th> 518 <th>Reference</th> 519 </tr> 520 </thead> 521 <tbody> 522 <tr> 523 <td class="left">ACL</td> 524 <td class="left">no</td> 525 <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> 526 </tr> 527 <tr> 528 <td class="left">BASELINE-CONTROL</td> 529 <td class="left">no</td> 530 <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> 531 </tr> 532 <tr> 533 <td class="left">BIND</td> 534 <td class="left">no</td> 535 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="https://tools.ietf.org/html/rfc5842#section-4">Section 4</a></td> 536 </tr> 537 <tr> 538 <td class="left">CHECKIN</td> 539 <td class="left">no</td> 540 <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> 541 </tr> 542 <tr> 543 <td class="left">CHECKOUT</td> 544 <td class="left">no</td> 545 <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> 546 </tr> 547 <tr> 548 <td class="left">COPY</td> 549 <td class="left">no</td> 550 <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> 551 </tr> 552 <tr> 553 <td class="left">LABEL</td> 554 <td class="left">no</td> 555 <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> 556 </tr> 557 <tr> 558 <td class="left">LINK</td> 559 <td class="left">no</td> 560 <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> 561 </tr> 562 <tr> 563 <td class="left">LOCK</td> 564 <td class="left">no</td> 565 <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> 566 </tr> 567 <tr> 568 <td class="left">MERGE</td> 569 <td class="left">no</td> 570 <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> 571 </tr> 572 <tr> 573 <td class="left">MKACTIVITY</td> 574 <td class="left">no</td> 575 <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> 576 </tr> 577 <tr> 578 <td class="left">MKCALENDAR</td> 579 <td class="left">no</td> 580 <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> 581 </tr> 582 <tr> 583 <td class="left">MKCOL</td> 584 <td class="left">no</td> 585 <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> 586 </tr> 587 <tr> 588 <td class="left">MKREDIRECTREF</td> 589 <td class="left">no</td> 590 <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> 591 </tr> 592 <tr> 593 <td class="left">MKWORKSPACE</td> 594 <td class="left">no</td> 595 <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> 596 </tr> 597 <tr> 598 <td class="left">MOVE</td> 599 <td class="left">no</td> 600 <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> 601 </tr> 602 <tr> 603 <td class="left">ORDERPATCH</td> 604 <td class="left">no</td> 605 <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> 606 </tr> 607 <tr> 608 <td class="left">PATCH</td> 609 <td class="left">no</td> 610 <td class="left"><a href="#RFC5789"><cite title="PATCH Method for HTTP">[RFC5789]</cite></a>, <a href="https://tools.ietf.org/html/rfc5789#section-2">Section 2</a></td> 611 </tr> 612 <tr> 613 <td class="left">PROPFIND</td> 614 <td class="left">yes</td> 615 <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> 616 </tr> 617 <tr> 618 <td class="left">PROPPATCH</td> 619 <td class="left">no</td> 620 <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> 621 </tr> 622 <tr> 623 <td class="left">REBIND</td> 624 <td class="left">no</td> 625 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="https://tools.ietf.org/html/rfc5842#section-6">Section 6</a></td> 626 </tr> 627 <tr> 628 <td class="left">REPORT</td> 629 <td class="left">yes</td> 630 <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> 631 </tr> 632 <tr> 633 <td class="left">SEARCH</td> 634 <td class="left">yes</td> 635 <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> 636 </tr> 637 <tr> 638 <td class="left">UNBIND</td> 639 <td class="left">no</td> 640 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="https://tools.ietf.org/html/rfc5842#section-5">Section 5</a></td> 641 </tr> 642 <tr> 643 <td class="left">UNCHECKOUT</td> 644 <td class="left">no</td> 645 <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> 646 </tr> 647 <tr> 648 <td class="left">UNLINK</td> 649 <td class="left">no</td> 650 <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> 651 </tr> 652 <tr> 653 <td class="left">UNLOCK</td> 654 <td class="left">no</td> 655 <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> 656 </tr> 657 <tr> 658 <td class="left">UPDATE</td> 659 <td class="left">no</td> 660 <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> 661 </tr> 662 <tr> 663 <td class="left">UPDATEREDIRECTREF</td> 664 <td class="left">no</td> 665 <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> 666 </tr> 667 <tr> 668 <td class="left">VERSION-CONTROL</td> 669 <td class="left">no</td> 670 <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> 671 </tr> 672 </tbody> 673 </table> 674 </div> 675 </div> 676 <div id="change.log"> 677 <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> 678 <div> 679 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-method-registrations-00 680 </h2> 681 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> 682 </div> 683 <div> 684 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-method-registrations-01 685 </h2> 686 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> 687 </div> 688 <div> 689 <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> Since draft-ietf-httpbis-method-registrations-02 690 </h2> 691 <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 692 are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause. 693 </p> 694 </div> 695 <div> 696 <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a> Since draft-ietf-httpbis-method-registrations-03 697 </h2> 698 <p id="rfc.section.B.4.p.1">draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842. Fix typo in MKACTIVITY 699 entry. Update draft-ietf-httpbis-p2-semantics reference. Fix change log section titles. 700 </p> 701 </div> 702 </div> 488 703 <div class="avoidbreak"> 489 704 <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> 490 < 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>705 <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> 491 706 </div> 492 <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>493 <div id="rfc.table.u.1">494 <table class="tt full left" cellpadding="3" cellspacing="0">495 <thead>496 <tr>497 <th>Method Name</th>498 <th>Safe</th>499 <th>Reference</th>500 </tr>501 </thead>502 <tbody>503 <tr>504 <td class="left">ACL</td>505 <td class="left">no</td>506 <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>507 </tr>508 <tr>509 <td class="left">BASELINE-CONTROL</td>510 <td class="left">no</td>511 <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>512 </tr>513 <tr>514 <td class="left">BIND</td>515 <td class="left">no</td>516 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-4">Section 4</a></td>517 </tr>518 <tr>519 <td class="left">CHECKIN</td>520 <td class="left">no</td>521 <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>522 </tr>523 <tr>524 <td class="left">CHECKOUT</td>525 <td class="left">no</td>526 <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>527 </tr>528 <tr>529 <td class="left">COPY</td>530 <td class="left">no</td>531 <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>532 </tr>533 <tr>534 <td class="left">LABEL</td>535 <td class="left">no</td>536 <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>537 </tr>538 <tr>539 <td class="left">LINK</td>540 <td class="left">no</td>541 <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>542 </tr>543 <tr>544 <td class="left">LOCK</td>545 <td class="left">no</td>546 <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>547 </tr>548 <tr>549 <td class="left">MERGE</td>550 <td class="left">no</td>551 <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>552 </tr>553 <tr>554 <td class="left">MKACTIVITY</td>555 <td class="left">no</td>556 <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>557 </tr>558 <tr>559 <td class="left">MKCALENDAR</td>560 <td class="left">no</td>561 <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>562 </tr>563 <tr>564 <td class="left">MKCOL</td>565 <td class="left">no</td>566 <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>567 </tr>568 <tr>569 <td class="left">MKREDIRECTREF</td>570 <td class="left">no</td>571 <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>572 </tr>573 <tr>574 <td class="left">MKWORKSPACE</td>575 <td class="left">no</td>576 <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>577 </tr>578 <tr>579 <td class="left">MOVE</td>580 <td class="left">no</td>581 <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>582 </tr>583 <tr>584 <td class="left">ORDERPATCH</td>585 <td class="left">no</td>586 <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>587 </tr>588 <tr>589 <td class="left">PATCH</td>590 <td class="left">no</td>591 <td class="left"><a href="#RFC5789"><cite title="PATCH Method for HTTP">[RFC5789]</cite></a>, <a href="http://tools.ietf.org/html/rfc5789#section-2">Section 2</a></td>592 </tr>593 <tr>594 <td class="left">PROPFIND</td>595 <td class="left">yes</td>596 <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>597 </tr>598 <tr>599 <td class="left">PROPPATCH</td>600 <td class="left">no</td>601 <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>602 </tr>603 <tr>604 <td class="left">REBIND</td>605 <td class="left">no</td>606 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-6">Section 6</a></td>607 </tr>608 <tr>609 <td class="left">REPORT</td>610 <td class="left">yes</td>611 <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>612 </tr>613 <tr>614 <td class="left">SEARCH</td>615 <td class="left">yes</td>616 <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>617 </tr>618 <tr>619 <td class="left">UNBIND</td>620 <td class="left">no</td>621 <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-5">Section 5</a></td>622 </tr>623 <tr>624 <td class="left">UNCHECKOUT</td>625 <td class="left">no</td>626 <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>627 </tr>628 <tr>629 <td class="left">UNLINK</td>630 <td class="left">no</td>631 <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>632 </tr>633 <tr>634 <td class="left">UNLOCK</td>635 <td class="left">no</td>636 <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>637 </tr>638 <tr>639 <td class="left">UPDATE</td>640 <td class="left">no</td>641 <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>642 </tr>643 <tr>644 <td class="left">UPDATEREDIRECTREF</td>645 <td class="left">no</td>646 <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>647 </tr>648 <tr>649 <td class="left">VERSION-CONTROL</td>650 <td class="left">no</td>651 <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>652 </tr>653 </tbody>654 </table>655 </div>656 <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>657 <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-method-registrations-00658 </h2>659 <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p>660 <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-method-registrations-01661 </h2>662 <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p>663 <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> Since draft-ietf-httpbis-method-registrations-02664 </h2>665 <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 REBIND666 are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause.667 </p>668 <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a> Since draft-ietf-httpbis-method-registrations-03669 </h2>670 <p id="rfc.section.B.4.p.1">draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842. Fix typo in MKACTIVITY671 entry. Update draft-ietf-httpbis-p2-semantics reference. Fix change log section titles.672 </p>673 707 </body> 674 708 </html> -
draft-ietf-httpbis-method-registrations/05/draft-ietf-httpbis-method-registrations.html
r1100 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 }