Class t.w.h.StringTransport:

Part of twisted.web.http View Source View In Hierarchy

I am a StringIO wrapper that conforms for the transport API. I support the `writeSequence' method.
Method __init__ Undocumented
Method writeSequence Undocumented
Method __getattr__ Undocumented
def __init__(self): (source)
Undocumented
def writeSequence(self, seq): (source)
Undocumented
def __getattr__(self, attr): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.