]> git.ipfire.org Git - thirdparty/tornado.git/commit
Parse form bodies on PUT as well as POST.
authorBen Darnell <ben@bendarnell.com>
Wed, 4 Aug 2010 19:02:05 +0000 (12:02 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 4 Aug 2010 19:02:05 +0000 (12:02 -0700)
commit2aa8927314d8bfd2e190d04bdd7642b85983411f
treea726b572c5ca8aaf082124dd06cbf0d0e5452ff9
parent805ac65dc85e6c0f90d880135219fc88ceb31ed4
Parse form bodies on PUT as well as POST.

HTML5 adds support for PUT and DELETE in forms, so x-www-form-urlencoded
PUT bodies are now possible.
tornado/httpserver.py