View Source Stellar.Horizon.Client.Default (Elixir Stellar SDK v0.21.0)
Hackney HTTP client implementation.
This implementation allows you to use your own JSON encoding library. The default is Jason.
Summary
Types
@type body() :: binary()
@type client_response() :: success_response() | error_response()
@type parsed_response() :: {:ok, map()} | {:error, Stellar.Horizon.Error.t()}
@type status() :: pos_integer()