Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker WebKit.NetworkRequest

Class WebKit.NetworkRequest

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitNetworkRequest
Class : NetworkRequest
Extends: GObject.Object
This class represents the network related aspects of a navigation
request. It is used whenever WebKit wants to provide information
about a request that will be sent, or has been sent. Inside it you
can find the URI of the request, and, for valid URIs, a
SoupMessage object, which provides access to further information
such as headers.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
WebKit.Download
Property
network_request : WebKit.NetworkRequest
The WebKitNetworkRequest instance associated with the download.
WebKit.Download
Method
new WebKit.Download.c_new (NetworkRequest request) : WebKit.Download
Create a new WebKit.Download
WebKit.Download
Method
get_network_request () : WebKit.NetworkRequest
Retrieves the WebKitNetworkRequest object that backs the download
process.
WebKit.WebDataSource
Method
new WebKit.WebDataSource.with_request (NetworkRequest request) : WebKit.WebDataSource
Create a new WebKit.WebDataSource
WebKit.WebDataSource
Method
get_initial_request () : WebKit.NetworkRequest
Returns a reference to the original request that was used to load the web
content.
WebKit.WebDataSource
Method
get_request () : WebKit.NetworkRequest
Returns a WebKitNetworkRequest that was used to create this
WebKitWebDataSource.
WebKit.WebFrame
Method
load_request (NetworkRequest request) : none
Connects to a given URI by initiating an asynchronous client request.
WebKit.WebView
Signal
mime_type_policy_decision_requested (WebView self, WebFrame frame, NetworkRequest request, String mimetype, WebPolicyDecision policy_decision) : gboolean
Decide whether or not to display the given MIME type.
WebKit.WebView
Signal
navigation_policy_decision_requested (WebView self, WebFrame frame, NetworkRequest request, WebNavigationAction navigation_action, WebPolicyDecision policy_decision) : gboolean
Emitted when frame requests a navigation to another page.
WebKit.WebView
Signal
navigation_requested (WebView self, WebFrame frame, NetworkRequest request) : WebKit.NavigationResponse
Emitted when frame requests a navigation to another page.
WebKit.WebView
Signal
new_window_policy_decision_requested (WebView self, WebFrame frame, NetworkRequest request, WebNavigationAction navigation_action, WebPolicyDecision policy_decision) : gboolean
Emitted when frame requests opening a new window.
WebKit.WebView
Signal
resource_request_starting (WebView self, WebFrame web_frame, WebResource web_resource, NetworkRequest request, NetworkResponse response) : none
Emitted when a request is about to be sent.
WebKit.WebView
Method
load_request (NetworkRequest request) : none
Requests loading of the specified asynchronous client request.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:02 GMT+0800 (HKT)