vertx-web
vertx-web copied to clipboard
WebClient change proxy options.
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.
hi @pmlopes
Do you have any good suggestions? Is it possible to achieve without violating the design principles?
thanks.
I refer to httpclient and okhttp. They can't change the proxy server. So I guess this feature may violate some principles?