This Event allows to modify the URL, query parameters, POST-data and HTTP-method for outgoing HTTP requests before sending the request (see sendRequest() in inc/HTTPClient.php).
The intention is to have plugins transparently add a signature or authentication tokens to a request.
The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself.