# File lib/restclient/payload.rb, line 217
      def boundary
        @boundary ||= rand(1_000_000).to_s
      end