Method

korolev.web.Request$.Method$
See theMethod companion class
object Method

Attributes

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

Members list

Concise view

Type members

Classlikes

case object Connect extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Connect.type
case object Delete extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Delete.type
case object Get extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Get.type
case object Head extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Head.type
case object Options extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Options.type
case object Post extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Post.type
case object Put extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Put.type
case object Trace extends Method

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any
Self type
Trace.type
case class Unknown(value: String) extends Method

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Method
class Object
trait Matchable
class Any

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 fromString(method: String): Method

Concrete fields

final val All: Set[Method]