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 No summary
Function getLenBytes Undocumented
Function writeNameValue Undocumented
Class FastCGIChannelRequest No class docstring; 1/16 methods documented
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 2011-10-27 16:02:37.