Function: httpLink()
httpLink<
TRouter>(opts):TRPCLink<TRouter>
Defined in: packages/client/dist/httpLink.d-BEC5B7OH.d.mts:18
Type Parameters
| Type Parameter | Default type |
|---|---|
TRouter extends AnyRouter | AnyRouter |
Parameters
| Parameter | Type |
|---|---|
opts | HTTPLinkOptions<TRouter["_def"]["_config"]["$types"]> |
Returns
TRPCLink<TRouter>