Integrate suggestion from review to improve consistency with existing code.
1 function handleRequest(request, response)
3 response.processAsync();
4 response.setHeader("Content-Type", "text/plain", false);
5 response.setHeader("X-Frame-Options", "DENY", false);