colynb / request-ntlm

NTLM lib for nodejs
5 stars 24 forks source link

Dont override options.headers #1

Open FrankyBoy opened 9 years ago

FrankyBoy commented 9 years ago

Hi!

In index.js you override options.headers -> would be better to use lodash.extend because then the user can set also custom-headers.

Cheers!

SrinjoyBarman commented 3 years ago

how to we get the json response after post?