downpage.js 116 B

1234
  1. //Get the http content of a webpage, given "url"
  2. requirelib("http");
  3. var content = http.get(url);
  4. sendResp(content);