Is there a reason for such strict either or approach? Possibly because it
provides two ways to achieve the same goal?
The reason I ask is because my situation is one in which the HttpClient is
customized to remove the Accept-Encoding: gzip header added to all requests
because the decoderFactories
Yes its either or.
You provide a pre configured http client that you have already
configured as you want it.
Or you do not, and use the httpClient.xxx to configure it in the uri.
On Tue, Mar 29, 2016 at 3:42 PM, mluckam wrote:
> For the Jetty component, if a httpClient is specified via the uri