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