HttpCodes

oxygen.http.core.HttpCodes
See theHttpCodes companion trait
object HttpCodes extends Derivable[HttpCodes]

Attributes

Companion
trait
Graph
Supertypes
trait Derivable[HttpCodes]
class Object
trait Matchable
class Any
Self type
HttpCodes.type

Members list

Type members

Classlikes

final case class Const[A](code: HttpCode) extends HttpCodes[A]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HttpCodes[A]
class Object
trait Matchable
class Any
Show all

Inherited classlikes

Attributes

Inherited from:
Derivable
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

inline override def derived[A]: HttpCodes[A]

Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }

Unfortunately, scala macros do not allow this to be implemented in Derivable. Therefore, every companion object that extends Derivable must implement this function with the following body: ${ derivedImpl[A] }

Attributes

Definition Classes
Derivable

Givens

Inherited givens

given given_Derivable_F: Derivable[HttpCodes]

Attributes

Inherited from:
Derivable