Skip to content

Instantly share code, notes, and snippets.

@polotek
Created August 8, 2010 17:04
Show Gist options
  • Save polotek/514267 to your computer and use it in GitHub Desktop.
Save polotek/514267 to your computer and use it in GitHub Desktop.
var http = require("http");
http.cat('http://www.google.com/', 'utf8', function(err, data) {
console.log(err);
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment