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