michael@0: function handleRequest(request, response) michael@0: { michael@0: response.processAsync(); michael@0: response.setHeader("Content-Type", "image/jpeg", false); michael@0: }