Module t.w.c.__init__

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 No class docstring; 1/2 methods documented
Class HTTPFactory Factory for HTTP server.
Class FastCGIFactory No class docstring; 1/2 methods documented
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.