api

http4k / org.http4k.core / Response / body

body

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

(Copy &) sets the body content.