zio.http.HandlerMiddleware
trait HandlerMiddleware[-R, +Err, +AIn, -AOut, -BIn <: AIn, +BOut] extends HandlerAspect[R, Err, AIn, AOut, BIn, BOut] with Middleware[R, Err, AIn, AOut, BIn, BOut] Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Self type
Members list
Concise view
Value members
Attributes
- Definition Classes
Applies Middleware based only if the condition function evaluates to true
Applies Middleware based only if the condition function evaluates to true
Attributes
- Definition Classes
Applies Middleware based only if the condition effectful function evaluates
to true
Applies Middleware based only if the condition effectful function evaluates
to true
Attributes
- Definition Classes