接口的使用
cn.taketoday.web.reactive.function.client.ClientResponse.Headers
使用ClientResponse.Headers的程序包
程序包
说明
Provides a reactive
WebClient
that builds on top of the
cn.taketoday.http.client.reactive reactive HTTP adapter layer.Classes supporting the
cn.taketoday.web.reactive.function.client package.-
cn.taketoday.web.reactive.function.client中ClientResponse.Headers的使用
-
cn.taketoday.web.reactive.function.client.support中ClientResponse.Headers的使用
修饰符和类型类说明static classImplementation of theHeadersinterface that can be subclassed to adapt the headers in aexchange filter function.限定符构造器说明HeadersWrapper(ClientResponse.Headers headers) Create a newHeadersWrapperthat wraps the given request.