| Top | Description | Object Hierarchy | Properties |  |  |  |  | 
WebKitNetworkResponse; const gchar * webkit_network_response_get_uri (WebKitNetworkResponse *response); SoupMessage * webkit_network_response_get_message (WebKitNetworkResponse *response); const char * webkit_network_response_get_suggested_filename (WebKitNetworkResponse *response); void webkit_network_response_set_uri (WebKitNetworkResponse *response,const gchar *uri);
"message" SoupMessage* : Read / Write / Construct Only "suggested-filename" gchar* : Read "uri" gchar* : Read / Write
const gchar *       webkit_network_response_get_uri     (WebKitNetworkResponse *response);
| 
 | a WebKitNetworkResponse | 
| Returns : | the URI of the WebKitNetworkResponse | 
Since 1.1.14
SoupMessage *       webkit_network_response_get_message (WebKitNetworkResponse *response);
Obtains the SoupMessage that represents the given response. Notice that only the response side of the HTTP conversation is represented.
| 
 | a WebKitNetworkResponse | 
| Returns : | the SoupMessage. [transfer none] | 
Since 1.1.14
const char *        webkit_network_response_get_suggested_filename
                                                        (WebKitNetworkResponse *response);
Obtains the suggested filename for the given network response. The
suggested filename is taken from the 'Content-Disposition' HTTP
header, but this is not always present, and this method will return
NULL in such case.
| 
 | a WebKitNetworkResponse | 
| Returns : | the suggested filename or NULLif not present. [transfer none] | 
Since 1.10
void webkit_network_response_set_uri (WebKitNetworkResponse *response,const gchar *uri);
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.
| 
 | a WebKitNetworkResponse | 
| 
 | an URI | 
Since 1.1.14
"message" property"message" SoupMessage* : Read / Write / Construct Only
The SoupMessage that backs the response.
Since 1.1.14
"suggested-filename" property"suggested-filename" gchar* : Read
The suggested filename for the response.
Default value: NULL
Since 1.10
"uri" property"uri" gchar* : Read / Write
The URI to which the response will be made.
Default value: NULL
Since 1.1.14