The Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses. In this blog I will explain how to use the library and what features are supported. Executing request synchronously or asynchronously. The first thing to decide when using the library is if your application can handle asynchronous response or not. If no

