StreamingResponseSpecification

Functions

Link copied to clipboard
abstract fun chunks(chunks: List<T>)
abstract fun chunks(vararg chunks: T)

Sets the chunks of content for the streaming response.

Link copied to clipboard
abstract fun stream(stream: Stream<T>)