Package: @effect/platform
Module: HttpServer
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>
Since v1.0.0