Skip to content

More options for HTML serialization

Compare
Choose a tag to compare
@Conal-Tuohy Conal-Tuohy released this 26 Aug 11:15
· 24 commits to master since this release

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">&lt;html&gt; ... &lt;/html&gt;</c:body>