vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Adds methods to update SSL Options to WebClient

Open frankgh opened this issue 4 months ago • 0 comments

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:

Explain here the context, and why you're making that change, what is the problem you're trying to solve.

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

frankgh avatar Oct 20 '24 16:10 frankgh