Additional parameters to pass to the Node HTTPS API for secure requests. These can include any
of the TLS-related parameters supported by https.request(), such as ca, cert, and key.
For more information, see the Node documentation for https.request() and tls.connect().
Additional parameters to pass to the Node HTTPS API for secure requests. These can include any of the TLS-related parameters supported by
https.request()
, such asca
,cert
, andkey
.For more information, see the Node documentation for
https.request()
andtls.connect()
.