类 ClientResponseWrapper.HeadersWrapper

java.lang.Object
cn.taketoday.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
所有已实现的接口:
ClientResponse.Headers
封闭类:
ClientResponseWrapper

public static class ClientResponseWrapper.HeadersWrapper extends Object implements ClientResponse.Headers
Implementation of the Headers interface that can be subclassed to adapt the headers in a exchange filter function. All methods default to calling through to the wrapped request.