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
/
Success
Success
common
class
Success
(
val
stream
:
RenderedStream
)
:
StreamResponse
Members
Constructors
Success
Link copied to clipboard
common
constructor
(
stream
:
RenderedStream
)
Properties
content
Link copied to clipboard
common
open
override
val
content
:
String
css
Link copied to clipboard
common
open
val
css
:
String
fin
Link copied to clipboard
common
open
override
val
fin
:
Boolean
=
true
has
Content
Link copied to clipboard
common
open
override
val
hasContent
:
Boolean
=
false
headers
Link copied to clipboard
common
open
override
val
headers
:
Map
<
String
,
String
>
status
Link copied to clipboard
common
open
override
val
status
:
Int
=
200
stream
Link copied to clipboard
common
val
stream
:
RenderedStream