Skip to main content
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.20.0-0/interfaces.ts";

Properties

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