class documentation

class SimpleRequest: (source)

View In Hierarchy

SimpleRequest is a fake implementation of Request which writes a short, fixed string to the transport passed to its writeTo method and returns a succeeded Deferred. This vaguely emulates the behavior of a Request with no body producer.

Method writeTo Undocumented
Class Variable persistent Undocumented
def writeTo(self, transport): (source)

Undocumented

persistent: bool = (source)

Undocumented