Multipart.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string mimeType)

Creates a new empty #SoupMultipart with a randomly-generated boundary string.

Note that mime_type must be the full MIME type, including "multipart/".

See also: [soup.message.Message.newFromMultipart].

Parameters

mimeTypethe MIME type of the multipart to create.

Returns

a new empty #SoupMultipart of the given mime_type