node-js-libs/curlrequest

How do you include headers, but exclude body in the response?

Opened this issue · 1 comments

I am using include: true to include headers, but I don't need body in the response. How would someone exclude it?

Found the issue, --location is including the whole body. Unfortunately we cannot disable it and set redirects to 10. I will create a fork.