health method

Future<HealthStatus> health()

Returns the health status of httpCluster.

Implementation

Future<HealthStatus> health() => httpClient.health();