class Faraday::Response

def initialize(env = nil)

def initialize(env = nil)
  @env = Env.from(env) if env
  @on_complete_callbacks = []
end