kobweb
Toggle table of contents
0.25.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kobweb
kobweb-api
/
com.varabyte.kobweb.api.http
/
bodyOf
body
Of
fun
bodyOf
(
inputStream
:
InputStream
,
contentType
:
String
=
"application/octet-stream"
)
:
Body
(
source
)
fun
bodyOf
(
bytes
:
ByteArray
,
contentType
:
String
=
"application/octet-stream"
)
:
Body
(
source
)
fun
bodyOf
(
text
:
String
,
contentType
:
String
=
"text/plain"
)
:
Body
(
source
)