google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

Add ability to create custom routes based on Http methods #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
this will add necessary flexibility.
Example:
route("/greeting/{action}").post().to(Route2Controller.class);

where there are get(), post(), put() and delete() methods. 

Original issue reported on code.google.com by ipole...@groupon.com on 23 Jan 2012 at 5:18

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 23 Jan 2012 at 5:18

GoogleCodeExporter commented 9 years ago

Original comment by ipolevoy@gmail.com on 23 Jan 2012 at 5:28