Skip to main content
Module

x/dfetch/mod.ts>DFetchConfig

Promise based HTTP client for Deno inspired by axios.
Latest
type alias DFetchConfig
import { type DFetchConfig } from "https://deno.land/x/dfetch@0.1.9/mod.ts";
definition: { headers?: Record<string, string>; params?: Record<string, unknown>; timeout?: number; redirect?: RequestRedirect; paramsSerializer?: Function; }