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

x/fetch_goody/mod.ts

a fetch wrapper that supports interceptors, JSON body, retry, timeout and many many more ...
Latest
import * as fetchGoody from "https://deno.land/x/fetch_goody@7.0.6/mod.ts";

Functions

Wraps the global fetch, or your own fetch if provided, and extends the init option with more functionality.

Type Aliases

Fetch's RequestInit with the extra options

The type for interceptors you can pass to the extended init

the type of function that you can pass to retryDelay option of the extended init

wrapFetch function options.