We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fccd1 commit 13ae5a7Copy full SHA for 13ae5a7
framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/responseentity.adoc
@@ -33,6 +33,8 @@ Kotlin::
33
----
34
======
35
36
+A `ResponseEntity<Resource>` can be returned for file content, as same as in Spring MVC,
37
+
38
WebFlux supports using a single value xref:web-reactive.adoc#webflux-reactive-libraries[reactive type] to
39
produce the `ResponseEntity` asynchronously, and/or single and multi-value reactive types
40
for the body. This allows a variety of async responses with `ResponseEntity` as follows:
0 commit comments