Simple

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

Attributes

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

Members list

Concise view

Type members

Types

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

Value members

Inherited methods

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

Attributes

Inherited from:
Contextual