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