t.w.c.__init__ : module documentation

Part of twisted.web2.channel View Source

Various backend channel implementations for web2.
Function startCGI Call this as the last thing in your CGI python script in order to
Class SCGIFactory Undocumented
Class HTTPFactory Factory for HTTP server.
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 2010-07-05 15:03:32.