GObject.Object
 WebKit.NetworkRequest
                WebKit.NetworkRequest
		   
| Import line: | WebKit = imports.gi.WebKit; | 
| GIR File: | WebKit-3.0.gir | 
| C documentation: | WebKitNetworkRequest | 
| Class : | NetworkRequest | 
| Extends: | GObject.Object | 
| Properties | Defined By | |
|---|---|---|
| 
				message : Soup.Message 
                   
                     
			 The SoupMessage that backs the request. The SoupMessage that backs the request. | WebKit.NetworkRequest | |
| 
				parent_instance : GObject.Object 
                 read only  
                     
			 | WebKit.NetworkRequest | |
| 
				priv : WebKit.NetworkRequestPrivate 
                 read only  
                     
			 | WebKit.NetworkRequest | |
| 
				uri : String 
                   
                     
			 The URI to which the request will be made. The URI to which the request will be made. | WebKit.NetworkRequest | |
| Method / Constructor | Defined By | |
|---|---|---|
| 
			new  WebKit.NetworkRequest
				
				 (Object properties) 
			
				
			
		 Create a new WebKit.NetworkRequest 
			
			
			
				Create a new WebKit.NetworkRequest
			
			
				 
 | ||
| Create a new WebKit.NetworkRequest 
			
			
			
				Create a new WebKit.NetworkRequest
			
			
				 
 
 | ||
| 
			get_message
				
				 () 
			
				
					 : 
					Soup.Message
					
				
			
		 Obtains the SoupMessage held and used by the given request. 
			
				Obtains the SoupMessage held and used by the given request. Notice that modification of the SoupMessage of a request by signal handlers is only supported (as in, will only affect what is actually sent to the server) where explicitly documented. 
 | WebKit.NetworkRequest | |
| 
			get_uri
				
				 () 
			
				
					 : 
					String
					
				
			
		 
 | WebKit.NetworkRequest | |
| 
			set_uri
				
				 (String uri) 
			
				
					 : 
					none
					
				
			
		 Sets the URI held and used by the given request. 
			
				Sets the URI held and used by the given request. When the request has an associated SoupMessage, its URI will also be set by this call. 
 
 | WebKit.NetworkRequest | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| WebKit.Download Property | 
				network_request : WebKit.NetworkRequest 
                   
                     
			 The WebKitNetworkRequest instance associated with the download. | 
| WebKit.Download Method | 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 | 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. |