mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
`ReactorClientHttpConnector` provides an adapter layer to `WebClient` for using Reactor-Netty's `HttpClient`. This commit enables HTTP compression support by default for this client Connector. Another constructor is still available for providing a custom `HttpOptions` configuration. Issue: SPR-15908