Skip to content

Instantly share code, notes, and snippets.

@MylesBorins
Created January 25, 2016 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MylesBorins/af65cf4f9ef9d727d8d0 to your computer and use it in GitHub Desktop.
Save MylesBorins/af65cf4f9ef9d727d8d0 to your computer and use it in GitHub Desktop.
var http = require("https");
http.get("https://www.juvalis.de/", (res) => {
res.pipe(process.stdout);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment