HTTP Link
httpLink is a terminating link that sends a tRPC operation to a tRPC procedure over HTTP.
httpLink supports both POST and GET requests.
Usage
You can import and add the httpLink to the links array as such:
client/index.tsts
client/index.tsts
httpLink Options
The httpLink function takes an options object that has the HTTPLinkOptions shape.
ts
ts
Reference
You can check out the source code for this link on GitHub.