MCPcopy
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
216class ProtocolError(TransportError):
217 """
218 The protocol was violated.
219 """
220
221
222class LocalProtocolError(ProtocolError):

Callers 2

_parse_challengeMethod · 0.85
_resolve_qopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected