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

x/axiod/interfaces.ts>TransformRequest

Promise based HTTP client for Deno
Go to Latest
type alias TransformRequest
import { type TransformRequest } from "https://deno.land/x/axiod@0.21/interfaces.ts";
definition: (data: Data, headers?: IHeaderData) => Data