Hi!
I'm trying out Nimrod, and I'm trying to use the getContent method of httpclient. Unfortunately, I'm behind a proxy (with no auth required) and I'm trying to figure out how to route getContent through a proxy.
Cheers, Nick
I have implemented this and it is available in git head.
Example:
echo getContent("http://google.com", proxy = newProxy("localhost"))