class documentation

class SimpleRequest:

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):

Undocumented

persistent: bool =

Undocumented