Learn how to expose metrics of your HTTP client using Spring WebClient: e.g. request URI, response codes, duration of request...| rieckpil
Write tests for your Spring WebClient usage with OkHttp's MockWebServer and mock HTTP responses to test different scenarios| rieckpil
Learn how to effectively use and configure the Spring 5 WebClient (WebFlux) from different examples: interceptors headers, retries, timeouts| rieckpil