HttpMethod Enum

  • java.lang.Object
    • java.lang.Enum<HttpMethod>
      • com.microsoft.azure.functions.HttpMethod

public enum HttpMethod

Fields

CONNECT
DELETE
GET
HEAD
OPTIONS
POST
PUT
TRACE

Inherited Members

com.microsoft.azure.functions._http_method_1a803c7974a34ed2a3a4644eb5879b6c98

Methods

value(String value)

public static HttpMethod value(String value)

Converts passed value to upper case to extract valueOf() of this Enum.

Parameters

value
String
of http method in any case

Returns

this enum

Applies to