Skip to content

Instantly share code, notes, and snippets.

@mohitt
Created April 15, 2019 23:02
Show Gist options
  • Select an option

  • Save mohitt/b91eac5835a2dfd9bc1707d22f2ad313 to your computer and use it in GitHub Desktop.

Select an option

Save mohitt/b91eac5835a2dfd9bc1707d22f2ad313 to your computer and use it in GitHub Desktop.
require('request-to-curl');
require('request-debug')(request, function(type, data, r) {
console.log(r.req.toCurl());
// put your request or response handling logic here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment