gpt4 book ai didi

带有代理的 node.js http 代理

转载 作者:行者123 更新时间:2023-12-05 07:43:11 24 4
gpt4 key购买 nike

var HttpsProxyAgent = require('https-proxy-agent');
this.agent = new HttpsProxyAgent("http://example.proxy.com");

但是我还需要添加一组 node.js 原始代理设置。

http.Agent({ keepAlive: true });

我没有看到 httpsproxyagent 的选项来设置它,因为 https-proxy-agent 派生自 agent-base。有没有办法使用不同的 node.js 模块来实现这一点?

最佳答案

我使用了 hpagent模块。默认情况下它有 keepAlive: true

https-proxy-agenta PR添加此功能虽然

关于带有代理的 node.js http 代理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43913977/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com