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

WebClient change proxy options.

Open rawvoid opened this issue 5 years ago • 2 comments

Describe the feature

Currently, the Webclient can only set a proxy server when it is created. But in some applications, such as: IP proxy connection pool application. This will become very difficult because the same number of WebClients need to be created; and the IP proxy server is sometimes unavailable.

rawvoid avatar Nov 17 '20 03:11 rawvoid

hi @pmlopes

Do you have any good suggestions? Is it possible to achieve without violating the design principles?

thanks.

rawvoid avatar Nov 18 '20 11:11 rawvoid

I refer to httpclient and okhttp. They can't change the proxy server. So I guess this feature may violate some principles?

rawvoid avatar Nov 18 '20 11:11 rawvoid