Get the "bare" response object
Closed this issue · 2 comments
diorahman commented
Hi!
How to get the bare response object in the module? Hence I can do something like:
var request = require('request')
request.get('http://mysite.com/doodle.png').pipe(resp)
diorahman commented
Oops, my bad