Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fetch_goody/fetch_wrapper.ts>WrapFetchOptions

https://deno.land/x/fetch_goody
Go to Latest
type alias WrapFetchOptions
import { type WrapFetchOptions } from "https://deno.land/x/fetch_goody@v6.2.0/fetch_wrapper.ts";
definition: { fetch?: fetch; userAgent?: string; timeout?: number; headers?: Headers; baseURL?: string | URL; interceptors?: Interceptors; retry?: number; retryDelay?: number | ((attempt: number) => number); }