mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b83cb4a947
The methods to build a request in RestClientAdapter and WebClientAdapter are now public to make it easier to create a custom adapter that wraps the built-in ones and delegates for methods that can be the same. Closes gh-36374