Skip to content

Instantly share code, notes, and snippets.

@tbuchok
Last active December 16, 2015 23:59
Show Gist options
  • Save tbuchok/5517780 to your computer and use it in GitHub Desktop.
Save tbuchok/5517780 to your computer and use it in GitHub Desktop.
var request = require('request')
, uri = 'http://domain.com/long_file.mp3';
// assumes `res` is a response object
request(uri).pipe(res);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment