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