Function: parseHealthBody()
Makaio Framework / utils/health-probe / parseHealthBody
Function: parseHealthBody()
Section titled “Function: parseHealthBody()”parseHealthBody(
body):HealthResult|null
Defined in: ../../../packages/utils/src/health-probe.ts:35
Parse the raw /health response body.
Parameters
Section titled “Parameters”string
Raw response text from the health endpoint.
Returns
Section titled “Returns”HealthResult | null
Parsed health result, or null if the body is not a valid health response.