LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.integration.interop.protocol.rest.v1
/
respondJsonWriter
respond
Json
Writer
suspend
fun
ApplicationCall
.
respondJsonWriter
(
contentType
:
ContentType
?
=
ContentType.Application.Json
,
status
:
HttpStatusCode
?
=
null
,
block
:
suspend
JsonWriter
.
(
)
->
Unit
)