body

abstract override fun body(body: Body): Request
abstract override fun body(body: String): Request
abstract override fun body(body: InputStream, length: Long?): Request

(Copy &) sets the body content.