This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Description
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.