Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Enum Soup.MessageFlags

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupMessageFlags
Enum : MessageFlags
  Show / Hide Inherited methods, properties and signals
(3xx) responses received by this message. soup_message_body_set_accumulate() on the incoming message body (ie, response_body for a client-side request), passing FALSE. indicate that it has removed the Content-Encoding on a message (and so headers such as Content-Length may no longer accurately describe the body). has been received, indicates that the server's SSL certificate is trusted according to the session's CA. Various flags that can be set on a SoupMessage to alter its behavior.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.Message
Property
Soup.Message
Method
set_flags (MessageFlags flags) : none
Sets the specified flags on msg.
Soup.Message
Method
get_flags () : Soup.MessageFlags
Gets the flags on msg
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:35:01 GMT+0800 (HKT)