Subject: | allow HTTP::Request to use Connect method |
i would like to use more than one proxy when making a request (ex.
passing the request through a proxy that shapes bandwidth and then
through the Tor anonymizing proxy). to do this, i would need to need to
use the http CONNECT method and that requires host:port to be passed,
but HTTP::Request
complains the URL must be asbsolute.