An Async Request is a event-driven request where:
This type of request is also called fire and forget.
In most cases, it's only important to have some confirmation that the request was received.
In the synchronous communication paradigm, you make a request and wait for the response (ie http protocol)