eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

No way of having optional argument for handlers in web dialogue page #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
as title

Original issue reported on code.google.com by bcitg...@gmail.com on 9 Nov 2012 at 8:16

GoogleCodeExporter commented 9 years ago
On the roadmap. A fairly large change is required to parser and interpreter.

Original comment by relis...@gmail.com on 20 Nov 2012 at 11:10

GoogleCodeExporter commented 9 years ago
Extra request path components can now be collected into a variadic parameter 
...args []String but still cannot supply and optional keyword-style argument 
where the handler method declaration will supply a default if the argument is 
not supplied.

Original comment by relis...@gmail.com on 3 Feb 2013 at 5:38