effect-io-ai

Package: @effect/platform
Module: HttpLayerRouter

HttpLayerRouter.Request

Represents a request-level dependency, that needs to be provided by middleware.

Signature

export interface Request<Kind extends string, T> {
  readonly _: unique symbol
  readonly kind: Kind
  readonly type: T
}

Source

Since v1.0.0