api

http4k / org.http4k.core / HttpMessage / body

body

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

(Copy &) sets the body content.