Simple

zio.http.RequestHandlerMiddleware$.Simple
trait Simple[-UpperEnv, +LowerErr] extends Contextual[Nothing, UpperEnv, LowerErr, Any]

Attributes

Graph
Supertypes
trait Contextual[Nothing, UpperEnv, LowerErr, Any]
trait Contextual[Nothing, UpperEnv, LowerErr, Any]
trait Contextual[Nothing, UpperEnv, LowerErr, Any]
class Object
trait Matchable
class Any
Self type
Simple[UpperEnv, LowerErr]

Members list

Concise view

Type members

Types

final type OutEnv[Env] = Env
final type OutErr[Err] = Err

Value members

Abstract methods

def apply[Env <: UpperEnv, Err >: LowerErr](handler: Handler[Env, Err, Request, Response])(implicit trace: Trace): Handler[Env, Err, Request, Response]

Concrete methods

override def apply[Env <: UpperEnv, Err >: LowerErr](http: Http[Env, Err, Request, Response])(implicit trace: Trace): Http[Env, Err, Request, Response]

Attributes

Definition Classes

Inherited methods

final def ++[LowerEnv2, UpperEnv2, LowerErr2, UpperErr2](that: RequestHandlerMiddleware[LowerEnv2, UpperEnv2, LowerErr2, UpperErr2])(implicit composeEnv: ZCompose[Nothing, UpperEnv, OutEnv, LowerEnv2, UpperEnv2, [Env] =>> Env], composeErr: ZCompose[LowerErr, Any, OutErr, LowerErr2, UpperErr2, [Err] =>> Err]): WithOut[Lower, Upper, Lower, Upper, Out, Out]

Attributes

Inherited from:
Contextual
final def >>>[LowerEnv2, UpperEnv2, LowerErr2, UpperErr2](that: RequestHandlerMiddleware[LowerEnv2, UpperEnv2, LowerErr2, UpperErr2])(implicit composeEnv: ZCompose[Nothing, UpperEnv, OutEnv, LowerEnv2, UpperEnv2, [Env] =>> Env], composeErr: ZCompose[LowerErr, Any, OutErr, LowerErr2, UpperErr2, [Err] =>> Err]): WithOut[Lower, Upper, Lower, Upper, Out, Out]

Attributes

Inherited from:
Contextual
final def andThen[LowerEnv2, UpperEnv2, LowerErr2, UpperErr2](that: RequestHandlerMiddleware[LowerEnv2, UpperEnv2, LowerErr2, UpperErr2])(implicit composeEnv: ZCompose[Nothing, UpperEnv, OutEnv, LowerEnv2, UpperEnv2, [Env] =>> Env], composeErr: ZCompose[LowerErr, Any, OutErr, LowerErr2, UpperErr2, [Err] =>> Err]): WithOut[Lower, Upper, Lower, Upper, Out, Out]

Attributes

Inherited from:
Contextual