neuron v0.9.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()
}