summary refs log tree commit
path: root/lib/rack/methodoverride.rb
DateCommit message (Expand)
2014-10-02Less allocated objects on each request
2014-05-20Move ["POST"] to a constant
2014-05-17Refactor methodoverride to make it easier to inherit and extend
2013-06-14add LINK and UNLINK methods
2012-11-17Allow EOFError exception from request parser to continue up the stack.
2011-12-06Handle EOFError exception from malformed multipart in MethodOverride middleware
2011-03-18add support for PATCH verb to Rack::MethodOverride
2009-01-06Store original HTTP method in MethodOverride middleware
2008-12-30Support X-Http-Method-Override header in MethodOverride middleware
2008-12-18Fix MethodOverride error when POST has no _method param
2008-09-07Add MethodOverride middleware to allow browsers to fake PUT and DELETE methods