当我使用以下命令时
curl -H "Content-type:application/json" --data '{"peer" : "ws://localhost:6001"}' http://localhost:3001/addPeer
我得到以下内容
curl: (3) Bad URL, colon is the first character
curl: (3) [globbing] unmatched close brace/bracket in column 20
curl: (7) Failed to connect to localhost port 3001: Connection refused
我在Windows上。 Nodejs版本是8.12.0,npm版本是6.4.1
我该如何解决问题?
答案 0 :(得分:0)
我有同样的问题。试试这个:
curl.exe -H "Content-type:application/json" --data "{'peer' : 'ws://localhost:6001"}" http://localhost:3001/addPeer