Hacker News new | ask | show | jobs
by grabastic 5155 days ago
Many frameworks overload the POST operation and allow the desired verb to be specified in the data.

Rack::MethodOverride does this for Rack-based apps by using the value of the _method parameter as the http verb.