Multipart.toMessage
void toMessage(soup.message_headers.MessageHeaders destHeaders, out glib.bytes.Bytes destBody)Serializes multipart to dest_headers and dest_body.
Parameters
destHeaders | the headers of the HTTP message to serialize multipart to |
destBody | the body of the HTTP message to serialize multipart to |