[mod_python] post request and the minimalistic handler

Deron Meranda deron.meranda at gmail.com
Sun Feb 19 12:30:38 EST 2006


> def handler( req ):
>      req.content_type = "text/html"
>      req.write( "hello" )
>      return apache.OK

Try using text/plain.
--
Deron Meranda



More information about the Mod_python mailing list