Skip to main content Link Search Menu Expand Document (external link)

HttpRpcRouterNoStream overview

Added in v1.0.0


Table of contents


conversions

toHttpApp

Signature

export declare const toHttpApp: <R extends Router.RpcRouter<any, any>>(
  self: R
) => App.Default<ServerError.RequestError | ParseError, Router.RpcRouter.Context<R>>

Added in v1.0.0