Skip to content

Instantly share code, notes, and snippets.

@intech
Created October 1, 2019 17:43
Show Gist options
  • Select an option

  • Save intech/17615d384f5aa39640b7a0dfd76615b1 to your computer and use it in GitHub Desktop.

Select an option

Save intech/17615d384f5aa39640b7a0dfd76615b1 to your computer and use it in GitHub Desktop.
require("http").request({host:"localhost",port:80,timeout:2000},res=>process.exit(res.statusCode!==200)).on("error",()=>process.exit(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment