get_response


Description:

public unowned URIResponse get_response ()

Retrieves the URIResponse of the resource load operation.

This method returns null if called before the response is received from the server. You can connect to notify:response signal to be notified when the response is received.

Parameters:

this

a WebResource

Returns:

the URIResponse, or null if the response hasn't been received yet.