Add support for Reactor Netty to ClientHttpRequestFactories

Closes gh-42587
This commit is contained in:
Andy Wilkinson
2024-10-18 10:11:02 +01:00
parent c9e548b23b
commit 68ed4b1d4f
9 changed files with 203 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ In order of preference, the following clients are supported:
. Apache HttpClient
. Jetty HttpClient
. Reactor Netty HttpClient
. OkHttp (deprecated)
. Simple JDK client (`HttpURLConnection`)