BinaryStream

class BinaryStream(val chunks: Flow<ByteArray>, val contentType: ContentType) : InvocationResult(source)

Streaming binary result (HTTP chunked transfer-encoding).

Constructors

Link copied to clipboard
constructor(chunks: Flow<ByteArray>, contentType: ContentType)

Properties

Link copied to clipboard
Link copied to clipboard