Package play.mvc
Interface Http.HttpVerbs
-
- Enclosing class:
- Http
public static interface Http.HttpVerbs
Standard HTTP Verbs
-
-
Field Detail
-
GET
static final String GET
- 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
-
HEAD
static final String HEAD
- See Also:
- Constant Field Values
-
OPTIONS
static final String OPTIONS
- See Also:
- Constant Field Values
-
-