[Twisted-Python] HTTP changes

Itamar Shtull-Trauring twisted at itamarst.org
Wed Oct 2 22:15:42 EDT 2002


I updated http to use a new method of parsing POST requests. This might cause breakage, but was necessary, and gives more functionaly (see http.Request.getArg) and will prevent massive memory usage on large file uploads.

As a result, Request.args will not be a dict in certain cases (POST requests). It does its best to emulate one, though, but some code may still break because of the transition.

-- 
Itamar Shtull-Trauring    http://itamarst.org/
Available for Python, Twisted, Zope and Java consulting




More information about the Twisted-Python mailing list