function handleRequest(request, response) { response.setStatusLine("1.1", 500, "Internal Server Error"); response.setHeader("Content-Type", "image/svg+xml", false); let body = ""; response.bodyOutputStream.write(body, body.length); }