multipart/form-dataHTML form submission with file uploads. Each field is a separate MIME part with its own headers.
multipart/byterangesResponse to a multi-range HTTP request (206). Each byte range is a separate part.
multipart/mixedMultiple independent body parts of different types. Common in email (MIME).