receiveText

inline suspend fun ApplicationCall.receiveText(): String

Receives incoming content for this call as String.

Return

text received from this call.

Throws

when content cannot be transformed to the String.