Skip to main content
Module

x/netzo/mod.ts>IRequest

Netzo - roll out internal tools faster
Go to Latest
interface IRequest
import { type IRequest } from "https://deno.land/x/netzo@v0.1.57/mod.ts";

Index Signatures

[key: string | symbol]: unknown

Properties

optional
method:
| "GET"
| "POST"
| "PUT"
| "PATCH"
| "DELETE"
optional
baseURL: string
optional
url: string
optional
authorization: Authorization
optional
query: Record<string, string>
optional
headers: Record<string, string>
optional
body: string