[282] | 1 | <!DOCTYPE html |
---|
| 2 | PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
---|
| 3 | <html lang="en"> |
---|
[586] | 4 | <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/"> |
---|
[282] | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
| 6 | <title>Initial Hypertext Transfer Protocol (HTTP) |
---|
| 7 | Method Registrations |
---|
| 8 | </title><style type="text/css" title="Xml2Rfc (sans serif)"> |
---|
| 9 | a { |
---|
| 10 | text-decoration: none; |
---|
| 11 | } |
---|
| 12 | a.smpl { |
---|
| 13 | color: black; |
---|
| 14 | } |
---|
| 15 | a:hover { |
---|
| 16 | text-decoration: underline; |
---|
| 17 | } |
---|
| 18 | a:active { |
---|
| 19 | text-decoration: underline; |
---|
| 20 | } |
---|
| 21 | address { |
---|
| 22 | margin-top: 1em; |
---|
| 23 | margin-left: 2em; |
---|
| 24 | font-style: normal; |
---|
| 25 | } |
---|
| 26 | body { |
---|
| 27 | color: black; |
---|
| 28 | font-family: verdana, helvetica, arial, sans-serif; |
---|
| 29 | font-size: 10pt; |
---|
| 30 | } |
---|
| 31 | cite { |
---|
| 32 | font-style: normal; |
---|
| 33 | } |
---|
| 34 | dd { |
---|
| 35 | margin-right: 2em; |
---|
| 36 | } |
---|
| 37 | dl { |
---|
| 38 | margin-left: 2em; |
---|
| 39 | } |
---|
| 40 | |
---|
[733] | 41 | ul.empty { |
---|
| 42 | list-style-type: none; |
---|
| 43 | } |
---|
| 44 | ul.empty li { |
---|
[282] | 45 | margin-top: .5em; |
---|
| 46 | } |
---|
| 47 | dl p { |
---|
| 48 | margin-left: 0em; |
---|
| 49 | } |
---|
| 50 | dt { |
---|
| 51 | margin-top: .5em; |
---|
| 52 | } |
---|
| 53 | h1 { |
---|
| 54 | font-size: 14pt; |
---|
| 55 | line-height: 21pt; |
---|
| 56 | page-break-after: avoid; |
---|
| 57 | } |
---|
| 58 | h1.np { |
---|
| 59 | page-break-before: always; |
---|
| 60 | } |
---|
| 61 | h1 a { |
---|
| 62 | color: #333333; |
---|
| 63 | } |
---|
| 64 | h2 { |
---|
| 65 | font-size: 12pt; |
---|
| 66 | line-height: 15pt; |
---|
| 67 | page-break-after: avoid; |
---|
| 68 | } |
---|
[446] | 69 | h3, h4, h5, h6 { |
---|
[282] | 70 | font-size: 10pt; |
---|
| 71 | page-break-after: avoid; |
---|
| 72 | } |
---|
[446] | 73 | h2 a, h3 a, h4 a, h5 a, h6 a { |
---|
[282] | 74 | color: black; |
---|
| 75 | } |
---|
| 76 | img { |
---|
| 77 | margin-left: 3em; |
---|
| 78 | } |
---|
| 79 | li { |
---|
| 80 | margin-left: 2em; |
---|
| 81 | margin-right: 2em; |
---|
| 82 | } |
---|
| 83 | ol { |
---|
| 84 | margin-left: 2em; |
---|
| 85 | margin-right: 2em; |
---|
| 86 | } |
---|
[1145] | 87 | ol.la { |
---|
| 88 | list-style-type: lower-alpha; |
---|
| 89 | } |
---|
| 90 | ol.ua { |
---|
| 91 | list-style-type: upper-alpha; |
---|
| 92 | } |
---|
[282] | 93 | ol p { |
---|
| 94 | margin-left: 0em; |
---|
| 95 | } |
---|
| 96 | p { |
---|
| 97 | margin-left: 2em; |
---|
| 98 | margin-right: 2em; |
---|
| 99 | } |
---|
| 100 | pre { |
---|
| 101 | margin-left: 3em; |
---|
| 102 | background-color: lightyellow; |
---|
| 103 | padding: .25em; |
---|
| 104 | } |
---|
| 105 | pre.text2 { |
---|
| 106 | border-style: dotted; |
---|
| 107 | border-width: 1px; |
---|
| 108 | background-color: #f0f0f0; |
---|
| 109 | width: 69em; |
---|
| 110 | } |
---|
| 111 | pre.inline { |
---|
| 112 | background-color: white; |
---|
| 113 | padding: 0em; |
---|
| 114 | } |
---|
| 115 | pre.text { |
---|
| 116 | border-style: dotted; |
---|
| 117 | border-width: 1px; |
---|
| 118 | background-color: #f8f8f8; |
---|
| 119 | width: 69em; |
---|
| 120 | } |
---|
| 121 | pre.drawing { |
---|
| 122 | border-style: solid; |
---|
| 123 | border-width: 1px; |
---|
| 124 | background-color: #f8f8f8; |
---|
| 125 | padding: 2em; |
---|
| 126 | } |
---|
| 127 | table { |
---|
| 128 | margin-left: 2em; |
---|
| 129 | } |
---|
| 130 | table.tt { |
---|
| 131 | vertical-align: top; |
---|
| 132 | } |
---|
| 133 | table.full { |
---|
| 134 | border-style: outset; |
---|
| 135 | border-width: 1px; |
---|
| 136 | } |
---|
| 137 | table.headers { |
---|
| 138 | border-style: outset; |
---|
| 139 | border-width: 1px; |
---|
| 140 | } |
---|
| 141 | table.tt td { |
---|
| 142 | vertical-align: top; |
---|
| 143 | } |
---|
| 144 | table.full td { |
---|
| 145 | border-style: inset; |
---|
| 146 | border-width: 1px; |
---|
| 147 | } |
---|
| 148 | table.tt th { |
---|
| 149 | vertical-align: top; |
---|
| 150 | } |
---|
| 151 | table.full th { |
---|
| 152 | border-style: inset; |
---|
| 153 | border-width: 1px; |
---|
| 154 | } |
---|
| 155 | table.headers th { |
---|
| 156 | border-style: none none inset none; |
---|
| 157 | border-width: 1px; |
---|
| 158 | } |
---|
[713] | 159 | table.left { |
---|
| 160 | margin-right: auto; |
---|
| 161 | } |
---|
| 162 | table.right { |
---|
| 163 | margin-left: auto; |
---|
| 164 | } |
---|
| 165 | table.center { |
---|
| 166 | margin-left: auto; |
---|
| 167 | margin-right: auto; |
---|
| 168 | } |
---|
[456] | 169 | caption { |
---|
| 170 | caption-side: bottom; |
---|
| 171 | font-weight: bold; |
---|
| 172 | font-size: 9pt; |
---|
| 173 | margin-top: .5em; |
---|
| 174 | } |
---|
| 175 | |
---|
[282] | 176 | table.header { |
---|
[733] | 177 | border-spacing: 1px; |
---|
[282] | 178 | width: 95%; |
---|
| 179 | font-size: 10pt; |
---|
| 180 | color: white; |
---|
| 181 | } |
---|
| 182 | td.top { |
---|
| 183 | vertical-align: top; |
---|
| 184 | } |
---|
| 185 | td.topnowrap { |
---|
| 186 | vertical-align: top; |
---|
| 187 | white-space: nowrap; |
---|
| 188 | } |
---|
[733] | 189 | table.header td { |
---|
[282] | 190 | background-color: gray; |
---|
| 191 | width: 50%; |
---|
| 192 | } |
---|
| 193 | td.reference { |
---|
| 194 | vertical-align: top; |
---|
| 195 | white-space: nowrap; |
---|
| 196 | padding-right: 1em; |
---|
| 197 | } |
---|
| 198 | thead { |
---|
| 199 | display:table-header-group; |
---|
| 200 | } |
---|
[1072] | 201 | ul.toc, ul.toc ul { |
---|
[282] | 202 | list-style: none; |
---|
| 203 | margin-left: 1.5em; |
---|
| 204 | margin-right: 0em; |
---|
| 205 | padding-left: 0em; |
---|
| 206 | } |
---|
[1072] | 207 | ul.toc li { |
---|
[282] | 208 | line-height: 150%; |
---|
| 209 | font-weight: bold; |
---|
| 210 | font-size: 10pt; |
---|
| 211 | margin-left: 0em; |
---|
| 212 | margin-right: 0em; |
---|
| 213 | } |
---|
[1072] | 214 | ul.toc li li { |
---|
[282] | 215 | line-height: normal; |
---|
| 216 | font-weight: normal; |
---|
| 217 | font-size: 9pt; |
---|
| 218 | margin-left: 0em; |
---|
| 219 | margin-right: 0em; |
---|
| 220 | } |
---|
[1072] | 221 | li.excluded { |
---|
[282] | 222 | font-size: 0pt; |
---|
| 223 | } |
---|
| 224 | ul p { |
---|
| 225 | margin-left: 0em; |
---|
| 226 | } |
---|
| 227 | |
---|
| 228 | .comment { |
---|
| 229 | background-color: yellow; |
---|
| 230 | } |
---|
| 231 | .center { |
---|
| 232 | text-align: center; |
---|
| 233 | } |
---|
| 234 | .error { |
---|
| 235 | color: red; |
---|
| 236 | font-style: italic; |
---|
| 237 | font-weight: bold; |
---|
| 238 | } |
---|
| 239 | .figure { |
---|
| 240 | font-weight: bold; |
---|
| 241 | text-align: center; |
---|
| 242 | font-size: 9pt; |
---|
| 243 | } |
---|
| 244 | .filename { |
---|
| 245 | color: #333333; |
---|
| 246 | font-weight: bold; |
---|
| 247 | font-size: 12pt; |
---|
| 248 | line-height: 21pt; |
---|
| 249 | text-align: center; |
---|
| 250 | } |
---|
| 251 | .fn { |
---|
| 252 | font-weight: bold; |
---|
| 253 | } |
---|
| 254 | .hidden { |
---|
| 255 | display: none; |
---|
| 256 | } |
---|
| 257 | .left { |
---|
| 258 | text-align: left; |
---|
| 259 | } |
---|
| 260 | .right { |
---|
| 261 | text-align: right; |
---|
| 262 | } |
---|
| 263 | .title { |
---|
| 264 | color: #990000; |
---|
| 265 | font-size: 18pt; |
---|
| 266 | line-height: 18pt; |
---|
| 267 | font-weight: bold; |
---|
| 268 | text-align: center; |
---|
| 269 | margin-top: 36pt; |
---|
| 270 | } |
---|
| 271 | .vcardline { |
---|
| 272 | display: block; |
---|
| 273 | } |
---|
| 274 | .warning { |
---|
| 275 | font-size: 14pt; |
---|
| 276 | background-color: yellow; |
---|
| 277 | } |
---|
| 278 | |
---|
| 279 | |
---|
| 280 | @media print { |
---|
| 281 | .noprint { |
---|
| 282 | display: none; |
---|
| 283 | } |
---|
| 284 | |
---|
| 285 | a { |
---|
| 286 | color: black; |
---|
| 287 | text-decoration: none; |
---|
| 288 | } |
---|
| 289 | |
---|
| 290 | table.header { |
---|
| 291 | width: 90%; |
---|
| 292 | } |
---|
| 293 | |
---|
| 294 | td.header { |
---|
| 295 | width: 50%; |
---|
| 296 | color: black; |
---|
| 297 | background-color: white; |
---|
| 298 | vertical-align: top; |
---|
| 299 | font-size: 12pt; |
---|
| 300 | } |
---|
| 301 | |
---|
| 302 | ul.toc a::after { |
---|
| 303 | content: leader('.') target-counter(attr(href), page); |
---|
| 304 | } |
---|
| 305 | |
---|
[1072] | 306 | ul.ind li li a { |
---|
[282] | 307 | content: target-counter(attr(href), page); |
---|
| 308 | } |
---|
| 309 | |
---|
| 310 | .print2col { |
---|
| 311 | column-count: 2; |
---|
| 312 | column-fill: auto; |
---|
| 313 | } |
---|
| 314 | } |
---|
| 315 | |
---|
| 316 | @page { |
---|
| 317 | @top-left { |
---|
[754] | 318 | content: "Internet-Draft"; |
---|
[282] | 319 | } |
---|
| 320 | @top-right { |
---|
[1497] | 321 | content: "January 2012"; |
---|
[282] | 322 | } |
---|
| 323 | @top-center { |
---|
| 324 | content: "HTTP Method Registrations"; |
---|
| 325 | } |
---|
| 326 | @bottom-left { |
---|
| 327 | content: "Reschke"; |
---|
| 328 | } |
---|
| 329 | @bottom-center { |
---|
[1502] | 330 | content: "Expires July 7, 2012"; |
---|
[282] | 331 | } |
---|
| 332 | @bottom-right { |
---|
| 333 | content: "[Page " counter(page) "]"; |
---|
| 334 | } |
---|
| 335 | } |
---|
| 336 | |
---|
| 337 | @page:first { |
---|
| 338 | @top-left { |
---|
| 339 | content: normal; |
---|
| 340 | } |
---|
| 341 | @top-right { |
---|
| 342 | content: normal; |
---|
| 343 | } |
---|
| 344 | @top-center { |
---|
| 345 | content: normal; |
---|
| 346 | } |
---|
| 347 | } |
---|
| 348 | </style><link rel="Contents" href="#rfc.toc"> |
---|
| 349 | <link rel="Author" href="#rfc.authors"> |
---|
[754] | 350 | <link rel="Copyright" href="#rfc.copyrightnotice"> |
---|
[282] | 351 | <link rel="Chapter" title="1 Introduction" href="#rfc.section.1"> |
---|
| 352 | <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2"> |
---|
| 353 | <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3"> |
---|
| 354 | <link rel="Chapter" href="#rfc.section.4" title="4 Normative References"> |
---|
| 355 | <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A"> |
---|
[414] | 356 | <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B"> |
---|
[1497] | 357 | <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.561, 2011-12-24 13:06:50, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> |
---|
[754] | 358 | <link rel="schema.dct" href="http://purl.org/dc/terms/"> |
---|
| 359 | <meta name="dct.creator" content="Reschke, J. F."> |
---|
[1502] | 360 | <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-method-registrations-07"> |
---|
| 361 | <meta name="dct.issued" scheme="ISO8601" content="2012-01-04"> |
---|
[754] | 362 | <meta name="dct.abstract" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established."> |
---|
[713] | 363 | <meta name="description" content="This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before the IANA HTTP Method Registry was established."> |
---|
[282] | 364 | </head> |
---|
| 365 | <body> |
---|
[733] | 366 | <table class="header"> |
---|
| 367 | <tbody> |
---|
| 368 | <tr> |
---|
| 369 | <td class="left">HTTPbis Working Group</td> |
---|
[832] | 370 | <td class="right">J. Reschke</td> |
---|
[733] | 371 | </tr> |
---|
| 372 | <tr> |
---|
[754] | 373 | <td class="left">Internet-Draft</td> |
---|
[733] | 374 | <td class="right">greenbytes</td> |
---|
| 375 | </tr> |
---|
| 376 | <tr> |
---|
| 377 | <td class="left">Intended status: Informational</td> |
---|
[1502] | 378 | <td class="right">January 4, 2012</td> |
---|
[733] | 379 | </tr> |
---|
| 380 | <tr> |
---|
[1502] | 381 | <td class="left">Expires: July 7, 2012</td> |
---|
[733] | 382 | <td class="right"></td> |
---|
| 383 | </tr> |
---|
| 384 | </tbody> |
---|
[282] | 385 | </table> |
---|
[1502] | 386 | <p class="title">Initial Hypertext Transfer Protocol (HTTP) Method Registrations<br><span class="filename">draft-ietf-httpbis-method-registrations-07</span></p> |
---|
[725] | 387 | <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> |
---|
| 388 | <p>This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before |
---|
| 389 | the IANA HTTP Method Registry was established. |
---|
| 390 | </p> |
---|
[984] | 391 | <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> |
---|
[1269] | 392 | <p>Discussion of this draft should take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived |
---|
| 393 | at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. |
---|
[984] | 394 | </p> |
---|
[1269] | 395 | <p>The current issues list is at <<a href="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=method-registrations">http://trac.tools.ietf.org/wg/httpbis/trac/query?component=method-registrations</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. |
---|
| 396 | </p> |
---|
[1325] | 397 | <p>The changes in this draft are summarized in <a href="#changes.since.06" title="Since draft-ietf-httpbis-method-registrations-06">Appendix B.7</a>. |
---|
[984] | 398 | </p> |
---|
[799] | 399 | <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> |
---|
| 400 | <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> |
---|
| 401 | <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute |
---|
| 402 | working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>. |
---|
[282] | 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> |
---|
[1502] | 408 | <p>This Internet-Draft will expire on July 7, 2012.</p> |
---|
[446] | 409 | <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> |
---|
[1497] | 410 | <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> |
---|
[725] | 411 | <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights |
---|
| 412 | and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License |
---|
[799] | 413 | text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified |
---|
| 414 | BSD License. |
---|
[446] | 415 | </p> |
---|
[282] | 416 | <hr class="noprint"> |
---|
| 417 | <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> |
---|
| 418 | <ul class="toc"> |
---|
[1072] | 419 | <li>1. <a href="#introduction">Introduction</a></li> |
---|
| 420 | <li>2. <a href="#security.considerations">Security Considerations</a></li> |
---|
| 421 | <li>3. <a href="#iana.considerations">IANA Considerations</a></li> |
---|
| 422 | <li>4. <a href="#rfc.references">Normative References</a></li> |
---|
| 423 | <li><a href="#rfc.authors">Author's Address</a></li> |
---|
| 424 | <li>A. <a href="#updated.registry.contents">Initial Registry Contents</a></li> |
---|
| 425 | <li>B. <a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul> |
---|
| 426 | <li>B.1 <a href="#rfc.section.B.1">Since draft-ietf-httpbis-method-registrations-00</a></li> |
---|
| 427 | <li>B.2 <a href="#rfc.section.B.2">Since draft-ietf-httpbis-method-registrations-01</a></li> |
---|
| 428 | <li>B.3 <a href="#rfc.section.B.3">Since draft-ietf-httpbis-method-registrations-02</a></li> |
---|
| 429 | <li>B.4 <a href="#rfc.section.B.4">Since draft-ietf-httpbis-method-registrations-03</a></li> |
---|
| 430 | <li>B.5 <a href="#changes.since.04">Since draft-ietf-httpbis-method-registrations-04</a></li> |
---|
[1100] | 431 | <li>B.6 <a href="#changes.since.05">Since draft-ietf-httpbis-method-registrations-05</a></li> |
---|
[1325] | 432 | <li>B.7 <a href="#changes.since.06">Since draft-ietf-httpbis-method-registrations-06</a></li> |
---|
[414] | 433 | </ul> |
---|
| 434 | </li> |
---|
[282] | 435 | </ul> |
---|
| 436 | <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> |
---|
[734] | 437 | <p id="rfc.section.1.p.1">This document registers those Hypertext Transfer Protocol (HTTP) methods which have been defined in standards-track RFCs before |
---|
| 438 | the IANA HTTP Method Registry was established. |
---|
[282] | 439 | </p> |
---|
| 440 | <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a> <a id="security.considerations" href="#security.considerations">Security Considerations</a></h1> |
---|
| 441 | <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p> |
---|
| 442 | <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a> <a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1> |
---|
[1501] | 443 | <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/18/p2-semantics.html#method.registry" title="Method Registry">Section 2.2</a> of <a href="#draft-ietf-httpbis-p2-semantics"><cite title="HTTP/1.1, part 2: Message Semantics">[draft-ietf-httpbis-p2-semantics]</cite></a>). |
---|
[282] | 444 | </p> |
---|
| 445 | <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References |
---|
| 446 | </h1> |
---|
[713] | 447 | <table> |
---|
[282] | 448 | <tr> |
---|
| 449 | <td class="reference"><b id="RFC2068">[RFC2068]</b></td> |
---|
| 450 | <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine, Department of Information and Computer Science">Fielding, R.</a>, <a href="mailto:jg@w3.org" title="MIT Laboratory for Computer Science">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Digital Equipment Corporation, Western Research Laboratory">Mogul, J.</a>, <a href="mailto:frystyk@w3.org" title="MIT Laboratory for Computer Science">Nielsen, H.</a>, and <a href="mailto:timbl@w3.org" title="MIT Laboratory for Computer Science">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2068">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2068, January 1997. |
---|
| 451 | </td> |
---|
| 452 | </tr> |
---|
| 453 | <tr> |
---|
| 454 | <td class="reference"><b id="RFC3253">[RFC3253]</b></td> |
---|
| 455 | <td class="top"><a href="mailto:geoffrey.clemm@rational.com" title="Rational Software">Clemm, G.</a>, <a href="mailto:jamsden@us.ibm.com" title="IBM">Amsden, J.</a>, <a href="mailto:tim_ellison@uk.ibm.com" title="IBM">Ellison, T.</a>, <a href="mailto:ckaler@microsoft.com" title="Microsoft">Kaler, C.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http://tools.ietf.org/html/rfc3253">Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)</a>”, RFC 3253, March 2002. |
---|
| 456 | </td> |
---|
| 457 | </tr> |
---|
| 458 | <tr> |
---|
| 459 | <td class="reference"><b id="RFC3648">[RFC3648]</b></td> |
---|
[832] | 460 | <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/rfc3648">Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol</a>”, RFC 3648, December 2003. |
---|
[282] | 461 | </td> |
---|
| 462 | </tr> |
---|
| 463 | <tr> |
---|
| 464 | <td class="reference"><b id="RFC3744">[RFC3744]</b></td> |
---|
[832] | 465 | <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J.</a>, <a href="mailto:eric.sedlar@oracle.com" title="Oracle Corporation">Sedlar, E.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="U.C. Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http://tools.ietf.org/html/rfc3744">Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol</a>”, RFC 3744, May 2004. |
---|
[282] | 466 | </td> |
---|
| 467 | </tr> |
---|
| 468 | <tr> |
---|
| 469 | <td class="reference"><b id="RFC4437">[RFC4437]</b></td> |
---|
[832] | 470 | <td class="top"><a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">Whitehead, J.</a>, <a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/rfc4437">Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources</a>”, RFC 4437, March 2006. |
---|
[282] | 471 | </td> |
---|
| 472 | </tr> |
---|
| 473 | <tr> |
---|
| 474 | <td class="reference"><b id="RFC4791">[RFC4791]</b></td> |
---|
[832] | 475 | <td class="top"><a href="mailto:cyrus@daboo.name" title="Apple Inc.">Daboo, C.</a>, <a href="mailto:bernard.desruisseaux@oracle.com" title="Oracle Corporation">Desruisseaux, B.</a>, and <a href="mailto:ldusseault@commerce.net" title="CommerceNet">L. Dusseault</a>, “<a href="http://tools.ietf.org/html/rfc4791">Calendaring Extensions to WebDAV (CalDAV)</a>”, RFC 4791, March 2007. |
---|
[282] | 476 | </td> |
---|
| 477 | </tr> |
---|
| 478 | <tr> |
---|
| 479 | <td class="reference"><b id="RFC4918">[RFC4918]</b></td> |
---|
| 480 | <td class="top"><a href="mailto:ldusseault@commerce.net" title="CommerceNet">Dusseault, L., Ed.</a>, “<a href="http://tools.ietf.org/html/rfc4918">HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 4918, June 2007. |
---|
| 481 | </td> |
---|
| 482 | </tr> |
---|
| 483 | <tr> |
---|
[414] | 484 | <td class="reference"><b id="RFC5323">[RFC5323]</b></td> |
---|
[832] | 485 | <td class="top"><a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, <a href="mailto:Surendra.Reddy@mitrix.com" title="Mitrix, Inc.">Reddy, S.</a>, <a href="mailto:jrd3@alum.mit.edu">Davis, J.</a>, and <a href="mailto:ababich@us.ibm.com" title="IBM Corporation">A. Babich</a>, “<a href="http://tools.ietf.org/html/rfc5323">Web Distributed Authoring and Versioning (WebDAV) SEARCH</a>”, RFC 5323, November 2008. |
---|
[414] | 486 | </td> |
---|
| 487 | </tr> |
---|
| 488 | <tr> |
---|
[794] | 489 | <td class="reference"><b id="RFC5789">[RFC5789]</b></td> |
---|
[832] | 490 | <td class="top"><a href="mailto:lisa.dusseault@gmail.com" title="Linden Lab">Dusseault, L.</a> and <a href="mailto:jasnell@gmail.com">J. Snell</a>, “<a href="http://tools.ietf.org/html/rfc5789">PATCH Method for HTTP</a>”, RFC 5789, March 2010. |
---|
[733] | 491 | </td> |
---|
| 492 | </tr> |
---|
| 493 | <tr> |
---|
[811] | 494 | <td class="reference"><b id="RFC5842">[RFC5842]</b></td> |
---|
[832] | 495 | <td class="top"><a href="mailto:geoffrey.clemm@us.ibm.com" title="IBM">Clemm, G.</a>, <a href="mailto:ccjason@us.ibm.com" title="IBM Research">Crawford, J.</a>, <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">Reschke, J., Ed.</a>, and <a href="mailto:ejw@cse.ucsc.edu" title="UC Santa Cruz, Dept. of Computer Science">J. Whitehead</a>, “<a href="http://tools.ietf.org/html/rfc5842">Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)</a>”, RFC 5842, April 2010. |
---|
[282] | 496 | </td> |
---|
| 497 | </tr> |
---|
[749] | 498 | <tr> |
---|
[811] | 499 | <td class="reference"><b id="draft-ietf-httpbis-p2-semantics">[draft-ietf-httpbis-p2-semantics]</b></td> |
---|
[1501] | 500 | <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:jg@laptop.org" title="One Laptop per Child">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-18">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-18 (work in progress), January 2012. |
---|
[749] | 501 | </td> |
---|
| 502 | </tr> |
---|
[282] | 503 | </table> |
---|
[662] | 504 | <div class="avoidbreak"> |
---|
| 505 | <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1> |
---|
[799] | 506 | <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span><span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span> <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> |
---|
[662] | 507 | </div> |
---|
| 508 | <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> |
---|
[282] | 509 | <div id="rfc.table.u.1"> |
---|
[733] | 510 | <table class="tt full left" cellpadding="3" cellspacing="0"> |
---|
[282] | 511 | <thead> |
---|
| 512 | <tr> |
---|
| 513 | <th>Method Name</th> |
---|
[287] | 514 | <th>Safe</th> |
---|
[282] | 515 | <th>Reference</th> |
---|
| 516 | </tr> |
---|
| 517 | </thead> |
---|
| 518 | <tbody> |
---|
| 519 | <tr> |
---|
[713] | 520 | <td class="left">ACL</td> |
---|
| 521 | <td class="left">no</td> |
---|
| 522 | <td class="left"><a href="#RFC3744"><cite title="Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol">[RFC3744]</cite></a>, <a href="http://tools.ietf.org/html/rfc3744#section-8.1">Section 8.1</a></td> |
---|
[282] | 523 | </tr> |
---|
| 524 | <tr> |
---|
[713] | 525 | <td class="left">BASELINE-CONTROL</td> |
---|
| 526 | <td class="left">no</td> |
---|
| 527 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-12.6">Section 12.6</a></td> |
---|
[282] | 528 | </tr> |
---|
| 529 | <tr> |
---|
[749] | 530 | <td class="left">BIND</td> |
---|
| 531 | <td class="left">no</td> |
---|
[811] | 532 | <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-4">Section 4</a></td> |
---|
[749] | 533 | </tr> |
---|
| 534 | <tr> |
---|
[713] | 535 | <td class="left">CHECKIN</td> |
---|
| 536 | <td class="left">no</td> |
---|
| 537 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.4">Section 4.4</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-9.4">Section 9.4</a></td> |
---|
[282] | 538 | </tr> |
---|
| 539 | <tr> |
---|
[713] | 540 | <td class="left">CHECKOUT</td> |
---|
| 541 | <td class="left">no</td> |
---|
| 542 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.3">Section 4.3</a> and <a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-8.8">Section 8.8</a></td> |
---|
[282] | 543 | </tr> |
---|
| 544 | <tr> |
---|
[713] | 545 | <td class="left">COPY</td> |
---|
| 546 | <td class="left">no</td> |
---|
| 547 | <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.8">Section 9.8</a></td> |
---|
[282] | 548 | </tr> |
---|
| 549 | <tr> |
---|
[713] | 550 | <td class="left">LABEL</td> |
---|
| 551 | <td class="left">no</td> |
---|
| 552 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-8.2">Section 8.2</a></td> |
---|
[282] | 553 | </tr> |
---|
| 554 | <tr> |
---|
[713] | 555 | <td class="left">LINK</td> |
---|
| 556 | <td class="left">no</td> |
---|
| 557 | <td class="left"><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="http://tools.ietf.org/html/rfc2068#section-19.6.1.2">Section 19.6.1.2</a></td> |
---|
[282] | 558 | </tr> |
---|
| 559 | <tr> |
---|
[713] | 560 | <td class="left">LOCK</td> |
---|
| 561 | <td class="left">no</td> |
---|
| 562 | <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.10">Section 9.10</a></td> |
---|
[282] | 563 | </tr> |
---|
| 564 | <tr> |
---|
[713] | 565 | <td class="left">MERGE</td> |
---|
| 566 | <td class="left">no</td> |
---|
| 567 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-11.2">Section 11.2</a></td> |
---|
[282] | 568 | </tr> |
---|
| 569 | <tr> |
---|
[820] | 570 | <td class="left">MKACTIVITY</td> |
---|
[713] | 571 | <td class="left">no</td> |
---|
| 572 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-13.5">Section 13.5</a></td> |
---|
[282] | 573 | </tr> |
---|
| 574 | <tr> |
---|
[713] | 575 | <td class="left">MKCALENDAR</td> |
---|
| 576 | <td class="left">no</td> |
---|
| 577 | <td class="left"><a href="#RFC4791"><cite title="Calendaring Extensions to WebDAV (CalDAV)">[RFC4791]</cite></a>, <a href="http://tools.ietf.org/html/rfc4791#section-5.3.1">Section 5.3.1</a></td> |
---|
[282] | 578 | </tr> |
---|
| 579 | <tr> |
---|
[713] | 580 | <td class="left">MKCOL</td> |
---|
| 581 | <td class="left">no</td> |
---|
| 582 | <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.3">Section 9.3</a></td> |
---|
[282] | 583 | </tr> |
---|
| 584 | <tr> |
---|
[713] | 585 | <td class="left">MKREDIRECTREF</td> |
---|
| 586 | <td class="left">no</td> |
---|
| 587 | <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-6">Section 6</a></td> |
---|
[282] | 588 | </tr> |
---|
| 589 | <tr> |
---|
[713] | 590 | <td class="left">MKWORKSPACE</td> |
---|
| 591 | <td class="left">no</td> |
---|
| 592 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-6.3">Section 6.3</a></td> |
---|
[282] | 593 | </tr> |
---|
| 594 | <tr> |
---|
[713] | 595 | <td class="left">MOVE</td> |
---|
| 596 | <td class="left">no</td> |
---|
| 597 | <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.9">Section 9.9</a></td> |
---|
[282] | 598 | </tr> |
---|
| 599 | <tr> |
---|
[713] | 600 | <td class="left">ORDERPATCH</td> |
---|
| 601 | <td class="left">no</td> |
---|
| 602 | <td class="left"><a href="#RFC3648"><cite title="Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol">[RFC3648]</cite></a>, <a href="http://tools.ietf.org/html/rfc3648#section-7">Section 7</a></td> |
---|
[282] | 603 | </tr> |
---|
| 604 | <tr> |
---|
[713] | 605 | <td class="left">PATCH</td> |
---|
| 606 | <td class="left">no</td> |
---|
[794] | 607 | <td class="left"><a href="#RFC5789"><cite title="PATCH Method for HTTP">[RFC5789]</cite></a>, <a href="http://tools.ietf.org/html/rfc5789#section-2">Section 2</a></td> |
---|
[282] | 608 | </tr> |
---|
| 609 | <tr> |
---|
[713] | 610 | <td class="left">PROPFIND</td> |
---|
| 611 | <td class="left">yes</td> |
---|
| 612 | <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.1">Section 9.1</a></td> |
---|
[282] | 613 | </tr> |
---|
| 614 | <tr> |
---|
[713] | 615 | <td class="left">PROPPATCH</td> |
---|
| 616 | <td class="left">no</td> |
---|
| 617 | <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.2">Section 9.2</a></td> |
---|
[282] | 618 | </tr> |
---|
| 619 | <tr> |
---|
[749] | 620 | <td class="left">REBIND</td> |
---|
| 621 | <td class="left">no</td> |
---|
[811] | 622 | <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-6">Section 6</a></td> |
---|
[749] | 623 | </tr> |
---|
| 624 | <tr> |
---|
[713] | 625 | <td class="left">REPORT</td> |
---|
| 626 | <td class="left">yes</td> |
---|
| 627 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-3.6">Section 3.6</a></td> |
---|
[282] | 628 | </tr> |
---|
| 629 | <tr> |
---|
[713] | 630 | <td class="left">SEARCH</td> |
---|
| 631 | <td class="left">yes</td> |
---|
| 632 | <td class="left"><a href="#RFC5323"><cite title="Web Distributed Authoring and Versioning (WebDAV) SEARCH">[RFC5323]</cite></a>, <a href="http://tools.ietf.org/html/rfc5323#section-2">Section 2</a></td> |
---|
[414] | 633 | </tr> |
---|
| 634 | <tr> |
---|
[749] | 635 | <td class="left">UNBIND</td> |
---|
| 636 | <td class="left">no</td> |
---|
[811] | 637 | <td class="left"><a href="#RFC5842"><cite title="Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)">[RFC5842]</cite></a>, <a href="http://tools.ietf.org/html/rfc5842#section-5">Section 5</a></td> |
---|
[749] | 638 | </tr> |
---|
| 639 | <tr> |
---|
[713] | 640 | <td class="left">UNCHECKOUT</td> |
---|
| 641 | <td class="left">no</td> |
---|
| 642 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-4.5">Section 4.5</a></td> |
---|
[282] | 643 | </tr> |
---|
| 644 | <tr> |
---|
[713] | 645 | <td class="left">UNLINK</td> |
---|
| 646 | <td class="left">no</td> |
---|
| 647 | <td class="left"><a href="#RFC2068"><cite title="Hypertext Transfer Protocol -- HTTP/1.1">[RFC2068]</cite></a>, <a href="http://tools.ietf.org/html/rfc2068#section-19.6.1.3">Section 19.6.1.3</a></td> |
---|
[282] | 648 | </tr> |
---|
| 649 | <tr> |
---|
[713] | 650 | <td class="left">UNLOCK</td> |
---|
| 651 | <td class="left">no</td> |
---|
| 652 | <td class="left"><a href="#RFC4918"><cite title="HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)">[RFC4918]</cite></a>, <a href="http://tools.ietf.org/html/rfc4918#section-9.11">Section 9.11</a></td> |
---|
[282] | 653 | </tr> |
---|
| 654 | <tr> |
---|
[713] | 655 | <td class="left">UPDATE</td> |
---|
| 656 | <td class="left">no</td> |
---|
| 657 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-7.1">Section 7.1</a></td> |
---|
[282] | 658 | </tr> |
---|
| 659 | <tr> |
---|
[713] | 660 | <td class="left">UPDATEREDIRECTREF</td> |
---|
| 661 | <td class="left">no</td> |
---|
| 662 | <td class="left"><a href="#RFC4437"><cite title="Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources">[RFC4437]</cite></a>, <a href="http://tools.ietf.org/html/rfc4437#section-7">Section 7</a></td> |
---|
[282] | 663 | </tr> |
---|
| 664 | <tr> |
---|
[713] | 665 | <td class="left">VERSION-CONTROL</td> |
---|
| 666 | <td class="left">no</td> |
---|
| 667 | <td class="left"><a href="#RFC3253"><cite title="Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)">[RFC3253]</cite></a>, <a href="http://tools.ietf.org/html/rfc3253#section-3.5">Section 3.5</a></td> |
---|
[282] | 668 | </tr> |
---|
| 669 | </tbody> |
---|
| 670 | </table> |
---|
| 671 | </div> |
---|
[414] | 672 | <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> |
---|
[843] | 673 | <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a> Since draft-ietf-httpbis-method-registrations-00 |
---|
[414] | 674 | </h2> |
---|
| 675 | <p id="rfc.section.B.1.p.1">Added SEARCH method (RFC 5323).</p> |
---|
[843] | 676 | <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a> Since draft-ietf-httpbis-method-registrations-01 |
---|
[415] | 677 | </h2> |
---|
[436] | 678 | <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> |
---|
[843] | 679 | <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a> Since draft-ietf-httpbis-method-registrations-02 |
---|
[586] | 680 | </h2> |
---|
[749] | 681 | <p id="rfc.section.B.3.p.1">Update draft-ietf-httpbis-p2-semantics reference. PATCH is now defined in draft-dusseault-http-patch. BIND, UNBIND and REBIND |
---|
[751] | 682 | are defined in draft-ietf-webdav-bind. Drop the "updates draft-ietf-httpbis-p2-semantics" clause. |
---|
[749] | 683 | </p> |
---|
[843] | 684 | <h2 id="rfc.section.B.4"><a href="#rfc.section.B.4">B.4</a> Since draft-ietf-httpbis-method-registrations-03 |
---|
[775] | 685 | </h2> |
---|
[820] | 686 | <p id="rfc.section.B.4.p.1">draft-dusseault-http-patch was published as RFC 5789. draft-ietf-webdav-bind was published as RFC 5842. Fix typo in MKACTIVITY |
---|
[843] | 687 | entry. Update draft-ietf-httpbis-p2-semantics reference. Fix change log section titles. |
---|
[820] | 688 | </p> |
---|
[984] | 689 | <h2 id="rfc.section.B.5"><a href="#rfc.section.B.5">B.5</a> <a id="changes.since.04" href="#changes.since.04">Since draft-ietf-httpbis-method-registrations-04</a></h2> |
---|
[977] | 690 | <p id="rfc.section.B.5.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> |
---|
[1100] | 691 | <h2 id="rfc.section.B.6"><a href="#rfc.section.B.6">B.6</a> <a id="changes.since.05" href="#changes.since.05">Since draft-ietf-httpbis-method-registrations-05</a></h2> |
---|
[1185] | 692 | <p id="rfc.section.B.6.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> |
---|
[1325] | 693 | <h2 id="rfc.section.B.7"><a href="#rfc.section.B.7">B.7</a> <a id="changes.since.06" href="#changes.since.06">Since draft-ietf-httpbis-method-registrations-06</a></h2> |
---|
[1413] | 694 | <p id="rfc.section.B.7.p.1">Update draft-ietf-httpbis-p2-semantics reference.</p> |
---|
[282] | 695 | </body> |
---|
| 696 | </html> |
---|