GObject.Object
 WebKit.NetworkResponse
                WebKit.NetworkResponse
		   
| Import line: | WebKit = imports.gi.WebKit; | 
| GIR File: | WebKit-3.0.gir | 
| C documentation: | WebKitNetworkResponse | 
| Class : | NetworkResponse | 
| Extends: | GObject.Object | 
| Properties | Defined By | |
|---|---|---|
| 
				message : Soup.Message 
                   
                     
			 The SoupMessage that backs the response. The SoupMessage that backs the response. | WebKit.NetworkResponse | |
| 
				parent_instance : GObject.Object 
                 read only  
                     
			 | WebKit.NetworkResponse | |
| 
				priv : WebKit.NetworkResponsePrivate 
                 read only  
                     
			 | WebKit.NetworkResponse | |
| 
				uri : String 
                   
                     
			 The URI to which the response will be made. The URI to which the response will be made. | WebKit.NetworkResponse | |
| Method / Constructor | Defined By | |
|---|---|---|
| 
			new  WebKit.NetworkResponse
				
				 (Object properties) 
			
				
			
		 Create a new WebKit.NetworkResponse 
			
			
			
				Create a new WebKit.NetworkResponse
			
			
				 
 | ||
| Create a new WebKit.NetworkResponse 
			
			
			
				Create a new WebKit.NetworkResponse
			
			
				 
 
 | ||
| 
			get_message
				
				 () 
			
				
					 : 
					Soup.Message
					
				
			
		 Obtains the SoupMessage that represents the given response. 
			
				Obtains the SoupMessage that represents the given response. Notice that only the response side of the HTTP conversation is represented. 
 | WebKit.NetworkResponse | |
| 
			get_uri
				
				 () 
			
				
					 : 
					String
					
				
			
		 
 | WebKit.NetworkResponse | |
| 
			set_uri
				
				 (String uri) 
			
				
					 : 
					none
					
				
			
		 Sets the URI held and used by the given response. 
			
				Sets the URI held and used by the given response. When the response has an associated SoupMessage, its URI will also be set by this call. 
 
 | WebKit.NetworkResponse | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| WebKit.Download Property | 
				network_response : WebKit.NetworkResponse 
                   
                     
			 The WebKitNetworkResponse instance associated with the download. | 
| WebKit.Download Method | 
			get_network_response
				
				 () 
			
				
					 : 
					WebKit.NetworkResponse
					
				
			
		 Retrieves the WebKitNetworkResponse object that backs the download process. | 
| WebKit.WebFrame Method | 
			get_network_response
				
				 () 
			
				
					 : 
					WebKit.NetworkResponse
					
				
			
		 Returns a WebKitNetworkResponse object representing the response that was given to the request for the given frame, or NULL if the frame was not created by a load. | 
| 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. |