more moving
[nodejsws.git] / examples / simple / purls / main_head.js
diff --git a/examples/simple/purls/main_head.js b/examples/simple/purls/main_head.js
new file mode 100644 (file)
index 0000000..463d8dd
--- /dev/null
@@ -0,0 +1,8 @@
+function go(request, response, callback) {
+       console.log("in main_head.go");
+       response.write("<html><head><title>im a head</title></head><body>");
+       callback(request, response);
+       return;
+}
+
+exports.go = go;
\ No newline at end of file