class Faraday::Response

def to_hash

def to_hash
  {
    status: status, body: body,
    response_headers: headers,
    url: url
  }
end