mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
496155525c
This commit ensures that ServerResponse.HeadersBuilder::build can throw an exception, by introducing a separate functional interface that does allow for exceptions to be thrown. Closes gh-30818