Generated by
JDiff

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

Added Interfaces
RouterFunctions.Builder Represents a discoverable builder for router functions.
ServerRequest.Builder Defines a builder for a request.
 

Changed Classes and Interfaces
RequestPredicates Implementations of RequestPredicate that implement various useful request matching operations, such as matching based on path, HTTP method, etc.
RouterFunctions Central entry point to Spring's functional web framework. Exposes routing functionality, such as to #route() create a {@code RouterFunction} using a discoverable builder-style API, 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}.