|
|
|
@ -5,7 +5,8 @@ This part of the documentation covers support for reactive-stack web application |
|
|
|
on a https://www.reactive-streams.org/[Reactive Streams] API to run on non-blocking |
|
|
|
on a https://www.reactive-streams.org/[Reactive Streams] API to run on non-blocking |
|
|
|
servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover |
|
|
|
servers, such as Netty, Undertow, and Servlet containers. Individual chapters cover |
|
|
|
the xref:web/webflux.adoc#webflux[Spring WebFlux] framework, |
|
|
|
the xref:web/webflux.adoc#webflux[Spring WebFlux] framework, |
|
|
|
the reactive xref:web/webflux-webclient.adoc[`WebClient`], support for xref:web-reactive.adoc#webflux-test[testing], |
|
|
|
the reactive xref:web/webflux-webclient.adoc[`WebClient`], |
|
|
|
and xref:web-reactive.adoc#webflux-reactive-libraries[reactive libraries]. For Servlet-stack web applications, |
|
|
|
support for xref:web/webflux-test.adoc[testing], |
|
|
|
see xref:web.adoc[Web on Servlet Stack]. |
|
|
|
and xref:web/webflux-reactive-libraries.adoc[reactive libraries]. For Servlet-stack web |
|
|
|
|
|
|
|
applications, see xref:web.adoc[Web on Servlet Stack]. |
|
|
|
|
|
|
|
|
|
|
|
|