Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Struct Soup.ClientContext

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupClientContext
Struct : ClientContext
  Show / Hide Inherited methods, properties and signals
A SoupClientContext provides additional information about the client making a particular request. In particular, you can use soup_client_context_get_auth_domain() and soup_client_context_get_auth_user() to determine if HTTP authentication was used successfully. soup_client_context_get_address() and/or soup_client_context_get_host() can be used to get information for logging or debugging purposes. soup_client_context_get_socket() may also be of use in some situations (eg, tracking when multiple requests are made on the same connection).
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.Server
Signal
request_aborted (Server self, Message object, ClientContext p0) : none
Soup.Server
Signal
request_finished (Server self, Message object, ClientContext p0) : none
Soup.Server
Signal
request_read (Server self, Message object, ClientContext p0) : none
Soup.Server
Signal
request_started (Server self, Message object, ClientContext p0) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:35:00 GMT+0800 (HKT)