Package: @effect/platform-node
Module: NodeHttpServer
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<Platform.HttpPlatform | Etag.Generator | NodeContext.NodeContext, never, never>
Since v1.0.0