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

x/netzo/deps/oauth2_client/src/types.ts>RequestOptions

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface RequestOptions
import { type RequestOptions } from "https://deno.land/x/netzo@0.5.108/deps/oauth2_client/src/types.ts";

Properties

optional
method: HttpVerb

HTTP Method to use when performing outgoing HTTP requests.

optional
headers: Record<string, string>

Headers to set when performing outgoing HTTP requests.

optional
body: Record<string, string>

Body parameters to set when performing outgoing HTTP requests.

optional
urlParams: Record<string, string>

URL parameters to set when performing outgoing HTTP requests.