Using AWS C++ SDK, how can I make an asynchronous http request and get my callback executed with the response?
There is
Aws::Http::HttpClient::MakeRequest
but its synchronous.
Using AWS C++ SDK, how can I make an asynchronous http request and get my callback executed with the response?
There is
Aws::Http::HttpClient::MakeRequest
but its synchronous.