http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.core
/
Response
/
body
body
abstract
override
fun
body
(
body
:
Body
)
:
Response
(
source
)
abstract
override
fun
body
(
body
:
String
)
:
Response
(
source
)
abstract
override
fun
body
(
body
:
InputStream
,
length
:
Long
?
=
null
)
:
Response
(
source
)
(Copy &) sets the body content.