sent_request
Description:
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 | |
redirected_response |
a URIResponse, or null |