api/health.py.dox.md
health.py API endpoint.health.py because this directory is intentionally flat.health.py owns the runtime implementation.health.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.HealthCheck (ApiHandler)
requires_auth(cls) -> boolrequires_csrf(cls) -> boolget_methods(cls) -> list[str]async process(self, input: dict, request: Request) -> dict | Responsehelpers.api.ApiHandler; WebSocket handlers must derive from helpers.ws.WsHandler.HealthCheck is an ApiHandler.HealthCheck defines process(...).HealthCheck defines get_methods(...).HealthCheck defines requires_auth(...).HealthCheck defines requires_csrf(...).helpers, helpers.api.git.get_git_info, errors.error_text.helpers.api.Response for non-JSON responses, files, redirects, or status-specific replies.tests/test_oauth_providers.pytests/test_office_document_store.pytests/test_self_update_tag_filter.pyNo child DOX files.