Skip to main content
Module

x/axiod/interfaces.ts>IRequest

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

Properties

optional
url: string
optional
baseURL: string
optional
method:
| string
| "get"
| "post"
| "put"
| "delete"
| "options"
| "head"
| "connect"
| "trace"
| "patch"
optional
data: Data