# File lib/net/http_multipart_post.rb, line 59
      def content_type
        "multipart/form-data; boundary=#{BOUNDARY}"
      end