MCPcopy Index your code
hub / github.com/python-websockets/websockets / InvalidProxyMessage

Class InvalidProxyMessage

src/websockets/exceptions.py:218–222  ·  view source on GitHub ↗

Raised when an HTTP proxy response is malformed.

Source from the content-addressed store, hash-verified

216
217
218class InvalidProxyMessage(ProxyError):
219 """
220 Raised when an HTTP proxy response is malformed.
221
222 """
223
224
225class InvalidProxyStatus(ProxyError):

Callers 3

run_parserMethod · 0.85
read_connect_responseFunction · 0.85
test_strMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_strMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…