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

Class InvalidHeaderValue

src/websockets/exceptions.py:291–297  ·  view source on GitHub ↗

Raised when an HTTP header has a wrong value. The format of the header is correct but the value isn't acceptable.

Source from the content-addressed store, hash-verified

289
290
291class InvalidHeaderValue(InvalidHeader):
292 """
293 Raised when an HTTP header has a wrong value.
294
295 The format of the header is correct but the value isn't acceptable.
296
297 """
298
299
300class InvalidOrigin(InvalidHeader):

Callers 7

process_responseMethod · 0.85
process_requestMethod · 0.85
process_subprotocolMethod · 0.85
check_requestFunction · 0.85
check_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…