com.flat502.rox.http
Interface HttpConstants.Methods

Enclosing interface:
HttpConstants

public static interface HttpConstants.Methods

A subset of the methods defined in section 5.1.1 of RFC 2616.


Field Summary
static java.lang.String DELETE
           
static java.lang.String GET
           
static java.lang.String POST
           
static java.lang.String PUT
           
 

Field Detail

GET

static final java.lang.String GET
See Also:
Constant Field Values

POST

static final java.lang.String POST
See Also:
Constant Field Values

PUT

static final java.lang.String PUT
See Also:
Constant Field Values

DELETE

static final java.lang.String DELETE
See Also:
Constant Field Values