HTTP Client – Java 11 – Making HTTP requests in Java is so easy now

Until Java 11 , making HTTP requests was not intuitive . You had to use the non friendly URLConnection class. With Java 11 , it looks easier and cool. To make any HTTP request ,you need the following: A HTTP Request A HTTP response A HTTP client to send the request and get the response … Continue reading HTTP Client – Java 11 – Making HTTP requests in Java is so easy now