A common thing, it would be helpful to have it bundled. API example: ```go pal.New(...).HealthcheckServer(":8080", "/healthz") ``` Dead simple implementation: no response body, no headers, just status code: 200 or 500.