neuron v2.0.0 Neuron.Response View Source

Struct representation of a query response.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Neuron.Response{
  body: Map.t(),
  headers: keyword(),
  status_code: Integer.t()
}

Link to this section Functions

Link to this function handle_unparsable(response, error) View Source