Some examples of HTTP clients in Java.
The following clients were shown:
- Old school HttpURLConnection
- Java 11 HttpClient
- Spring RestTemplate
- Spring WebClient
- Spring Cloud Open Feign
More to come 😁
This repo was created for the article Java HTTP Clients on Medium.com.