Package: @effect/rpc
Module: RpcServer
A rpc protocol that uses streaming http for communication.
Uses a HttpLayerRouter to provide the http endpoint.
Signature
declare const layerProtocolHttpRouter: (options: { readonly path: HttpRouter.PathInput; }) => Layer.Layer<Protocol, never, RpcSerialization.RpcSerialization | HttpLayerRouter.HttpRouter>
Since v1.0.0