In this article, I will share how we can use Ktor, the library to make simple client application for sending a HTTP request and receiving a response. Ktor includes a multiplatform asynchronous HTTP client, which allows to make requests and handle responses, extend its functionality with plugins, such as authentication…