Module t.w.twcgi

Part of twisted.web2 View Source

I hold resource classes and helper classes that deal with CGI scripts.

Things which are still not working properly:
Function createCGIEnvironment Undocumented
Function runCGI Undocumented
Class CGIScript I represent a CGI script.
Class FilteredScript I am a special version of a CGI script, that uses a specific executable
Class PHP3Script I am a FilteredScript that uses the default PHP3 command on most systems.
Class PHPScript I am a FilteredScript that uses the PHP command on most systems.
Class CGIProcessProtocol No class docstring; 6/10 methods documented
Class CGIDirectory A directory that serves only CGI scripts (to infinite depth)
def createCGIEnvironment(request): (source)
Undocumented
def runCGI(request, filename, filterscript=None): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.