# File lib/faraday/utils.rb, line 66
      def replace(other)
        clear
        self.update other
        self
      end