type alias RequestOptions Usage in Deno```typescript import { type RequestOptions } from "node:node__https.d.ts"; ``` Definition http.RequestOptions & tls.SecureContextOptions & { checkServerIdentity?: tls.checkServerIdentity | undefined; rejectUnauthorized?: boolean | undefined; servername?: string | undefined; }