MCPcopy
hub / github.com/urllib3/urllib3 / InvalidHeader

Class InvalidHeader

src/urllib3/exceptions.py:299–300  ·  view source on GitHub ↗

The header provided was somehow invalid.

Source from the content-addressed store, hash-verified

297
298
299class InvalidHeader(HTTPError):
300 """The header provided was somehow invalid."""
301
302
303class ProxySchemeUnknown(AssertionError, URLSchemeUnknown):

Callers 3

_init_lengthMethod · 0.85
_init_lengthMethod · 0.85
parse_retry_afterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected