http.globalAgent
Agent 的全局实例,用作所有 HTTP 客户端请求的默认值。与默认 Agent 配置不同,启用了 keepAlive 且 timeout 为 5 秒。
¥Global 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.