healthCheckUrl

A computed property that constructs the URL endpoint for health check requests.

This property generates the URL by appending the "health" path segment to the base URL defined by the url property within the ClientConnectionConfig class.

The generated URL is intended to be used for verifying the availability and responsiveness of the remote server or service.