[mod_python] Collecting GET and POST vars

Fabiano Sidler fabianosidler at gmail.com
Wed Dec 28 15:53:13 EST 2005


Hi folks!

I know I could use req.the_request[1] and req.read() for gathering
such data, but isn't there any other (easier) way to get a
dictionary-like object with both GET and POST variables created? I
have found solutions using the publisher handler, but I'd need it for
general handlers.

Greetings,
fips



More information about the Mod_python mailing list