class documentation

class HttpErrorMiddleware:

View In Hierarchy

Undocumented

Class Method from​_crawler Undocumented
Method __init__ Undocumented
Method process​_spider​_exception Undocumented
Method process​_spider​_input Undocumented
Instance Variable handle​_httpstatus​_all Undocumented
Instance Variable handle​_httpstatus​_list Undocumented
@classmethod
def from_crawler(cls, crawler):

Undocumented

def __init__(self, settings):

Undocumented

def process_spider_exception(self, response, exception, spider):

Undocumented

def process_spider_input(self, response, spider):

Undocumented

handle_httpstatus_all =

Undocumented

handle_httpstatus_list =

Undocumented