X-Git-Url: http://git.pjr.cc/?p=nodejsws.git;a=blobdiff_plain;f=examples%2Fsimple%2Fpurls%2Fweb_nobody.js;fp=examples%2Fsimple%2Fpurls%2Fweb_nobody.js;h=0000000000000000000000000000000000000000;hp=67eef07121a2523a8798fd919f2abcb77bbfb819;hb=d621aec05d8d430c199dfb72a547ae16dc8b59d4;hpb=33b282a980af1a756710987498cc9962b5ff117b diff --git a/examples/simple/purls/web_nobody.js b/examples/simple/purls/web_nobody.js deleted file mode 100644 index 67eef07..0000000 --- a/examples/simple/purls/web_nobody.js +++ /dev/null @@ -1,8 +0,0 @@ -function process(request, response, callback) { - response.writeHead(302, { 'Location':'/body/'}) - callback(request, response); -} - - -exports.process = process; -exports.requireBody = function() { return false;};