mplatvoet
09/09/2015, 3:51 PMKTor.config {
defaults {
get {
contentType = "text/html"
}
}
executor = Executors.pool...
}
KTor {
get("/mypath") {
contentType = "text/html"
body = "<html><h1>Hello World</h1></html>"
}
}