t.w.c.fastcgi : module documentation

Part of twisted.web2.channel View Source

Twisted.web2 FastCGI backend support.
Class FastCGIError Undocumented
Class Record Undocumented
Function parseNameValues
Function getLenBytes Undocumented
Function writeNameValue Undocumented
Class FastCGIChannelRequest No class docstring; 1/16 methods documented
Class FastCGIFactory Undocumented
def parseNameValues(s): (source)
ParameterssString containing valid name/value data, of the form: 'namelength + valuelength + name + value' repeated 0 or more times. See fastcgi.writeNameValue for how to create this string.
ReturnsGenerator of tuples of the form (name, value)
def getLenBytes(length): (source)
Undocumented
def writeNameValue(name, value): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2010-07-05 15:03:32.