ExDadata.HTTPAdapter.Response (ExDadata v0.1.0) View Source
Response struct.
Link to this section Summary
Link to this section Types
Specs
body() :: term()
JSON-body for the request, provided as json-encodable data.
Specs
A headers provided for the request.
Specs
t() :: %ExDadata.HTTPAdapter.Response{ body: body(), headers: [header()], status: non_neg_integer() }
The response struct on which the main logic depends.