SamDecrock / node-http-ntlm

Node.js module to authenticate using HTTP NTLM
MIT License
192 stars 89 forks source link

Feature: Ability to pass options to httpreq #20

Closed Calpicow closed 9 years ago

Calpicow commented 9 years ago

The commits I've been seeing seem to be taking a piece-wise approach to passing options to httpreq (such as adding timeout and binary). Why not pass all options to httpreq and be done with it instead?

SamDecrock commented 9 years ago

good point :-)