class documentation

class Request: (source)

View In Hierarchy

I am an abstract representation of a request for an entity.

I also function as the response. The request is responded to by calling self.write(data) until there is no data left and then calling self.finish().

Class Variable wireProtocol Undocumented
Method write Add some data to the response to this request.
Method finish The response to this request is finished; flush all data to the network stream.
wireProtocol = (source)

Undocumented

def write(self, data): (source)

Add some data to the response to this request.

def finish(self): (source)

The response to this request is finished; flush all data to the network stream.

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.