简体   繁体   中英

cURL post request in Nodejs.

I, was looking for cURL library in npm and found nothing that works.

I just want to send simple cURL request (2 headers and data) like in cmd or terminal.

Any suggestion is welcome. Thanks.

You can use the node-curl module ( npm install node-curl) it's very easy to use. for more details her

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM