(options: {
readonly path: HttpRouter.PathInput
})
| 1216 | * @category protocol |
| 1217 | */ |
| 1218 | export const layerProtocolHttpRouter = (options: { |
| 1219 | readonly path: HttpRouter.PathInput |
| 1220 | }): Layer.Layer<Protocol, never, RpcSerialization.RpcSerialization | HttpLayerRouter.HttpRouter> => |
| 1221 | Layer.effect(Protocol, makeProtocolHttpRouter(options)) |
| 1222 | |
| 1223 | /** |
| 1224 | * @since 1.0.0 |
no outgoing calls
no test coverage detected
searching dependent graphs…