Skip to content

Commit 02c9cf2

Browse files
authored
Apply suggestions from code review
1 parent d18582e commit 02c9cf2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

content/en-us/reference/engine/classes/HttpService.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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> &nbsp;<a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/CONNECT">&#9432;</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>&nbsp;&nbsp;<a href="https://developer.mozilla.org/docs/Web/HTTP/Methods/OPTIONS">&#9432;</a></td>
484479
<td>The <code>OPTIONS</code> method requests the permitted communication options for the supplied address.</td>

0 commit comments

Comments
 (0)