HttpMethod

harness.web.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
final case class NonStandard extends HttpMethod

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
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

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(method: String): HttpMethod