mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
40a6fba443
This commit exposes the ClientRequest's URL and HttpMethod fields via a setter, so that they can be changed more easily in a request that was created via ClientRequest.from(ClientRequest). Issue: SPR-16093