Interface ClientHttpRequestInterceptor

All Known Implementing Classes:
BasicAuthenticationInterceptor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClientHttpRequestInterceptor
Contract to intercept client-side HTTP requests. Implementations can be registered with RestClient or RestTemplate to modify the outgoing request and/or the incoming response.
Since:
3.1
Author:
Arjen Poutsma
  • Method Details