enum HttpMethod
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.HttpMethod |
![]() | software.amazon.awscdk.services.events.HttpMethod |
![]() | aws_cdk.aws_events.HttpMethod |
![]() | @aws-cdk/aws-events » HttpMethod |
Supported HTTP operations.
Members
Name | Description |
---|---|
POST | POST. |
GET | GET. |
HEAD | HEAD. |
OPTIONS | OPTIONS. |
PUT | PUT. |
PATCH | PATCH. |
DELETE | DELETE. |
POST
POST.
GET
GET.
HEAD
HEAD.
OPTIONS
OPTIONS.
PUT
PUT.
PATCH
PATCH.
DELETE
DELETE.