RequestInterceptor

RequestInterceptor provides a way to extract context from the http request, potentially failing before query execution or injecting context into ZIO environment.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[R1 <: R](request: ServerRequest): ZIO[R1, StatusCode, Unit]

Concrete methods

def |+|[R1 <: R](that: RequestInterceptor[R1]): RequestInterceptor[R1]