mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
54e6103def
This commit adds the multipartData method to ServerRequest in WebMvc.fn, returning a MultiValueMap<String, Part>. Closes gh-24909