public final class HttpMethods
HTTP request method constants specified in RFC 2616 Section 5.1.1.
Static Fields
CONNECT
public static final String CONNECT
HTTP CONNECT method.
Type | Description |
String |
DELETE
public static final String DELETE
HTTP DELETE method.
Type | Description |
String |
GET
public static final String GET
HTTP GET method.
Type | Description |
String |
HEAD
public static final String HEAD
HTTP HEAD method.
Type | Description |
String |
OPTIONS
public static final String OPTIONS
HTTP OPTIONS method.
Type | Description |
String |
PATCH
public static final String PATCH
HTTP PATCH method.
Type | Description |
String |
POST
public static final String POST
HTTP POST method.
Type | Description |
String |
PUT
public static final String PUT
HTTP PUT method.
Type | Description |
String |
TRACE
public static final String TRACE
HTTP TRACE method.
Type | Description |
String |