kilua-project
Toggle table of contents
0.0.19
jvm
Platform filter
jvm
Switch theme
Search in API
kilua-project
kilua-ssr-server-micronaut
/
dev.kilua.ssr
/
SsrController
/
index
index
@
Produces
(
value
=
[
"text/html"
]
)
@
Get
(
value
=
"/index.html"
)
suspend
fun
index
(
request
:
HttpRequest
<
*
>
)
:
HttpResponse
<
String
>
(
source
)