type alias RequestOptions Usage in Denoimport { type RequestOptions } from "node:https"; Definition http.RequestOptions & tls.SecureContextOptions & { checkServerIdentity?: tls.checkServerIdentity | undefined; rejectUnauthorized?: boolean | undefined; servername?: string | undefined; }