Enum HttpMethod
Supported HTTP operations.
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum HttpMethod
Syntax (vb)
Public Enum HttpMethod
Synopsis
Fields
| DELETE | DELETE. |
| GET | GET. |
| HEAD | HEAD. |
| OPTIONS | OPTIONS. |
| PATCH | PATCH. |
| POST | POST. |
| PUT | PUT. |
Fields
| Name | Description |
|---|---|
| DELETE | DELETE. |
| GET | GET. |
| HEAD | HEAD. |
| OPTIONS | OPTIONS. |
| PATCH | PATCH. |
| POST | POST. |
| PUT | PUT. |