effect-io-ai

Package: @effect/platform
Module: HttpLayerRouter

HttpLayerRouter.Provided

Services provided by the HTTP router, which are available in the request context.

Signature

type Provided = | HttpServerRequest.HttpServerRequest
  | Scope.Scope
  | HttpServerRequest.ParsedSearchParams
  | RouteContext

Source

Since v1.0.0