Adopting cURLpp
So.. I was using system() to perform CURL requests in my application. There were a few downsides to this:- Error handling of response. Messy codes. My boss talked about using the cURLpp library to replace the existing system() curl mechanism. So this week I tried my hand on it in my Wt Application. Examples There are plenty of cURLpp examples available in the git repo. However, the documentation is quite lacking. For some usage that is not shown in the examples, Read more