michael@0: function handleRequest(request, response) michael@0: { michael@0: response.processAsync(); michael@0: response.setHeader("Content-Type", "text/plain", false); michael@0: response.setHeader("X-Frame-Options", "DENY", false); michael@0: michael@0: response.finish(); michael@0: }