michael@0: /* Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ */ michael@0: michael@0: function handleRequest(req, resp) { michael@0: resp.setHeader("Content-Type", "application/octet-stream", false); michael@0: resp.write("hi"); michael@0: }