Hyperlinkv0.8.0-beta.28

NodeHttpServer

Layer.Layer<
  HttpPlatform.HttpPlatform | Etag.Generator | NodeServices.NodeServices,
  never,
  never
>

Provides the Node HTTP support services used by NodeHttpServer, including the HTTP platform, ETag generator, and core Node platform services.

layers
export const layerHttpServices: Layer.Layer<
  NodeServices.NodeServices | HttpPlatform.HttpPlatform | Etag.Generator
> = Layer.mergeAll(
  NodeHttpPlatform.layer,
  Etag.layerWeak,
  NodeServices.layer
)
Referenced by 2 symbols