HttpMethod Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. aad. msal4j. HttpMethod
- com.
- java.
public enum HttpMethod
extends java.lang.Enum<HttpMethod>
An enumerator representing common HTTP request methods.
Fields
| CONNECT |
The HTTP CONNECT method. |
| DELETE |
The HTTP DELETE method. |
| GET |
The HTTP GET method. |
| HEAD |
The HTTP HEAD method. |
| OPTIONS |
The HTTP OPTIONS method. |
| POST |
The HTTP POST method. |
| PUT |
The HTTP PUT method. |
| TRACE |
The HTTP TRACE method. |
| methodName |