include("/utils.js"); -node.http.createServer(function (request, response) { +include("/http.js"); +createServer(function (request, response) { response.sendHeader(200, {"Content-Type": "text/plain"}); response.sendBody("Hello World\n"); response.finish(); @@ -940,6 +941,8 @@ on error: no parameters.