Multipart
Represents a multipart HTTP message body, parsed according to the syntax of RFC 2046.
Of particular interest to HTTP are multipart/byte-ranges
and multipart/form-data
,
Although the headers of a #SoupMultipart body part will contain the full headers from that body part, libsoup does not interpret them according to MIME rules. For example, each body part is assumed to have "binary" Content-Transfer-Encoding, even if its headers explicitly state otherwise. In other words, don't try to use #SoupMultipart for handling real MIME multiparts.
Skipped during bindings generation
parameter
headers
: headers: Out parameter is not supportedparameter
dest_body
: dest_body: Out parameter is not supported
Constructors
Functions
Adds a new MIME part containing @body to @multipart
Adds a new MIME part containing @data to @multipart.
Adds a new MIME part to @multipart with the given headers and body.