Function: httpBatchLink()
httpBatchLink<
TRouter>(opts):TRPCLink<TRouter>
See
https://trpc.io/docs/client/links/httpBatchLink
Type parameters
| Parameter | 
|---|
TRouter extends Router< any, any, TRouter > | 
Parameters
| Parameter | Type | 
|---|---|
opts | HTTPBatchLinkOptions< TRouter["_def"][`"_config"`]["$types"] > | 
Returns
TRPCLink< TRouter >
Source
packages/client/src/links/httpBatchLink.ts:20
Generated using TypeDoc and typedoc-plugin-markdown