class Athena::MIME::Part::Multipart::Form inherits Athena::MIME::Part::AbstractMultipart # Represents a form-data part. Constructors# .new(fields : Hash = {} of NoReturn => NoReturn)# Methods# #media_sub_type : String# Returns the media sub-type of this part. E.g. pdf within application/pdf. #parts : Array(Athena::MIME::Part::Abstract)# Returns the parts that make up this multipart part.