P
http.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
Type:
http.AgentGlobal instance of Agent which is used as the default for all HTTP client
requests. Diverges from a default Agent configuration by having keepAlive
enabled and a timeout of 5 seconds.