nodules / asker

http.request wrapper with gzip, request retries and http.Agent tuning
MIT License
93 stars 11 forks source link

callback must not be required argument of the request contructor #54

Closed kaero closed 11 years ago

kaero commented 11 years ago

I think, that call ask({ … }) is valid for many cases, then application isn't interested in the response result (pushing data to monitoring, for example).

May be request processing can be simplified in this case, because response compiling are redundant in this way.