t.w.c.cgi : module documentation

Part of twisted.web2.channel View Source

No module docstring
Class BaseCGIChannelRequest No class docstring; 1/11 methods documented
Class CGIChannelRequest Undocumented
Function startCGI Call this as the last thing in your CGI python script in order to hook up your site object with the incoming request.
def startCGI(site): (source)

Call this as the last thing in your CGI python script in order to hook up your site object with the incoming request.

E.g.: >>> from twisted.web2 import channel, server >>> if __name__ == '__main__': ... channel.startCGI(server.Site(myToplevelResource))
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.