Waiting for engine...
Skip to main content

HttpMethod

Defines the standard HTTP methods used in API requests and responses.

enum HttpMethod {
GET
HEAD
POST
PUT
DELETE
CONNECT
OPTIONS
TRACE
PATCH
}

Values

HttpMethod.GET

HTTP GET method for retrieving resources.

HttpMethod.HEAD

HTTP HEAD method for retrieving response headers only.

HttpMethod.POST

HTTP POST method for creating new resources.

HttpMethod.PUT

HTTP PUT method for updating existing resources.

HttpMethod.DELETE

HTTP DELETE method for removing resources.

HttpMethod.CONNECT

HTTP CONNECT method for establishing tunnels.

HttpMethod.OPTIONS

HTTP OPTIONS method for querying server capabilities.

HttpMethod.TRACE

HTTP TRACE method for diagnostic purposes.

HttpMethod.PATCH

HTTP PATCH method for partial resource updates.

Member Of

CorsAccessControl object ●  DeployedApiCallDetailData object ●  DeployedApiCallSummaryData object ●  DeployedApiCors object ●  DeployedApiCorsInput input ●  DeployedApiPolicyRule object ●  DeployedApiPolicyRuleCreateInput input ●  DeployedApiPolicyRuleInput input ●  HealthCheck object

On this Page