class OkComputer::HttpCheck

Performs a health check by reading a URL over HTTP. A successful response is considered passing. To implement your own pass/fail criteria, inherit from this class, override check, and call perform_request to get the response body.