Skip to main content
Go to Latest
interface IHttpResponse
import { type IHttpResponse } from "https://deno.land/x/flagship_io_js_sdk@3.0.15/utils/HttpClient.ts";

Properties

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