public final class HTTPMethod extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static HTTPMethod |
DELETE
The DELETE method.
|
static HTTPMethod |
GET
The GET method.
|
static HTTPMethod |
HEAD
The HEAD method.
|
static HTTPMethod |
OPTIONS
The OPTIONS method.
|
static HTTPMethod |
POST
The POST method.
|
static HTTPMethod |
PUT
The PUT method.
|
static HTTPMethod |
TRACE
The TRACE method.
|
public static final HTTPMethod GET
public static final HTTPMethod POST
public static final HTTPMethod PUT
public static final HTTPMethod DELETE
public static final HTTPMethod HEAD
public static final HTTPMethod OPTIONS
public static final HTTPMethod TRACE
See http://www.xins.org/.