Integrate Apache http client with WebClient
This commit introduces a ClientHttpConnector implementation backed by Apache HttpComponents HttpClient 5.0. Fixes gh-24700
This commit is contained in:
committed by
Arjen Poutsma
parent
859953fe81
commit
3bc1d42dcd
@@ -35,6 +35,8 @@ dependencies {
|
||||
exclude group: "javax.servlet", module: "javax.servlet-api"
|
||||
}
|
||||
optional("org.eclipse.jetty:jetty-reactive-httpclient")
|
||||
optional('org.apache.httpcomponents.client5:httpclient5:5.0')
|
||||
optional('org.apache.httpcomponents.core5:httpcore5-reactive:5.0')
|
||||
optional("com.squareup.okhttp3:okhttp")
|
||||
optional("org.apache.httpcomponents:httpclient")
|
||||
optional("org.apache.httpcomponents:httpasyncclient")
|
||||
|
||||
Reference in New Issue
Block a user