Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/axiod/interfaces.ts>IAxiodResponse

Promise based HTTP client for Deno
Go to Latest
interface IAxiodResponse
import { type IAxiodResponse } from "https://deno.land/x/axiod@0.21/interfaces.ts";

Properties

status: number
statusText: string
data: any
headers: Headers
config: IRequest