effect-io-ai

Package: @effect/platform
Module: HttpServer

HttpServer.layerContext

A Layer providing the HttpPlatform, FileSystem, Etag.Generator, and Path services.

The FileSystem service is a no-op implementation, so this layer is only useful for platforms that have no file system.

Signature

declare const layerContext: Layer.Layer<FileSystem | Path | HttpPlatform | Generator, never, never>

Source

Since v1.0.0