public final class HttpMethods extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpMethods.HttpMethod |
| Modifier and Type | Field and Description |
|---|---|
static String |
DELETE
The HTTP
DELETE method. |
static String |
GET
The HTTP
GET method. |
static String |
HEAD
The HTTP
HEAD method. |
static String |
OPTIONS
The HTTP
OPTIONS method. |
static String |
PATCH
The HTTP
PATCH method. |
static String |
POST
The HTTP
POST method. |
static String |
PUT
The HTTP
PUT method. |
static String |
TRACE
The HTTP
TRACE method. |
| Constructor and Description |
|---|
HttpMethods() |
public static String GET
GET method.public static String HEAD
HEAD method.public static String POST
POST method.public static String PUT
PUT method.public static String PATCH
PATCH method.public static String DELETE
DELETE method.public static String OPTIONS
OPTIONS method.public static String TRACE
TRACE method.Copyright © 2016–2020 Spring. All rights reserved.