class documentation

class ScrapyHTTPPageGetter(HTTPClient):

View In Hierarchy

Undocumented

Method connection​Lost Undocumented
Method connection​Made Undocumented
Method handle​End​Headers Undocumented
Method handle​Header Undocumented
Method handle​Response Undocumented
Method handle​Status Undocumented
Method line​Received Undocumented
Method timeout Undocumented
Class Variable delimiter Undocumented
Instance Variable ​_connection​_lost​_reason Undocumented
Instance Variable headers Undocumented
def connectionLost(self, reason):

Undocumented

def connectionMade(self):

Undocumented

def handleEndHeaders(self):

Undocumented

def handleHeader(self, key, value):

Undocumented

def handleResponse(self, response):

Undocumented

def handleStatus(self, version, status, message):

Undocumented

def lineReceived(self, line):

Undocumented

def timeout(self):

Undocumented

delimiter: bytes =

Undocumented

_connection_lost_reason =

Undocumented

headers =

Undocumented