ExForce.Response (ExForce v0.4.1)
View Source
Represents an API response.
Specs
t() :: %ExForce.Response{
body: any(),
headers: [{binary(), binary()}],
method: :head | :get | :delete | :trace | :options | :post | :put | :patch,
opts: [any()],
query: [{binary() | atom(), binary()}],
status: integer() | nil,
url: binary()
}