Polish WebFlux reference documentation

master
Daniel Kift 7 years ago committed by sdeleuze
parent fb0e3e9356
commit 7eb8070d55
  1. 4
      src/docs/asciidoc/web/webflux.adoc

@ -309,7 +309,7 @@ libraries, refer to their respective documentation.
== Reactive Spring Web == Reactive Spring Web
The `spring-web` module provides low level infrastructure and HTTP abstractions -- client The `spring-web` module provides low level infrastructure and HTTP abstractions -- client
and server, to build reactive web applications. All public APIs are build around Reactive and server, to build reactive web applications. All public APIs are built around Reactive
Streams with Reactor as a backing implementation. Streams with Reactor as a backing implementation.
Server support is organized in two layers: Server support is organized in two layers:
@ -582,7 +582,7 @@ adds ``Encoder``'s and ``Decoder``'s for Jackson JSON, Jackson Smile, and JAXB2.
The `spring-web` module also contains some web-specific readers and writers for The `spring-web` module also contains some web-specific readers and writers for
server-sent events, form data, and multipart requests. server-sent events, form data, and multipart requests.
To configure or customize the readers and writers to use applications will typically use To configure or customize the readers and writers to use, applications will typically use
`ClientCodecConfigurer` or `ServerCodecConfigurer`. `ClientCodecConfigurer` or `ServerCodecConfigurer`.

Loading…
Cancel
Save