ex_signal v0.3.0
ExSignal.Response
View Source
Represents an API response.
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()
}