I set the proxy using the `HTTP_PROXY` environment variable, and depending on the website's protocol, HTTP::UserAgent does two things: - http://httpbin.org/ip: it says "Invalid header received from client." - https://httpbin.org/ip: it just hangs. Probably [here](https://github.com/sergot/http-useragent/blob/590680d9679a6a1184ef224ec03b86bd0df26036/lib/HTTP/UserAgent.pm6#L363).