7 ms·
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
by grabastic 14y 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.