Skip to main content
Module

x/axiod/interfaces.ts>IAxiodInterceptor

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

Type Parameters

optional
Fullfill = any
optional
Rejected = any

Properties

list: Array<{ fulfilled?: Fullfill | null; rejected?: Rejected | null; } | null>
use: (fulfilled?: Fullfill | null | undefined, rejected?: Rejected | null | undefined) => number
eject: (index: number) => void