HttpMethod Enum
- java.
lang. Object - java.
lang. Enum<HttpMethod> - com.
microsoft. azure. functions. HttpMethod
- com.
- java.
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
Returns
this enum