http4sclient

object http4sclient
class Object
trait Matchable
class Any

Value members

Concrete methods

def remoteHealthCheck[F[_], H[_]](call: Request[F])(client: Client[F], decoder: EntityDecoder[F, HealthResult[H]]): HealthCheck[F, H]

Fetches the result of a remote health check.

Fetches the result of a remote health check.

def statusCodeHealthCheck[F[_]](call: Request[F])(`evidence$1`: Functor[F], client: Client[F]): HealthCheck[F, Id]

Checks if a request made with a client has a successful status (1xx-3xx).

Checks if a request made with a client has a successful status (1xx-3xx).