Function: httpLink()
httpLink<
TRouter
>(opts
):TRPCLink
<TRouter
>
Defined in: packages/client/dist/httpLink.d-B0nHKy2W.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
>