tipsy
app.get("/") { req, res-> res.body("Hello World") }
app.get("/") { ctx -> ctx.body("Hello World") }