utf8Body

@get:JvmName(name = "-deprecated_utf8Body")
val utf8Body: String

Deprecated (with error)

Use body.readUtf8()

Replace with

body.readUtf8()