Method

object Method
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Method.type

Type members

Classlikes

case object Connect extends Method
case object Delete extends Method
case object Get extends Method
case object Head extends Method
case object Options extends Method
case object Post extends Method
case object Put extends Method
case object Trace extends Method
case class Unknown(value: String) extends Method

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromString(method: String): Method

Concrete fields

final val All: Set[Method]