exception documentation

class HeaderParsingError(HTTPError): (source)

View In Hierarchy

Raised by assert_header_parsing, but we convert it to a log.warning statement.

Method __init__ Undocumented
def __init__(self, defects, unparsed_data): (source)

Undocumented