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

Properties

status: number
optional
headers: Record<string, string>
body: any