HttpVerbs

play.api.http.HttpVerbs
See theHttpVerbs companion trait
object HttpVerbs extends HttpVerbs

Standard HTTP Verbs

Attributes

Companion
trait
Graph
Supertypes
trait HttpVerbs
class Object
trait Matchable
class Any
Self type
HttpVerbs.type

Members list

Value members

Inherited fields

val DELETE: String

Attributes

Inherited from:
HttpVerbs
val GET: String

Attributes

Inherited from:
HttpVerbs
val HEAD: String

Attributes

Inherited from:
HttpVerbs
val OPTIONS: String

Attributes

Inherited from:
HttpVerbs
val PATCH: String

Attributes

Inherited from:
HttpVerbs
val POST: String

Attributes

Inherited from:
HttpVerbs
val PUT: String

Attributes

Inherited from:
HttpVerbs