Is it possible to specify a username and password to use with the Proxy option along with the host and port?
I can only find a host and port solution like so:
Resty rest = new Resty(Resty.Option.proxy("myproxy.com", 80));
But I can't find a way to set an authenticated proxy.
Thank you.