Skip to main content
Module

x/oauth4webapi/mod.ts>HttpRequestOptions

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
interface HttpRequestOptions
import { type HttpRequestOptions } from "https://deno.land/x/oauth4webapi@v2.0.1/mod.ts";

Properties

optional
signal: (() => AbortSignal) | AbortSignal

An AbortSignal instance, or a factory returning one, to abort the HTTP Request(s) triggered by this function's invocation.

optional
headers: Headers

A Headers instance to additionally send with the HTTP Request(s) triggered by this function's invocation.