Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Struct Soup.Multipart

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupMultipart
Struct : 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.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup
Method
Soup.form_request_new_from_multipart (String uri, Multipart multipart) : Soup.Message
Creates a new SoupMessage and sets it up to send multipart to
To send a "multipart/form-data" POST, first
create a SoupMultipart, using SOUP_FORM_MIME_TYPE_MULTIPART as
the MIME type.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:56 GMT+0800 (HKT)