On Mon, 2013-04-08 at 17:30 +0200, Simone Tripodi wrote:
> Hi all mates,
> 
> is there any way to setup exception for proxy, in HttpClient instances?
> 
> I mean, domains such as "localhost" or "127.0.0.1" should be skipped by
> proxy resolution, as well as more domains which could be configured by
> users - is there any API to achieve it?
> 
> Many thanks in advance, all the best!
> -Simo
> 

This is what HttpRoutePlanner is for. One can selectively construct
different routes based on request properties, target host or contextual
attributes.

Hope this helps

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to