class Faraday::Response

def to_hash

def to_hash
  {
    status: env.status, body: env.body,
    response_headers: env.response_headers
  }
end