Interceptor1

zio.http.api.Middleware$.Interceptor1
final class Interceptor1[S](val dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[R, I, O](spec: MiddlewareSpec[I, O])(incoming: I => ZIO[R, Nothing, Control[S]]): Interceptor2[S, R, I, O]

Concrete fields