You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Framework provides a ReactorClientHttpConnector for WebClient, backed by Reactor Netty as an HTTP client. This connector implementation accepts a mapper Function<HttpClient, HttpClient> for customizing the HttpClient during its instantiation.
We should provide here a ReactorNettyHttpClientMapper interface that developers can use and declare as beans to configure HttpClient when used by the WebClient.Builder provided by Spring Boot.