RequestHandlerMiddleware
zio.http.RequestHandlerMiddleware$
object RequestHandlerMiddleware
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Members list
Concise view
Type members
Classlikes
trait Contextual[+LowerEnv, -UpperEnv, +LowerErr, -UpperErr] extends Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr] with Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr]
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- Self type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
final implicit class SimpleSyntax[R, Err](val self: RequestHandlerMiddleware[Nothing, R, Err, Any]) extends AnyVal
Attributes
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
Types
type WithOut[+LowerEnv, -UpperEnv, +LowerErr, -UpperErr, OutEnv0[_], OutErr0[_]] = Contextual[LowerEnv, UpperEnv, LowerErr, UpperErr] { type OutEnv = OutEnv0; type OutErr = OutErr0; }
Value members
Concrete methods
Implicits
Implicits
final implicit def SimpleSyntax[R, Err](self: RequestHandlerMiddleware[Nothing, R, Err, Any]): SimpleSyntax[R, Err]