Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface IHttpOptions
import { type IHttpOptions } from "https://deno.land/x/flagship_io_js_sdk@3.3.1/utils/HttpClient.ts";

Properties

optional
body: any
optional
headers: Record<string, string>
optional
timeout: number
optional
nextFetchConfig: Record<string, unknown>