MCPcopy
hub / github.com/urllib3/urllib3 / DecodeError

Class DecodeError

src/urllib3/exceptions.py:69–70  ·  view source on GitHub ↗

Raised when automatic decoding based on Content-Type fails.

Source from the content-addressed store, hash-verified

67
68
69class DecodeError(HTTPError):
70 """Raised when automatic decoding based on Content-Type fails."""
71
72
73class ProtocolError(HTTPError):

Callers 3

flushMethod · 0.85
__init__Method · 0.85
_decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected