TextStreamResponse

class TextStreamResponse(val textStream: Flow<String>, val status: Int = 200, val headers: Map<String, String> = UiMessageStreams.textStreamHeaders())(source)

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(textStream: Flow<String>, status: Int = 200, headers: Map<String, String> = UiMessageStreams.textStreamHeaders())

Properties

Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard