Horizon Server URL configuration.
@type t() :: %Stellar.Horizon.Server{url: String.t()}
@spec futurenet() :: t()
@spec local() :: t()
@spec new(url :: String.t()) :: t()
@spec public() :: t()
@spec testnet() :: t()