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

Function health_check

example/tutorial/step3/app.py:187–189  ·  view source on GitHub ↗
(connection, request)

Source from the content-addressed store, hash-verified

185
186
187def health_check(connection, request):
188 if request.path == "/healthz":
189 return connection.respond(http.HTTPStatus.OK, "OK\n")
190
191
192async 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…