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.24/interfaces.ts";

Type Parameters

optional
T = any

Properties

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