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
/
Body
/
Companion
/
invoke
invoke
@
JvmStatic
@
JvmName
(
name
=
"create"
)
operator
fun
invoke
(
body
:
String
)
:
Body
(
source
)
@
JvmStatic
@
JvmName
(
name
=
"create"
)
operator
fun
invoke
(
body
:
ByteBuffer
)
:
Body
(
source
)
@
JvmStatic
@
JvmName
(
name
=
"create"
)
operator
fun
invoke
(
body
:
InputStream
,
length
:
Long
?
=
null
)
:
Body
(
source
)