InterceptPatchZIO

zio.http.HandlerAspect.InterceptPatchZIO
final class InterceptPatchZIO[Env, State](val fromRequest: Request => ZIO[Env, Response, State]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(result: (Response, State) => ZIO[Env, Response, Patch]): HandlerAspect[Env, Unit]

Concrete fields

val fromRequest: Request => ZIO[Env, Response, State]