程序包 cn.taketoday.web.reactive.function.client.support
@NonNullApi
@NonNullFields
package cn.taketoday.web.reactive.function.client.support
Classes supporting the
cn.taketoday.web.reactive.function.client package.
Contains a ClientResponse wrapper to adapt a request.-
类类说明Implementation of the
ClientResponseinterface that can be subclassed to adapt the request in aexchange filter function.Implementation of theHeadersinterface that can be subclassed to adapt the headers in aexchange filter function.ReactorHttpExchangeAdapterthat enables anHttpServiceProxyFactoryto useWebClientfor request execution.