File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ methods:
431431 </tbody>
432432 </table>
433433
434- ##### HTTP methods
434+ ##### Supported HTTP methods
435435
436436 The HTTP request methods specify the purpose of the request being made and
437437 what is expected if the request is successful. For instance, the `GET`
@@ -474,11 +474,6 @@ methods:
474474 <td>The <code>DELETE</code> method deletes the resource specified in the supplied <code>Body</code> data at the requested address.</td>
475475 <td>Yes</td>
476476 </tr>
477- <tr>
478- <td><code>CONNECT</code> <a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/CONNECT">ⓘ</a></td>
479- <td>The <code>CONNECT</code> method establishes a tunnel to the requested server identified with the supplied <code>Body</code> data.</td>
480- <td>No</td>
481- </tr>
482477 <tr>
483478 <td><code>OPTIONS</code> <a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/OPTIONS">ⓘ</a></td>
484479 <td>The <code>OPTIONS</code> method requests the permitted communication options for the supplied address.</td>
You can’t perform that action at this time.
0 commit comments