Description
Builds multipart form posts for Ruby Net::HTTP clients. It is useful when applications need to upload files or submit mixed form fields to web APIs using the standard Ruby HTTP stack.
Multipart requests can send private local files or large payloads. Validate paths, file sizes, content types, credentials, and destination URLs before sending.