RenderedStream
constructor(status: Int, html: String, headers: Map<String, String>, criticalCss: String, styleChunks: Array<CssChunk>)
Parameters
status
HTTP return status.
html
HTML code to be emitted.
headers
HTTP headers to be emitted in the response.
criticalCss
Critical CSS to be emitted as front-matter.
styleChunks
Additional style chunks to emit.