Function: httpLink()
httpLink<
TRouter>(opts):TRPCLink<TRouter>
See
https://trpc.io/docs/client/links/httpLink
Type parameters
| Parameter | 
|---|
| TRouterextendsRouter<AnyRouterDef<AnyRootConfig,any>,TRouter> | 
Parameters
| Parameter | Type | 
|---|---|
| opts | HTTPLinkOptions | 
Returns
TRPCLink< TRouter >
Source
packages/client/src/links/httpLink.ts:25
Generated using TypeDoc and typedoc-plugin-markdown