class documentation

class DownloadHandlers:

View In Hierarchy

Undocumented

Method __init__ 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
Method download​_request Undocumented
Instance Variable ​_crawler Undocumented
Instance Variable ​_handlers Undocumented
Instance Variable ​_notconfigured Undocumented
Instance Variable ​_schemes Undocumented
def __init__(self, crawler):

Undocumented

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

Undocumented

def _get_handler(self, scheme):
Lazy-load the downloadhandler for a scheme only on the first request for that scheme.
def _load_handler(self, scheme, skip_lazy=False):

Undocumented

def download_request(self, request, spider):

Undocumented

_crawler =

Undocumented

_handlers: dict =

Undocumented

_notconfigured: dict =

Undocumented

_schemes: dict =

Undocumented