Skip to main content
Module

x/dfetch/mod.ts

Promise based HTTP client for Deno inspired by axios.
Latest
File
export type { DFetchConfig, DFetchRequestConfig, DFetchResponseType } from './types.ts';export { HttpMethods } from './types.ts';export { default } from './dfetch.ts';