Returns the cluster's HTTP url.
Uri http([final String? path]) { return _endpoint(secure ? Scheme.https : Scheme.http, path); }