bowler-framework / Bowler

RESTful Web Framework based on Scala, built on top of Scalatra & Scalate
http://bowlerframework.org
BSD 3-Clause "New" or "Revised" License
119 stars 13 forks source link

Configuration setting to drop HTTP method from view path #29

Closed greenrd closed 11 years ago

greenrd commented 11 years ago

Want to be able to (in one line of code) drop GET, POST etc. from the view path, for applications which follow a design of using the same view for GETs and POSTs to the same URL (when they render anything at all for that URL, as opposed to sending e.g. a redirect or a HTTP error).