This commit adds the ability to update the SSLOptions on the WebClient, similar to the methods in io.vertx.core.http.HttpClient. Internally, we delegate the calls to the underlying client.
Motivation:
We don't have a way to directly update the SSLOptions in WebClient. We need to keep a reference
to the wrapped HttpClient in able to update SSLOptions.
This commit adds the ability to update the SSLOptions on the WebClient, similar to the methods in
io.vertx.core.http.HttpClient
. Internally, we delegate the calls to the underlying client.Motivation:
We don't have a way to directly update the SSLOptions in WebClient. We need to keep a reference to the wrapped HttpClient in able to update SSLOptions.
Conformance:
Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines