Igor

Results 1 issues of Igor

It's not possible to use library over proxy. The only thing is needed to implement: `RequestConfig requestConfig = RequestConfig.custom()./*blah blah blah*/.setProxy(new HttpHost(hostname, port)).build();` Thanks.