Initializer
init(stream:)
Creates a chunked, streaming HTTP
Response body of unknown length.init(stream: @escaping @Sendable (borrowing any HTTPBodyWriter & ~Escapable) async throws -> Void)
Parameters
streamThe closure that writes the body chunks.
Discussion
See init(stream:count:) for the streaming semantics.