# File lib/http/form_data/readable.rb, line 10
      def to_s
        rewind
        content = read
        rewind
        content
      end