Defines a struct to store the response data returned by an api request.
t :: %Dayron.Response{body: binary, elapsed_time: non_neg_integer, headers: list, status_code: non_neg_integer}