Subject: | Add option to override_request() to give entire URL at once |
It would be nice if the override_request() function/method took an
argument "url" or something similar so one argument can be used instead
of using host/scheme/path/port combination.
override_request url => 'http://example.com/ajax.php', sub {
# ...
};