0

I want to convert this curl command and being able to do it using express.js

curl -L "http://example.com"
Javier Esquivel
  • 77
  • 1
  • 10

1 Answers1

0

well if you really need a curl equivalent you can try node-curl

npm install node-curl

you will probably need to add libcurl4-gnutls-dev.

Ravindra Galav
  • 2,730
  • 2
  • 13
  • 16