michael@0: // SJS file for getAllResponseRequests vs getResponseRequest michael@0: function handleRequest(request, response) michael@0: { michael@0: response.setHeader("X-Custom-Header-Bytes", "…", false); michael@0: response.write("42"); michael@0: }