node-js-libs / curlrequest

A cURL wrapper
MIT License
184 stars 44 forks source link

How to get sent and received headers? #38

Closed serapath closed 8 years ago

serapath commented 8 years ago

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.