...
Warning |
---|
The java.net.http.HttpClient support of timeouts (send / receive) is incomplete: - https://bugs.openjdk.org/browse/JDK-8258397 |
Another contextual properties include:
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 |
Authentication
Basic Authentication
...