Skip to main content
Version: 10.x

httpBatchLink()

Signature

ts
httpBatchLink<TRouter>(opts: HttpBatchLinkOptions): TRPCLink<TRouter>;
ts
httpBatchLink<TRouter>(opts: HttpBatchLinkOptions): TRPCLink<TRouter>;

Type parameters

  • TRouter extends Router<AnyRouterDef<AnyRootConfig, any>, TRouter>

Parameters

NameType
optsHttpBatchLinkOptions

Returns

TRPCLink<TRouter>

Defined in: packages/client/dist/links/httpBatchLink.d.ts:7