Class HttpMethods
All http request methods.
Inheritance
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class HttpMethods : Enum
Syntax (vb)
Public NotInheritable Class HttpMethods
Inherits
Enum
Synopsis
Fields
DELETE | The DELETE method deletes the specified resource. |
GET | The GET method requests a representation of the specified resource. |
HEAD | The HEAD method asks for a response identical to that of a GET request, but without the response body. |
POST | The POST method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server. |
PUT | The PUT method replaces all current representations of the target resource with the request payload. |
value__ |
Fields
DELETE
The DELETE method deletes the specified resource.
public const HttpMethods DELETE
Field Value
Type | Description |
---|---|
HttpMethods |
GET
The GET method requests a representation of the specified resource.
public const HttpMethods GET
Field Value
Type | Description |
---|---|
HttpMethods |
HEAD
The HEAD method asks for a response identical to that of a GET request, but without the response body.
public const HttpMethods HEAD
Field Value
Type | Description |
---|---|
HttpMethods |
POST
The POST method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.
public const HttpMethods POST
Field Value
Type | Description |
---|---|
HttpMethods |
PUT
The PUT method replaces all current representations of the target resource with the request payload.
public const HttpMethods PUT
Field Value
Type | Description |
---|---|
HttpMethods |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |