HttpStatusCode

smithy4s.http.HttpStatusCode
See theHttpStatusCode companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Aux[A] = () => A

Inherited types

Attributes

Inherited from:
Impl

Value members

Concrete methods

def apply[A](implicit instance: HttpStatusCode[A]): HttpStatusCode[A]
def fromSchema[A](schema: Schema[A], cache: Cache): HttpStatusCode[A]

Inherited methods

Attributes

Inherited from:
CachedSchemaCompiler

Attributes

Inherited from:
Impl
final override def fromSchema[A](schema: Schema[A]): F[A]

Attributes

Definition Classes
Inherited from:
Impl
final def mapK[F0[x], G[_]](fk: PolyFunction[F0, G]): CachedSchemaCompiler[G]

Attributes

Inherited from:
CachedSchemaCompiler