Package org.n52.janmayen.http
Interface HTTPMethods
-
public interface HTTPMethodsTODO JavaDoc- Since:
- 1.0.0
-
-
Field Detail
-
GET
static final String GET
- See Also:
- Constant Field Values
-
HEAD
static final String HEAD
- See Also:
- Constant Field Values
-
POST
static final String POST
- See Also:
- Constant Field Values
-
PUT
static final String PUT
- See Also:
- Constant Field Values
-
PATCH
static final String PATCH
- See Also:
- Constant Field Values
-
DELETE
static final String DELETE
- See Also:
- Constant Field Values
-
TRACE
static final String TRACE
- See Also:
- Constant Field Values
-
OPTIONS
static final String OPTIONS
- See Also:
- Constant Field Values
-
-