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