ENH: Add withVersion() and withExecutor() methods to HttpClientContext.Builder
rbygrave opened this issue · 0 comments
rbygrave commented
Adds the ability to configure the HttpClient.Version and Executor to the underlying HttpClient.
Note that we always have the option of providing the whole HttpClient using HttpClientContext.Builder.with(HttpClient client)