body

abstract fun body(body: Body): HttpMessage(source)
abstract fun body(body: String): HttpMessage(source)
abstract fun body(body: InputStream, length: Long? = null): HttpMessage(source)

(Copy &) sets the body content.


abstract val body: Body(source)