Skip to main content Link Search Menu Expand Document (external link)

HttpApiSwagger.ts overview

Since v1.0.0


Exports Grouped by Category


layers

layer

Exported layer mounting Swagger/OpenAPI documentation UI.

Signature

declare const layer: (options?: { readonly path?: `/${string}` | undefined }) => Layer.Layer<never, never, Api>

Source

Since v1.0.0

layerHttpLayerRouter

Signature

declare const layerHttpLayerRouter: (options: {
  readonly api: HttpApi.HttpApi.Any
  readonly path: `/${string}`
}) => Layer.Layer<never, never, HttpLayerRouter.HttpRouter>

Source

Since v1.0.0