# File lib/net/http_multipart_post.rb, line 90
      def encode_parameter(key, value)
        parameter_boundary + disposition_with_name(key) + value.to_s + "\r\n"
      end