如何在Node.js环境中发送以下请求?
curl -s -v -X POST 'http://localhost/pub?id=my_channel_1' -d 'Hello World!'
我正在尝试与Nginx推送流模块一起构建Node.js服务器.