Tagged Questions
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 ...
3
votes
0answers
776 views
Alternatives to cpp-netlib to do asynchronous http requests in C++ [closed]
I spent half of the day today unsuccessfully trying to install cpp-netlib on Mac OS X (the goal is to implement asynchronous http requests in C++). When I do 'make' to build and run the tests, I have ...