0.0.4 • Published 9 years ago

download-http v0.0.4

Weekly downloads
1
License
WTFPL
Repository
github
Last release
9 years ago

download-http

Build Status

Download HTTP(S) resources easily.

Example

var downloadHTTP = require('download-http');

var url = 'http://downloads.sourceforge.net/sevenzip/7z920-x64.msi';
downloadHTTP(url, 'storage/bla.msi', function (error) {
	if (error) {
		throw error;
	}
	console.log('Success');
});

Supports:

  • 300 redirects

License

WTFPL – Do What the Fuck You Want to Public License
See: http://www.wtfpl.net/

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago