(options: {
readonly path: HttpLayerRouter.PathInput
})
| 934 | * @category protocol |
| 935 | */ |
| 936 | export const layerProtocolWebsocketRouter = (options: { |
| 937 | readonly path: HttpLayerRouter.PathInput |
| 938 | }): Layer.Layer<Protocol, never, RpcSerialization.RpcSerialization | HttpLayerRouter.HttpRouter> => |
| 939 | Layer.effect(Protocol, makeProtocolWebsocketRouter(options)) |
| 940 | |
| 941 | /** |
| 942 | * @since 1.0.0 |
no outgoing calls
no test coverage detected
searching dependent graphs…