restclient-cpp
restclient-cpp copied to clipboard
async get/post function support?
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