Message.from_multipart


Description:

[ CCode ( has_construct_function = false ) ]
public Message.from_multipart (string uri_string, Multipart multipart)

Creates a new Message and sets it up to send multipart to uri_string via POST.

Parameters:

uri_string

the destination endpoint

multipart

a Multipart

Returns:

the new Message, or null if uri_string could not be parsed