receiveText
inline suspend fun ApplicationCall.receiveText(): String
Receives incoming content for this call as String.
Exceptions
ContentTransformationException
- when content cannot be transformed to the String.
Return text received from this call.