okhttp-parent
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
okhttp-parent
mockwebserver
/
okhttp3.mockwebserver
/
RecordedRequest
/
utf8Body
utf8Body
@get:
JvmName
(
name
=
"-deprecated_utf8Body"
)
val
utf8Body
:
String
Deprecated (with error)
Use body.readUtf8()
Replace with
body.readUtf8()
Content copied to clipboard