write

suspend fun ByteStreamSender.write(input: InputStream)

Reads the input stream and sends it to the data stream.


suspend fun ByteStreamSender.write(source: Source)

Reads the source and sends it to the data stream.