play
mvc
package
mvc
Type Members
-
type
Controller
= ScalaController
-
-
Value Members
-
val
ACCEPTED
: Int
-
val
CREATED
: Int
-
val
ERROR
: Int
-
val
FORBIDDEN
: Int
-
val
NOT_FOUND
: Int
-
val
NO_CONTENT
: Int
-
val
OK
: Int
-
-
def
header
(h: (String, String))
: Header
-
def
header
(name: String, value: String)
: Header
-