Sending a DELETE request from Sinatra

前端 未结 5 1688
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 03:27

I am trying to develop a RESTful Sinatra application. Now, I know how to respond to a delete request with something like

delete \'/user/:id\' do |id|
   #do some         


        
5条回答
  •  一向
    一向 (楼主)
    2021-02-04 04:12

    see also Call Sinatra delete route with jQuery for how to do this with jQuery and JSON at the front end and Sinatra on the back end.

提交回复
热议问题