RequestOptions - Node documentation
type alias RequestOptions

Usage

import { type RequestOptions } from "node:https";

Definition

http.RequestOptions & tls.SecureContextOptions & { checkServerIdentity?: tls.checkServerIdentity | undefined; rejectUnauthorized?: boolean | undefined; servername?: string | undefined; }