streamBytes

abstract suspend fun streamBytes(options: StreamBytesOptions): ByteStreamSender

Start sending a stream of bytes. Call ByteStreamSender.close when finished sending.

Throws

if the stream failed to open.