HttpMethod

oxygen.web.model.HttpMethod
See theHttpMethod companion class
object HttpMethod

Attributes

Companion
class
Experimental
true
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 Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
CONNECT.type
case object DELETE extends Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
DELETE.type
case object GET extends Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
GET.type
case object HEAD extends Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
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 Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
OPTIONS.type
case object PATCH extends Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
PATCH.type
case object POST extends Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
POST.type
case object PUT extends Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
PUT.type
sealed abstract class Standard(method: String) extends HttpMethod, Enum[Standard]

Attributes

Companion
object
Supertypes
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Known subtypes
object CONNECT
object DELETE
object GET
object HEAD
object OPTIONS
object PATCH
object POST
object PUT
object TRACE
Show all
object Standard extends Companion[Standard]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait Companion[Standard]
class Object
trait Matchable
class Any
Show all
Self type
Standard.type
case object TRACE extends Standard

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Standard
trait Enum[Standard]
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
TRACE.type

Inherited and Abstract 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