mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
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