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:

Types

t :: %Rackla.Response{status: integer, headers: %{}, body: binary}