[mod_python] mod_python and mod_wsgi

Gert Cuykens gert.cuykens at gmail.com
Sat Jul 28 19:57:07 EDT 2007


How do you do this in wsgi :)

def handler(req):
    text = req.read()
    req.content_type = 'text/xml'
    req.write(text)
    return apache.OK


More information about the Mod_python mailing list