module Rack::Multipart

def build_multipart(params, first = true)

def build_multipart(params, first = true)
  Generator.new(params, first).dump
end