[mod_python] typehandler

Nick Seidenman nicks at metrolink.com
Mon Jul 15 13:19:15 EST 2002


Anyone got a quick example of how this one's used?    When I try 
something simple, like:

    def typehandler (req):
        req.content_type = 'text/plain'
        req.send_http_headers ()
        return apache.OK

I just get a listing of the module that contains this.

TiA,
Nick




More information about the Mod_python mailing list