UnaryServerCodecs

smithy4s.http4s.kernel.UnaryServerCodecs$
See theUnaryServerCodecs companion trait

Attributes

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

Members list

Type members

Types

type For[F[_]] = { type toKind5 = [I, E, O, SI, SO] =>> UnaryServerCodecs[F, I, E, O]; }
type Make[F[_]] = PolyFunction5[Base, <none>]

Value members

Concrete methods

def make[F[_]](input: CachedSchemaCompiler[[_] =>> RequestDecoder[F, _$5]], output: CachedSchemaCompiler[[_] =>> ResponseEncoder[F, _$6]], error: CachedSchemaCompiler[[_] =>> ResponseEncoder[F, _$7]], errorHeaders: List[String]): Make[F]