jpbarrette / curlpp

C++ wrapper around libcURL
http://www.curlpp.org
1.68k stars 360 forks source link

Is curlpp support async rest? #158

Open bethebest0622 opened 1 year ago

bethebest0622 commented 1 year ago

libcurl easy_perform is easy to use, buy it's sync.

so, can curlpp do async easily, could you let me know which example show that?

jpbarrette commented 1 year ago

Example 13 (Multi): https://github.com/jpbarrette/curlpp/blob/1d8c7876cc81d7d125b663066282b207d9cbfe9a/examples/example13.cpp