<%? setTimeout(function () { res.print("Async Header"); res.finish(); }, 2000) %>
<%? setTimeout(function () { res.print("Body"); res.finish(); }, 1000) %>