@darthcav/ts-http-server
    Preparing search index...

    Type Alias HealthStatus

    HealthStatus: "pass" | "warn" | "fail"

    Status indicator for a health check or the overall service, following the IETF "Health Check Response Format for HTTP APIs" draft.

    • pass — healthy (HTTP 200).
    • warn — healthy but with concerns (HTTP 200).
    • fail — unhealthy (HTTP 503).