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