toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-core
/
org.http4k.core
/
HttpMessage
/
body
body
abstract
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.
abstract
val
body
:
Body