ladjs / superagent

Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.
https://ladjs.github.io/superagent/
MIT License
16.58k stars 1.33k forks source link

How to get the curl request from superagent #1745

Open krishnastest opened 1 year ago

krishnastest commented 1 year ago

I want to generate a curl request for test cases which either pass/fail. I tried superdebug but it didn't work. Is there any way to generate the curls? Code for get request:

image