Properties
Optional ALPNProtocols
ALPNProtocols
: string [] | Buffer [] | Uint8Array [] | Buffer | Uint8Array
Optional NPNProtocols
NPNProtocols
: string [] | Buffer [] | Uint8Array [] | Buffer | Uint8Array
Optional checkServerIdentity
Optional ciphers
ciphers: undefined | string
Optional clientCertEngine
clientCertEngine: undefined | string
Optional ecdhCurve
ecdhCurve: undefined | string
Optional honorCipherOrder
honorCipherOrder: undefined | false | true
Optional host
host: undefined | string
Optional keepAlive
keepAlive: undefined | false | true
Optional keepAliveMsecs
keepAliveMsecs: undefined | number
Optional lookup
lookup: net.LookupFunction
Optional maxCachedSessions
maxCachedSessions: undefined | number
Defined in node_modules/@types/node/https.d.ts:16
Optional maxFreeSockets
maxFreeSockets: undefined | number
Optional maxSockets
maxSockets: undefined | number
Optional minDHSize
minDHSize: undefined | number
Optional passphrase
passphrase: undefined | string
Optional path
path: undefined | string
Optional port
port: undefined | number
Optional rejectUnauthorized
rejectUnauthorized: undefined | false | true
Optional secureOptions
secureOptions: undefined | number
Optional secureProtocol
secureProtocol: undefined | string
Optional servername
servername: undefined | string
Optional sessionIdContext
sessionIdContext: undefined | string
Optional socket
socket: net.Socket
Optional timeout
timeout: undefined | number
Keep sockets around in a pool to be used by other requests in the future. Default = false