spring-framework
spring-framework copied to clipboard
Improve documentaton on controller return values for file downloads
I've updated the documentation to indicate that a ResponseEntity<Resource> can be returned from a WebFlux controller.
On a separate note, since file uploads and downloads are common requirements in the Spring framework, I believe it would be beneficial to create a dedicated page to guide developers through the process. I'd be happy to create one. What are your thoughts?