Skip to main content
type alias RequestOptions

Definition

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