class documentation

class ScrapyHTTPClientFactory(ClientFactory):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method ​_build​_response Undocumented
Method _cancel​Timeout Undocumented
Method ​_set​_connection​_attributes Undocumented
Method build​Protocol Undocumented
Method client​Connection​Failed When a connection attempt fails, the request cannot be issued. If no result has yet been provided to the result Deferred, provide the connection failure reason as an error result.
Method got​Headers Undocumented
Method got​Status No summary
Method no​Page Undocumented
Method page Undocumented
Class Variable after​Found​Get Undocumented
Class Variable follow​Redirect Undocumented
Class Variable noisy Undocumented
Instance Variable _disconnected​Deferred Undocumented
Instance Variable ​_url Undocumented
Instance Variable body Undocumented
Instance Variable deferred Undocumented
Instance Variable headers Undocumented
Instance Variable headers​_time Undocumented
Instance Variable host Undocumented
Instance Variable message Undocumented
Instance Variable method Undocumented
Instance Variable netloc Undocumented
Instance Variable path Undocumented
Instance Variable port Undocumented
Instance Variable response​_headers Undocumented
Instance Variable scheme Undocumented
Instance Variable start​_time Undocumented
Instance Variable status Undocumented
Instance Variable timeout Undocumented
Instance Variable url Undocumented
Instance Variable version Undocumented
Instance Variable waiting Undocumented
def __init__(self, request, timeout=180):

Undocumented

def __repr__(self):

Undocumented

def _build_response(self, body, request):

Undocumented

def _cancelTimeout(self, result, timeoutCall):

Undocumented

def _set_connection_attributes(self, request):

Undocumented

def buildProtocol(self, addr):

Undocumented

def clientConnectionFailed(self, _, reason):
When a connection attempt fails, the request cannot be issued. If no result has yet been provided to the result Deferred, provide the connection failure reason as an error result.
def gotHeaders(self, headers):

Undocumented

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

Set the status of the request on us. @param version: The HTTP version. @type version: L{bytes} @param status: The HTTP status code, an integer represented as a

bytestring.

@type status: L{bytes} @param message: The HTTP status message. @type message: L{bytes}

def noPage(self, reason):

Undocumented

def page(self, page):

Undocumented

afterFoundGet: bool =

Undocumented

followRedirect: bool =

Undocumented

noisy: bool =

Undocumented

_disconnectedDeferred =

Undocumented

_url =

Undocumented

body =

Undocumented

deferred =

Undocumented

headers =

Undocumented

headers_time =

Undocumented

host =

Undocumented

message =

Undocumented

method =

Undocumented

netloc =

Undocumented

path =

Undocumented

port =

Undocumented

response_headers =

Undocumented

scheme =

Undocumented

start_time =

Undocumented

status =

Undocumented

timeout =

Undocumented

url =

Undocumented

version =

Undocumented

waiting: int =

Undocumented