avaje/avaje-http-client

ENH: Add withVersion() and withExecutor() methods to HttpClientContext.Builder

rbygrave opened this issue · 0 comments

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)