...
Contextual Property | Default Value | Description |
---|---|---|
force.urlconnection.http.conduit | false | Reverts the default HTTP client to URLConnectionHTTPConduit (by setting true ) |
share.httpclient.http.conduit | true | Shares the underlying |
https.reset.httpclient.http.conduit | true | Reverts the underlying |
org.apache.cxf.transport.http.forceVersion | By default, java.net.http.HttpClient prefers HTTP/2 protocol (if supported by the server). To override this behavior and prefer HTTP/1.1 instead, set this property to |
...