parse-curl-js
An better cURL string parser
Based on curlconverter
Usage
const CURLParser = // or es6 const cURLParser = `curl 'http://127.0.0.1:8080' -X POST -H "content-type: application/json" -d '{"data": true}'` console
Result
An better cURL string parser
Based on curlconverter
const CURLParser = // or es6 const cURLParser = `curl 'http://127.0.0.1:8080' -X POST -H "content-type: application/json" -d '{"data": true}'` console
Result
npm i parse-curl-js
19
1.0.3
ISC
13 kB
11