Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fetch_goody/mod.ts>WrapFetchOptions

a fetch wrapper that supports interceptors, JSON body, retry, timeout and many many more ...
Latest
type alias WrapFetchOptions
import { type WrapFetchOptions } from "https://deno.land/x/fetch_goody@7.0.6/mod.ts";

wrapFetch function options.

definition: { fetch?: fetch; userAgent?: string; timeout?: number; headers?: Headers; baseURL?: string | URL; interceptors?: Interceptors; retry?: number; retryDelay?: number | RetryDelayFunction; }