jeggy
Feature
BorzdeG
fun installRouting(routing: Routing) { routing.route("/") { get { ... } } }
fun Application.main() { routing { installRouting(this) } }
ApplicationCallPipeline
A modern programming language that makes developers happier.