Home | Trees | Indices | Help |
|
---|
|
object --+ | FormRewriteMiddleware
Detect simulated PUT/DELETE requests.
Most browsers only support form actions of GET and POST. FormRewriteFilter works around this problem by setting the action form attribute to "POST" and storing the real method in a hidden form variable. This middleware detects these "simulated" requests and sets the "REQUEST_METHOD" environ variable to the intended value.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Oct 1 20:58:02 2007 | http://epydoc.sourceforge.net |