michael@0: function handleRequest(request, response) michael@0: { michael@0: response.processAsync(); michael@0: response.setHeader("Content-Type", "application/x-Second-Test", false); michael@0: michael@0: response.write("Hello world.\n"); michael@0: response.finish(); michael@0: }