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

Method process_request

tests/asyncio/test_router.py:117–118  ·  view source on GitHub ↗
(ws, request)

Source from the content-addressed store, hash-verified

115 """Router supports a process_request function returning None."""
116
117 def process_request(ws, request):
118 ws.process_request_ran = True
119
120 async with route(
121 self.url_map, "localhost", 0, process_request=process_request

Callers

nothing calls this directly

Calls 1

respondMethod · 0.45

Tested by

no test coverage detected