1
vote
1answer
540 views

Example on how to do asynchronous http get request using cpp-netlib

I'm trying to do asynchronous http requests using cpp-netlib. I couldn't find any examples of this in the documentation, as a result can't even get it to compile. My current attempt is below (with ...