receiveChannel
inline suspend fun ApplicationCall.receiveChannel(): ByteReadChannel
Receives channel content for this call.
Exceptions
ContentTransformationException
- when content cannot be transformed to the ByteReadChannel.
Return instance of ByteReadChannel to read incoming bytes for this call.