More options for HTML serialization
In this release, an HTML response can be specified using a single text node containing serialized HTML, which is then serialized as is, and served with the content-type "text/html". e.g.
<c:body content-type="text/html"><html> ... </html></c:body>