HttpMethod Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. functions. HttpMethod
- com.
- java.
public enum HttpMethod
extends java.lang.Enum<HttpMethod>
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information.
Fields
CONNECT | |
DELETE | |
GET | |
HEAD | |
OPTIONS | |
POST | |
PUT | |
TRACE |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
value(String value)
public static HttpMethod value(String value)
Converts passed value to upper case to extract valueOf() of this Enum.
Parameters
- value
- java.lang.String