class documentation

class HttpErrorMiddleware: (source)

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): (source)

Undocumented

def __init__(self, settings): (source)

Undocumented

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

Undocumented

def process_spider_input(self, response, spider): (source)

Undocumented

handle_httpstatus_all = (source)

Undocumented

handle_httpstatus_list = (source)

Undocumented