ex_signal v0.3.0 ExSignal.Response View Source

Represents an API response.

Link to this section Summary

Link to this section Types

Specs

t() :: %ExSignal.Response{
  body: any(),
  headers: [{binary(), binary()}] | nil,
  method: :head | :get | :delete | :trace | :options | :post | :put | :patch,
  opts: [any()] | nil,
  query: [{binary() | atom(), binary()}] | nil,
  status: integer() | nil,
  url: binary()
}