| Top |
| const gchar * | webkit_network_response_get_uri () |
| SoupMessage * | webkit_network_response_get_message () |
| void | webkit_network_response_set_uri () |
const gchar *
webkit_network_response_get_uri (WebKitNetworkResponse *response);
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.
Since 1.1.14
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.
Since 1.1.14