restclient-cpp icon indicating copy to clipboard operation
restclient-cpp copied to clipboard

async get/post function support?

Open bethebest0622 opened this issue 2 years ago • 0 comments

Hi, good job on wrapping libcurl.

could you also provide a async call like this?

async_get(const std::string & url, std::function<void(xxx)>callback)

thanks a lot

bethebest0622 avatar Jun 20 '23 03:06 bethebest0622