node-js-libs/curlrequest

How to get sent and received headers?

serapath opened this issue · 0 comments

Ok, i kind of figured it out :-)
So the include flag is important here and the sent request header is not visible, but the options that are passed to curl - otherwise i can intercept the request and check the header with http://requestb.in. That worked for me.