danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

Removing a header #215

Open nayanbhana opened 9 years ago

nayanbhana commented 9 years ago

Hi there, thanks for this great library. I am currently trying to send a request to a server and it automatically attaches 'Accept: /'. I want to remove the header completely, I have tried adding Accept with a blank string but it still keep Accept in the header.

Is it possible to remove this completely from my header?