( evaluate: LazyArg<Http.Server>, options: Net.ListenOptions )
| 320 | |
| 321 | /** @internal */ |
| 322 | export const layerServer = ( |
| 323 | evaluate: LazyArg<Http.Server>, |
| 324 | options: Net.ListenOptions |
| 325 | ) => Layer.scoped(Server.HttpServer, make(evaluate, options)) |
| 326 | |
| 327 | /** @internal */ |
| 328 | export const layerContext = Layer.mergeAll( |