Package org.springframework.web.reactive.function.client.support
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.function.client.support
Classes supporting the
org.springframework.web.reactive.function.client
package.
Contains a ClientResponse
wrapper to adapt a request.-
ClassDescriptionImplementation of the
ClientResponse
interface that can be subclassed to adapt the request in aexchange filter function
.Implementation of theHeaders
interface that can be subclassed to adapt the headers in aexchange filter function
.