Generated by
JDiff

Package org.springframework.web.reactive.function.client

Added Classes
UnknownHttpStatusCodeException Exception thrown when an unknown (or custom) HTTP status code is received.
 

Changed Classes and Interfaces
ClientRequest Represents a typed, immutable, client-side HTTP request, as executed by the ExchangeFunction.
ClientResponse Represents an HTTP response, as returned by WebClient and also ExchangeFunction.
ExchangeFilterFunctions Static factory methods providing access to built-in implementations of ExchangeFilterFunction for basic authentication, error handling, etc.
ExchangeFilterFunctions.
Credentials
Stores user and password for HTTP basic authentication.
WebClient.Builder A mutable builder for creating a WebClient.