public interface ClientWebRequestPostProcessor
ClientWebRequest after it is created
an initialized in order to mofidy or even wrap it. This may be used for
example to pre-package specific modifications to the request.DefaultClientWebRequestBuilder.apply(ClientWebRequestPostProcessor)| Modifier and Type | Method and Description |
|---|---|
ClientWebRequest |
postProcess(ClientWebRequest request)
Implementations can modify and/or wrap the
ClientWebRequest
passed in and return it |
ClientWebRequest postProcess(ClientWebRequest request)
ClientWebRequest
passed in and return itrequest - the ClientWebRequest to be modified and/or wrapped.