orangy
@Path(”/foo”) class X { @GET(”bar”) fun PipelineContext<ApplicationCall>.bar() { call.respond(…) } }