body
A streamable body.
Deprecated (with error)
Use body(BufferedSource) instead
Replace with
import okio.Buffer
Content copied to clipboard
body(Buffer().write(bodyString))
Content copied to clipboard
An immutable body. Prefer bodySource so that the response can be streamed.