Skip to main content
Module

x/dtils/fetch.ts>SimplifiedFetchParams

The best unofficial library of utilities for Deno applications
Go to Latest
interface SimplifiedFetchParams
import { type SimplifiedFetchParams } from "https://deno.land/x/dtils@2.4.0/fetch.ts";

Properties

method: string
headers: Headers
body: Uint8Array
url: string