You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the HttpClient can be passed directly to the "Builder" and static factory methods. We should instead pass a Supplier or even better a Function/BiFunction to control on a fine grained level which HttpClient should be used
Currently the HttpClient can be passed directly to the "Builder" and static factory methods. We should instead pass a
Supplieror even better aFunction/BiFunctionto control on a fine grained level which HttpClient should be used