Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ ProtocolError
Class
ProtocolError
httpx/_exceptions.py:216–219 ·
view source on GitHub ↗
The protocol was violated.
Source
from the content-addressed store, hash-verified
214
215
216
class
ProtocolError(TransportError):
217
""
"
218
The protocol was violated.
219
""
"
220
221
222
class
LocalProtocolError(ProtocolError):
Callers
2
_parse_challenge
Method · 0.85
_resolve_qop
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected