Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aio-libs/aiohttp
/ ContentEncodingError
Class
ContentEncodingError
aiohttp/http_exceptions.py:64–65 ·
view source on GitHub ↗
Content encoding error.
Source
from the content-addressed store, hash-verified
62
63
64
class
ContentEncodingError(PayloadEncodingError):
65
""
"Content encoding error."
""
66
67
68
class
TransferEncodingError(PayloadEncodingError):
Callers
3
__init__
Method · 0.85
feed_data
Method · 0.85
feed_eof
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected