kobweb
Toggle table of contents
0.24.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kobweb
kobwebx-serialization-kotlinx
/
com.varabyte.kobweb.api.http
/
readBody
read
Body
jvm
inline suspend
fun
<
T
>
Request
.
readBody
(
bodyDeserializer
:
DeserializationStrategy
<
T
>
=
serializer()
)
:
T
?
(
source
)
Deprecated
Use `body?.decode(...)` instead
Replace with
body?.decode(bodyDeserializer)
Content copied to clipboard