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

Method process_request

tests/sync/test_server.py:137–139  ·  view source on GitHub ↗
(ws, request)

Source from the content-addressed store, hash-verified

135 """Server runs process_request and continues the handshake."""
136
137 def process_request(ws, request):
138 self.assertIsInstance(request, Request)
139 ws.process_request_ran = True
140
141 with run_server(process_request=process_request) as server:
142 with connect(get_uri(server)) as client:

Callers

nothing calls this directly

Calls 1

respondMethod · 0.45

Tested by

no test coverage detected