rackla v1.0.1 Rackla.Response
Rackla.Response
is the struct returned when successfully getting an HTTP
response and the request
function was called with the option :full
set to
true
.
Fields:
:status
- Numeric HTTP status code (such as 200 for OK).:headers
- Map with HTTP response headers.:body
- HTTP response body (payload):
Summary
Types
t :: %Rackla.Response{body: binary, headers: %{}, status: integer}