# File lib/faraday/request.rb, line 47
    def headers=(hash)
      if headers then headers.replace hash
      else super
      end
    end