Represents the parsed contents of a multipart/form-data HTTP request body.
multipart/form-data
This data class encapsulates a collection of individual form parts, each represented by the FormPart data class.
A list of individual form parts, where each part contains metadata and raw content.