Elide API
Toggle table of contents
1.0.0-beta1
common
Platform filter
common
Switch theme
Search in API
Elide API
ssr
/
elide.ssr
/
StreamResponse
/
Companion
/
success
success
common
fun
success
(
content
:
String
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
,
status
:
Int
=
200
,
criticalCss
:
String
=
""
,
styleChunks
:
Array
<
CssChunk
>
=
emptyArray()
)
:
StreamResponse
TBD