Show / Hide Table of Contents

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.

Back to top Generated by DocFX