receiveText

inline suspend fun ApplicationCall.receiveText(): String

Receives incoming content for this call as String.

Return

text received from this call.

Throws

when Content-Type header is invalid.