http.globalAgent
- 类型: <http.Agent>
Agent 的全局实例,用作所有 HTTP 客户端请求的默认值。与默认的 Agent 配置不同,它启用了 keepAlive 并设置了 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.】