import { FetchEsque } from "./types.d-Dmmedc5G.cjs"; import { TransformerOptions } from "./unstable-internals.d-kWsZTlQq.cjs"; import { AnyClientTypes, CombinedDataTransformer, Maybe, ProcedureType } from "@trpc/server/unstable-core-do-not-import"; //#region src/links/internals/httpUtils.d.ts /** * @internal */ type HTTPLinkBaseOptions> = { url: string | URL; /** * Add ponyfill for fetch */ fetch?: FetchEsque; /** * Send all requests `as POST`s requests regardless of the procedure type * The HTTP handler must separately allow overriding the method. See: * @see https://trpc.io/docs/rpc */ methodOverride?: 'POST'; } & TransformerOptions; //#endregion export { HTTPLinkBaseOptions }; //# sourceMappingURL=httpUtils.d-BqmeKEGo.d.cts.map