Skip to content

CustomFetchOptions

Custom HTTP options forwarded to fetch() when using proxyUrl mode.

optional headers?: Record<string, string>;

optional signal?: AbortSignal;

AbortSignal forwarded to fetch