class documentation

class DownloadHandlers: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method download_request Undocumented
Method _close Undocumented
Method _get_handler Lazy-load the downloadhandler for a scheme only on the first request for that scheme.
Method _load_handler Undocumented
Instance Variable _crawler Undocumented
Instance Variable _handlers Undocumented
Instance Variable _notconfigured Undocumented
Instance Variable _schemes Undocumented
def __init__(self, crawler): (source)

Undocumented

def download_request(self, request, spider): (source)

Undocumented

@defer.inlineCallbacks
def _close(self, *_a, **_kw): (source)

Undocumented

def _get_handler(self, scheme): (source)

Lazy-load the downloadhandler for a scheme only on the first request for that scheme.

def _load_handler(self, scheme, skip_lazy=False): (source)

Undocumented

_crawler = (source)

Undocumented

_handlers: dict = (source)

Undocumented

_notconfigured: dict = (source)

Undocumented

_schemes: dict = (source)

Undocumented