P
https.globalAgent
History
Added in: v0.5.9
v0.5.9
Introduced in: v0.10.0
v0.10.0
The agent now uses HTTP Keep-Alive and a 5 second timeout by default.
v19.0.0
Global instance of https.Agent for all HTTPS client requests. Diverges
from a default https.Agent configuration by having keepAlive enabled and
a timeout of 5 seconds.