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

Method process_request

tests/sync/test_router.py:129–130  ·  view source on GitHub ↗
(ws, request)

Source from the content-addressed store, hash-verified

127 """Router supports a process_request returning None."""
128
129 def process_request(ws, request):
130 ws.process_request_ran = True
131
132 with run_router(self.url_map, process_request=process_request) as server:
133 with connect(get_uri(server) + "/") as client:

Callers

nothing calls this directly

Calls 1

respondMethod · 0.45

Tested by

no test coverage detected