MCPcopy Create free account
hub / github.com/python-websockets/websockets / not_found

Method not_found

src/websockets/asyncio/router.py:193–194  ·  view source on GitHub ↗
(self, connection: ServerConnection)

Source from the content-addressed store, hash-verified

191 return response
192
193 def not_found(self, connection: ServerConnection) -> Response:
194 return connection.respond(http.HTTPStatus.NOT_FOUND, "Not Found")
195
196 def route_request(
197 self, connection: ServerConnection, request: Request

Callers 1

route_requestMethod · 0.95

Calls 1

respondMethod · 0.45

Tested by

no test coverage detected