signal callback delegate or function to connect
void callback(webkit.urirequest.URIRequest request, webkit.uriresponse.URIResponse redirectedResponse, webkit.web_resource.WebResource webResource)
request a #WebKitURIRequest (optional)
redirectedResponse a #WebKitURIResponse, or null (optional)
webResource the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to SentRequest signal.
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.