HttpMethod

automorph.transport.http.HttpMethod
See theHttpMethod companion class
object HttpMethod

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HttpMethod.type

Members list

Type members

Classlikes

case object Connect extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Connect.type
case object Delete extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object Get extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Get.type
case object Head extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Head.type
case object Options extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Options.type
case object Patch extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Patch.type
case object Post extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Post.type
case object Put extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Put.type
case object Trace extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Trace.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Create HTTP method with specified name.

Create HTTP method with specified name.

Value parameters

name

HTTP method name

Attributes

Returns

HTTP method

Concrete fields

lazy val values: Seq[HttpMethod]

HTTP method values.

HTTP method values.

Attributes