RESTful http DELETE method in scala (play 2.0)
问题 I am building app with Play 2.0. As far as Play form generator won't generate native http "Delete" request method, it should be replaced with either "Get" or "Post". @form(routes.Application.delete(id), 'class -> "topRight") { <input type="submit" value="Delete this computer" class="btn danger"> } According to Play examples "Post" should be used for "delete" purposes. Though using "Get" is much comfortable as form can be replaced with a simple link (especially having a list of those links on