ning / async-http-client

Asynchronous Http Client for Java
135 stars 50 forks source link

Enable Proxy server per request configuration #31

Closed neotyk closed 14 years ago

neotyk commented 14 years ago

Instead of allowing only to configure proxy when starting AHC enable per request proxy configuration as well. For now there is only global proxy configuration. This would enable per request configuration.

globalrequestused
presentemptyglobal
presentpresentrequest
emptypresentrequest
emptyemptynone
neotyk commented 14 years ago

Please check out http://github.com/neotyk/async-http-client/tree/issue-31 branch.

jfarcand commented 14 years ago

Fixed

http://github.com/ning/async-http-client/commit/28a02eccd7e6588bb8d80dd1145ac6f68f841851

neotyk commented 14 years ago

Thanks!