httpclient-cpp
httpclient-cpp copied to clipboard
asynchronous request...
Hope to increase asynchronous requests and asynchronous uploads and downloads
With httpclient-cpp (or even libcurl, the library on which this project is based on), you will need to create different execution threads.
In each thread, you will be using a single CHTTPClient object (Do NOT share it with other threads as libcurl handles are not thread safe).