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

Function health_check

example/deployment/koyeb/app.py:16–18  ·  view source on GitHub ↗
(connection, request)

Source from the content-addressed store, hash-verified

14
15
16def health_check(connection, request):
17 if request.path == "/healthz":
18 return connection.respond(http.HTTPStatus.OK, "OK\n")
19
20
21async def main():

Callers

nothing calls this directly

Calls 1

respondMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…