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