sent_request


Description:

public signal void sent_request (URIRequest request, URIResponse redirected_response)

This signal is emitted when request has been sent to the server.

In case of a server redirection this signal is emitted again with the request argument containing the new request sent to the server due to the redirection and the redirected_response parameter containing the response received by the server for the initial request.

Parameters:

request

a URIRequest

redirected_response

a URIResponse, or null