async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

redirect configuration is only available top-level on HTTPClient

Open weissi opened this issue 5 years ago • 0 comments

Whether (and how many times) you want to redirect is usually a setting that you want to be able to set per request and not globally per HTTPClient. Unfortunately, from what I can tell right now, we only allow setting this setting globally which is not practical given the fact that many client need to choose how they handle redirects, yet a single HTTPClient should be widely shared across the application.

weissi avatar Apr 05 '20 19:04 weissi