Creates a HTTP RPC URL for host.
HTTP
host
factory Cluster.http(final String host, {final int? port}) => Cluster(Uri(scheme: 'http', host: host, port: port));