ceylon-cayla icon indicating copy to clipboard operation
ceylon-cayla copied to clipboard

Asynchronous declarative option

Open vietj opened this issue 10 years ago • 0 comments

Allow a controller to be marked as asynchronous like:

route("/foo") async shared class MyController() extends Controller() { ... }

the controller would be wrapped by Cayla by a Promise<Response> .

vietj avatar Nov 19 '13 06:11 vietj