Package play.mvc
Class Http.Methods
- java.lang.Object
-
- play.mvc.Http.Methods
-
- Enclosing class:
- Http
public static class Http.Methods extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Methods()
-
-
-
Field Detail
-
GET
public static final java.lang.String GET
- See Also:
- Constant Field Values
-
PATCH
public static final java.lang.String PATCH
- See Also:
- Constant Field Values
-
POST
public static final java.lang.String POST
- See Also:
- Constant Field Values
-
PUT
public static final java.lang.String PUT
- See Also:
- Constant Field Values
-
DELETE
public static final java.lang.String DELETE
- See Also:
- Constant Field Values
-
OPTIONS
public static final java.lang.String OPTIONS
- See Also:
- Constant Field Values
-
HEAD
public static final java.lang.String HEAD
- See Also:
- Constant Field Values
-
TRACE
public static final java.lang.String TRACE
- See Also:
- Constant Field Values
-
-