I\'m trying to leverage the node-request module, but the documentation isn\'t that great. If I make a request to a valid resource and pipe it to a Writable Stream, everythin
Why not use the http module directly.http.request
It has an 'error' event which you can use to catch the error.