Closed fponticelli closed 9 years ago
Example:
@:post("/post/") @:args(query(a,b), body(c)) function restrictQuery(a : String, b : String, c : String) { // ... }
Example: