mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Add `with` methods to `HttpRequestFactoryBuilder` and `ClientHttpConnectorBuilder` that operate in a similar way to the `WebClient.Builder.apply(...)` method. Closes gh-47205