Interface AgentOptions
Hierarchy
-
AgentOptions
- AgentOptions
Index
Properties
Optional ca
Optional cert
Optional ciphers
Optional keepAlive
Optional keepAliveMsecs
When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. Only relevant if keepAlive is set to true.
Optional key
Optional maxCachedSessions
Optional maxFreeSockets
Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256.
Optional maxSockets
Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity
Optional passphrase
Optional pfx
Optional rejectUnauthorized
Optional secureProtocol
Generated using TypeDoc
Keep sockets around in a pool to be used by other requests in the future. Default = false