Polish "Support Jetty in ClientHttpRequestFactories"

See gh-36116
This commit is contained in:
Andy Wilkinson
2023-07-04 13:57:46 +01:00
parent 7ceece3d3d
commit c3e2c9d684
7 changed files with 38 additions and 27 deletions

View File

@@ -25,6 +25,7 @@ In order of preference, the following clients are supported:
. Apache HttpClient
. OkHttp
. Jetty HttpClient
. Simple JDK client (`HttpURLConnection`)
If multiple clients are available on the classpath, the most preferred client will be used.