-
node.http.createServer(function (request, response) {
+include("/utils.js");
+node.http.createServer(function (request, response) {
response.sendHeader(200, {"Content-Type": "text/plain"});
response.sendBody("Hello World\n");
response.finish();
@@ -59,47 +60,10 @@ of the 16bit javascript string characters. Both are relatively fast—use
them if you can. "utf8" is slower and should be avoided when possible.
Many objects in Node emit events: a TCP server emits an event each time
there is a connection, a child process emits an event when it exits. All
@@ -1944,7 +1943,7 @@ init (Handle<Object> target)