Interface: HTTPBatchLinkOptions
Extends
HTTPLinkBaseOptions
Properties
AbortController
optionalAbortController:null|AbortControllerEsque
Add ponyfill for AbortController
Source
packages/client/src/links/internals/httpUtils.ts:32
Inherited from
HTTPLinkBaseOptions.AbortController
fetch
optionalfetch:FetchEsque
Add ponyfill for fetch
Source
packages/client/src/links/internals/httpUtils.ts:28
Inherited from
HTTPLinkBaseOptions.fetch
headers
optionalheaders:HTTPHeaders| (opts) =>HTTPHeaders|Promise<HTTPHeaders>
Headers to be set on outgoing requests or a callback that of said headers
Link
http://trpc.io/docs/client/headers
Source
packages/client/src/links/HTTPBatchLinkOptions.ts:11
maxURLLength
optionalmaxURLLength:number
Source
packages/client/src/links/HTTPBatchLinkOptions.ts:6
url
url:
string|URL
Source
packages/client/src/links/internals/httpUtils.ts:24
Inherited from
HTTPLinkBaseOptions.url
Generated using TypeDoc and typedoc-plugin-markdown