我有几个网络接口与各种IP地址.如何使用node.js模块请求( https://github.com/mikeal/request)通过这些IP向站点发出http请求? 在nodejs http模块中,有一个可以与 http.request() 一起使用的localAddress选项
http.request()
一起使用的localAddress选项.
localAddress
: Local interface to bind for network connections.
我没有使用你所指的模块,但是如果只是将选项传递给http模块,我没有看到它不应该工作的原因.