Interface RestTemplateRequestCustomizer<T extends ClientHttpRequest>
- Type Parameters:
- T- the- ClientHttpRequesttype
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize the 
ClientHttpRequest sent
 from a RestTemplate.- Since:
- 2.2.0
- Author:
- Ilya Lukyanovich, Phillip Webb
- See Also:
- 
Method Summary
- 
Method Details- 
customizeCustomize the specifiedClientHttpRequest.- Parameters:
- request- the request to customize
 
 
-