HttpMethod

com.malliina.http.HttpMethod
See theHttpMethod companion class
object HttpMethod extends StringEnumCompanion[HttpMethod]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class StringEnumCompanion[HttpMethod]
class EnumCompanion[String, HttpMethod]
class ValidatingCompanion[String, HttpMethod]
class Object
trait Matchable
class Any
Show all
Self type
HttpMethod.type

Members list

Type members

Classlikes

case object Delete extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Delete.type
case object Get extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Get.type
case object Head extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Head.type
case object Options extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Options.type
case object Patch extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Patch.type
case object Post extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Post.type
case object Put extends HttpMethod

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class HttpMethod
class Object
trait Matchable
class Any
Show all
Self type
Put.type

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

override def all: Seq[HttpMethod]

Attributes

Definition Classes
EnumCompanion
override def write(t: HttpMethod): String

Attributes

Definition Classes
ValidatingCompanion

Inherited methods

override def build(input: String): Either[ErrorMessage, T]

Attributes

Definition Classes
StringEnumCompanion -> EnumCompanion -> ValidatingCompanion
Inherited from:
StringEnumCompanion
override def defaultError(input: String): ErrorMessage

Attributes

Definition Classes
EnumCompanion -> ValidatingCompanion
Inherited from:
EnumCompanion
def resolveName(item: HttpMethod): Raw

Attributes

Inherited from:
EnumCompanion

Implicits

Inherited implicits

implicit val json: Codec[HttpMethod]

Attributes

Inherited from:
ValidatingCompanion
implicit val ordering: Ordering[HttpMethod]

Attributes

Inherited from:
ValidatingCompanion