class HTTParty::Request::Body

def boundary

def boundary
  @boundary ||= MultipartBoundary.generate
end