kobweb
Toggle table of contents
0.24.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kobweb
kobweb-api
/
com.varabyte.kobweb.api.http
/
stream
stream
fun
Body.Companion
.
stream
(
inputStream
:
InputStream
,
contentType
:
String
=
"application/octet-stream"
)
:
Body
(
source
)
suspend
fun
ContentSource
.
stream
(
)
:
InputStream
(
source
)
Convert this byte source into an
InputStream
.