MCPcopy
hub / github.com/encode/httpx / DecodingError

Class DecodingError

httpx/_exceptions.py:243–246  ·  view source on GitHub ↗

Decoding of the response failed, due to a malformed encoding.

Source from the content-addressed store, hash-verified

241
242
243class DecodingError(RequestError):
244 """
245 Decoding of the response failed, due to a malformed encoding.
246 """
247
248
249class TooManyRedirects(RequestError):

Callers 8

decodeMethod · 0.85
flushMethod · 0.85
decodeMethod · 0.85
flushMethod · 0.85
decodeMethod · 0.85
flushMethod · 0.85
decodeMethod · 0.85
flushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected