Generated by
JDiff

Package org.springframework.web.reactive.function.server

Changed Classes and Interfaces
RouterFunctions Central entry point to Spring's functional web framework. Exposes routing functionality, such as to #route(RequestPredicate, HandlerFunction) create a {@code RouterFunction} given a {@code RequestPredicate} and {@code HandlerFunction}, and to do further #nest(RequestPredicate, RouterFunction) subrouting on an existing routing function.
ServerRequest Represents a server-side HTTP request, as handled by a {@code HandlerFunction}.
ServerResponse.BodyBuilder Defines a builder that adds a body to the response.