mplatvoet
09/09/2015, 4:01 PMbody
var in this example could just as easy have been a view type class. The main point is, when looking at the current examples of ktor, I see things like:
class HelloApplication(config: ApplicationConfig) : Application(config)
that feels like boilerplate that was kind off needed in the Java realm but can be avoided with Kotlin