NodeHttpServer8
Constructors
Handlers
makeHandlerconstCreates a Node request event handler for an Effect HTTP application, injecting a HttpServerRequest and interrupting the request fiber if the client closes the response before it finishes.makeUpgradeHandlerconstCreates a Node upgrade event handler for an Effect HTTP application, exposing the upgraded WebSocket as the request's upgrade effect and interrupting the request fiber when the socket closes early.Layers
layerconstProvides a Node HttpServer together with the Node HTTP platform, ETag, and core platform services required to serve requests.layerConfigconstProvides a Node HttpServer together with the Node HTTP platform, ETag, and core Node platform services, reading the listen and shutdown options from a Config value.layerHttpServicesconstProvides the Node HTTP support services used by NodeHttpServer, including the HTTP platform, ETag generator, and core Node platform services.layerServerconstProvides an HttpServer by creating and managing a scoped Node http.Server with the supplied listen and shutdown options.