Method

object Method
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

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 PATCH extends Method
case
object POST extends Method
case
object PUT extends Method
case
object TRACE 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 parse(str: String): Method
def parseEither(str: String): Either[BadRequest, Method]

Concrete fields

val Methods: List[Method]