当前位置 : 主页 > 网页制作 > Nodejs >

node.js使用网络接口的HTTP请求

来源:互联网 收集:自由互联 发布时间:2021-06-16
我有几个网络接口与各种IP地址.如何使用node.js模块请求( https://github.com/mikeal/request)通过这些IP向站点发出http请求? 在nodejs http模块中,有一个可以与 http.request() 一起使用的localAddress选项
我有几个网络接口与各种IP地址.如何使用node.js模块请求( https://github.com/mikeal/request)通过这些IP向站点发出http请求? 在nodejs http模块中,有一个可以与 http.request()一起使用的localAddress选项.

localAddress: Local interface to bind for network connections.

我没有使用你所指的模块,但是如果只是将选项传递给http模块,我没有看到它不应该工作的原因.

网友评论