Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface IHttpOptions
import { type IHttpOptions } from "https://deno.land/x/flagship_io_js_sdk@3.3.0/utils/HttpClient.ts";

Properties

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