public class RespondHtmlKt
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
respondHtml(io.ktor.application.ApplicationCall $receiver,
io.ktor.http.HttpStatusCode status,
kotlin.jvm.functions.Function1<? super kotlinx.html.HTML,kotlin.Unit> block,
kotlin.coroutines.experimental.Continuation<? super kotlin.Unit> p)
Responds to a client with a HTML response, using specified block to build an HTML page
|
public static java.lang.Object respondHtml(io.ktor.application.ApplicationCall $receiver,
io.ktor.http.HttpStatusCode status,
kotlin.jvm.functions.Function1<? super kotlinx.html.HTML,kotlin.Unit> block,
kotlin.coroutines.experimental.Continuation<? super kotlin.Unit> p)
Responds to a client with a HTML response, using specified block to build an HTML page