Part of twisted.web2.channel View Source
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 |
Parameters | s | String 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.
|
Returns | Generator of tuples of the form (name, value) |