HttpMethod

object HttpMethod extends StringEnumCompanion[HttpMethod]
Companion
class
trait Sum
trait Mirror
class StringEnumCompanion[HttpMethod]
class EnumCompanion[String, HttpMethod]
class ValidatingCompanion[String, HttpMethod]
class Object
trait Matchable
class Any

Type members

Classlikes

case object Delete extends HttpMethod
case object Get extends HttpMethod
case object Head extends HttpMethod
case object Options extends HttpMethod
case object Patch extends HttpMethod
case object Post extends HttpMethod
case object Put extends HttpMethod

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

override def all: Seq[HttpMethod]
Definition Classes
EnumCompanion
override def write(t: HttpMethod): String
Definition Classes
ValidatingCompanion

Inherited methods

override def build(input: String): Either[ErrorMessage, HttpMethod]
Definition Classes
StringEnumCompanion -> EnumCompanion -> ValidatingCompanion
Inherited from
StringEnumCompanion
override def defaultError(input: String): ErrorMessage
Definition Classes
EnumCompanion -> ValidatingCompanion
Inherited from
EnumCompanion
def resolveName(item: HttpMethod): String
Inherited from
EnumCompanion

Implicits

Inherited implicits

implicit val decoder: Decoder[String]
Inherited from
ValidatingCompanion
implicit val json: Codec[HttpMethod]
Inherited from
ValidatingCompanion
implicit val ordering: Ordering[HttpMethod]
Inherited from
ValidatingCompanion