HarshadRanganathan / spring-boot-example

Example project using Spring Boot
MIT License
0 stars 0 forks source link

Http Clients #37

Open HarshadRanganathan opened 1 year ago

HarshadRanganathan commented 1 year ago

https://twitter.com/rieckpil/status/1549000308826804226

HarshadRanganathan commented 1 year ago

About Setup & Configuration:

» Setup and Examples for the Spring WebFlux WebClient » Spring WebClient OAuth2 support (WebFlux / Servlet) » Spring WebClient exchange vs. retrieve Comparison » Customize Spring WebClient with WebClientCustomizer

About Testing:

» Test Spring WebClient with MockWebServer from OkHttp » Spring WebTestClient for efficient testing of your REST API

PS: Consider this testing recipe if you wonder how to test any other HTTP client usage, for example, the Apache HttpClient.

HarshadRanganathan commented 4 months ago

https://www.danvega.dev/blog/rest-client-first-look