HTMLStreamWriter
A type that write chunks of HTML content to a stream.
Html+Rendering.swift:55protocol HTMLStreamWriter
Conform to this protocol to stream HTML responses efficiently.
Requirements
Instance members
func write(ArraySlice<UInt8>
) async throws Writes a chunk of rendered HTML.